CSS (Cascading Style Sheets) is a language used to control the visual presentation of HTML and XML documents including (but not limited to) colors, layout and fonts.

learn more… | top users | synonyms (9)

0
votes
2answers
21 views

Change ul's style onclick - css/jquery

I have this simple menu with some <ul>s that loads its content onclicking on it. And I want to change the style of every ul on loading the content that belongs to it. Here's the menu: ...
0
votes
0answers
2 views

css shadows on a flat tab menu

Is it possible to recreate this screenshot using only HTML and CSS? The way I'm trying results in z index issues:
2
votes
1answer
17 views

header hidden on mobile device until pulled down with finger

I'm building a mobile website (non-native) to run on an iPhone 4. I need to have some "header" content, about 80 pixels high and 100% wide that is always hidden unless the user swipes/pulls downward ...
0
votes
1answer
15 views

How to splice 2 mx canvas objects with repeat-x backgrounds?

I have 2 canvas objects that both contain a tiling image. My client recently requested that both the images be able to appear at the same time. I simply allowed them to be both enabled at the same ...
-3
votes
1answer
45 views

How do a enable and keep active a div with a hover?

I want to keep a div active even if I'm not hovering over it. For example, when I mouse onto a picture it reveals the profile. When I mouse away, it will remain active. Here is an example of this ...
0
votes
1answer
17 views

Fitting random sized images into DIV, leaving no spaces

do now any libraries or scripts which would help me to fit many images that are randomly sized into a DIV container leaving as few spaces as possible? I am adding an screenshot, so You can see my ...
0
votes
3answers
121 views

Creating a Fake Computer Screen Within a Screen in Website

I've begun working on a website for a grant-funded documentary. Within the documentary, one of the characters is building a website about a topic. For the real website, tthey want to put his computer ...
0
votes
4answers
24 views

css make inline-block elements span the whole width of container

OK so this is actually a little complicated. I have a navigation list where the list items are set to inline-block. The number of items is the list is dynamic so may vary. My aim is to have the list ...
0
votes
0answers
15 views

Make content inside fixed sidebar scrollable

I made this js fiddle: http://jsfiddle.net/VaCfV/3/ It has some long content and a fixed positioned sidebar with content inside it. I'm trying to figure out how to make content inside sidebar ...
5
votes
3answers
27 views

weird float clear issue

I have a pretty basic layout of a floated div for a left menu container column and a full width non floated div with left margin for the content area. When i place floated div's into the content area ...
1
vote
4answers
54 views

center a div (absolute position and width)

i use below css to center my div with absolute position: #mydiv { position:absolute; top: 50%; left: 50%; width: 121px; height: 121px; margin-top: -60.5px; /*set to a negative ...
0
votes
4answers
32 views

Fixed menu gets under WOW Slider

I got a issue with my WOW slider where the menu gets under it instead of over it when scrolling down. What can I do to fix this? I seem to tried to apply z-index: 100 and even 99999 to menu/nav bar ...
-2
votes
1answer
28 views

About Horizontal twitter widget

I want to add a horizontal twitter widget on my web page. I tried Twitter's widget and a few examples from stackoverflow. But it is not working; it doesn't show horizontally. Can anybody give me the ...
0
votes
0answers
14 views

Packing fixed width div's into fluid container

I have simple structure with container and inside boxes: <div id="container"> <div class="block"></div> // more blocks <div class="block"></div> </div> ...
1
vote
2answers
32 views

Center fixed div with dynamic width (CSS)

I have a div that will have this CSS: #some_kind_of_popup { position: fixed; top: 100px; min-height: 300px; width: 90%; max-width: 900px; } Now, how can i make this div ...

1 2 3 4 5 9210
15 30 50 per page