The third and last edition of the Cascading Style Sheets styling language (often shortened to CSS3) brings together powerful visual capabilities and versatile design manipulation techniques.
1
vote
1answer
29 views
Why is my sprite image being cut off?
I am trying to create a handle for a progress bar on my website. I have the bar there and it works perfectly, but when I try to draw the handle above the progress bar it gets cut off. See the picture ...
0
votes
1answer
4 views
Bootstrap navbar a.brand breaks onto own line when setting @gridGutterWidth(s) to 0px for a flush grid
firstly thank you StackOverflow community for destroying many evil bugs through the wonders of crowd sourcing, before I even ran into them.
I am building a site using the Wordpress Roots theme (based ...
0
votes
0answers
27 views
Clearing inline-blocks (responsive layout)
I am building a responsive app landing page and have an issue with clearing inline-blocks that are not floated. .rightphone "bleeds" 20% below the bottom margin of parent .container and wont clear ...
-2
votes
0answers
16 views
Why cursor position in my text box is not zero?
I added a html text box in my form when this page gets load position of cursor in textbox turns 6. Whats the matter? I am using bootstrap class "form" for creating my form. Help me out.
2
votes
2answers
36 views
Stop scrolling once a certain element ends
<body style="margin: 0; padding: 0">
<div style="float: left; width: 50%; height: 3000px; background: pink">1</div>
<div style="float: left; width: 50%; height: 1200px; ...
0
votes
1answer
38 views
Remove animation after finishing
I use the jQuery below to create a scrolling effect. It also animates a border. But after the animation has finished I would like it to go back to default again, so that it has no border any more.
...
0
votes
2answers
32 views
My responsive slideshow only shows the first image
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="scripts/responsiveslides.min.js" type="text/javascript"></script>
...
0
votes
1answer
45 views
Is there a way to hide text overflow but not child divs?
I have a sidebar with a tree-like list. I want each line's maximum length to be the end of the sidebar, no overflow, no new line.
The property overflow: hidden; alone is problematic since bootstrap ...
0
votes
1answer
17 views
CSS Background padding with text
I'm trying to sort out my article styling and seem to continuously fail.
The issue I'm facing is that the background of the doesn't follow the
padding-left: 20px;
Where as the text inside the ...
2
votes
2answers
37 views
Css border covering issue
I have this css in my page
li
{
border-right:8px solid #101212;
border-bottom:8px solid #33B5E5;
}
After that by default borders are displayed in this way.
But in my case I want ...
2
votes
1answer
19 views
how to center full length div horizontally in bootstrap without using ul li or navbar
I want to design two menu bar on same page first gray and second blue
Now I have developed the blue toolbar which is working fine
with following code below but now the problem is, i cannot use this ...
0
votes
1answer
13 views
Is it possible to create this background effect using CSS3 and Compass?
I'm working to apply a comp provided by our designer to a website.
The effect I need to create for the background is the folowing:
It has a radial in the centre AND a gradient from top to bottom
...
2
votes
1answer
33 views
Repeating A background with arbitary offset in CSS
Well, I am wondering if we can repeat a background with an arbitary offset in CSS ? From that i mean can we "Shift" a tile x and y pixel everytime its rendering it ? The uses cases could be mosiacs, ...
4
votes
3answers
46 views
css3 circle glow like a Moon light glow
i am trying to create a moon with light glow. same as in images.
i have tried but not much successful.
I don't wants to use image in website. i wants to create only this with CSS3.
My circle is ...
1
vote
1answer
51 views
Menu CSS showing current page in a single html file
I got a menu and I would like to display the current page with different color of text, or a border bottom.
I know how to do this with different html files, though, the current website im working on, ...