Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

41
votes
8answers
32k views

Superscript in CSS only?

How can I get superscript done, only in CSS? I have a stylesheet where I mark the external links with a superscript character, but I'm having a hard time getting the character aligned correctly. ...
6
votes
6answers
1k views

Does opacity:0 have exactly the same effect as visibility:hidden

If so, does it effectively deprecate the visibility property? (I realize that Internet Explorer does not yet support this CSS2 property.) Comparisons of layout engines See also: What is the ...
5
votes
6answers
203 views

When designing a website, do you need to consider users who disable CSS?

Have we finally got to the point where we assume CSS2, and hope for CSS3? (Not looking for discussion, if the answer is "yes, you idiot", go for it...)
3
votes
3answers
77 views

Are there benefits of creating tables using “display: table;” style rather than using old school “table” tag?

Are there benefits of creating tables using "display: table;" style rather than using old school "table" tag ? And I know that IE7/8 don't support "display: table;". Thanks!
3
votes
2answers
240 views

CSS Selector: Are parentheses allowed?

In the below example, I want to create a CSS rule that applies only to the header with the text "Blockhead". <div class="gumby"> <span class="pokey"></span> ...
3
votes
3answers
2k views

crop text too long inside div

<div style="display:inline-block;width:100px;"> very long text </div> any way to use pure css to cut the text that is too long rather than show on next new line and only show max 100px ...
3
votes
3answers
11k views

DIV Vertical Scroll bar on left

Is it possible to put DIV's Vertical Scroll bar on left of the div with css? what about jscript?
2
votes
2answers
157 views

Split <ul> to two columns with CSS2

Is there a good cross browser solution for splitting a single <ul> into two columns, or is the best approach still to use two separate lists floated next to each other? I'm looking for a single ...
2
votes
1answer
116 views

CSS Adjacent Selector / Meaning

What is meant by the following selector? .a .b + .c .d { ... } Intended meaning (and way in which it appears to function): Select d inside c that is adjacent to b inside a /* Brackets to hide ...
2
votes
0answers
152 views

Problem with blank space at the bottom of JQuery tabs

I am using JQuery tabs in my page, and have successfully managed to place the tabs below the content using some borrowed CSS settings/script. My page has a side bar on the left side, and a menu ...
2
votes
1answer
140 views

Parsing CSS 2.1 with the correct CSS parsing conventions in ANTLR

The CSS2.1 grammar is accompanied by a strong advisory to not parse CSS directly this way, "since it does not express the parsing conventions, only the CSS 2.1 syntax)." Indeed, any parser that ...
2
votes
5answers
298 views

http://www.beautyoftheweb.com effect?

how is the transition/slide effect is done for http://www.beautyoftheweb.com ? using jquery/javascript/css?
2
votes
3answers
290 views

css hover over li, blur all others

<ul> <li>a</li> <li>b</li> <li>c</li> <li>d</li> <li>e</li> </ul> Can anyone tell me if it's possible to use css to ...
2
votes
1answer
271 views

Put text input inside label for radio button?

I'm trying to make a radio group specifying a bunch of options, and an extra option "other" with a text input to specify. The code for this particular radio button I'm using is <input type='radio' ...
1
vote
1answer
122 views

CSS border radius validation errors

I am using to check my CSS http://jigsaw.w3.org/css-validator but I get error for -webkit-border-radius, -moz-border-radius and border-radius. I know that this site test for v2.1 and all these ...
1
vote
1answer
138 views

display:table-row not working

I have a client form which includes HTML served up from an iframe - I can't edit it. The only thing I can do is apply CSS edits. I'm trying to apply a simple adjustment which would stack the ...
1
vote
2answers
265 views

Simulate text-overflow=“ellipsis” in CSS2

Is there any way to simulate text-overflow="ellipsis" using CSS2? I found this solution that emulates text-overflow:ellipsis in firefox with CSS but it's not working. I'm not interested in a ...
1
vote
1answer
91 views

CSS: Table to div, somekind

This is what i want... But how can i build this using CSS and DIV's? I tried many tutorials, but it didn't came further than this: body { font-family: Arial, Helvetica, sans-serif; ...
1
vote
2answers
142 views

Is there a way to limit the scope CSS float and clear?

Example of the problem at: http://jsfiddle.net/xZmFg/4/ Surely there is a way to get the description to immediately follow the inputs (below, not to the right) and not end up below the menu... I ...
1
vote
3answers
125 views

Advanced CSS Selector - Select based on styling

Performance issues aside, is it possible to use a style as a selector? For example, something like: div[background-image="img/someimg.jpg"] {opacity:.5} My fallback plan is to use javascript and ...
1
vote
1answer
443 views

Automatic Sprite Maker

I've seen a lot of sites that will allow me to slice up a psd into images and html files. Does anyone know of such a resource that has an option to make sprites instead of separate image files?
1
vote
2answers
881 views

html input button default css

the submit input type, normally has 'bevel' 3d on the side corner. how to use css to make it plain look?
1
vote
1answer
258 views

Using display:table-cell without containing display:table

I'm trying to create a semantically correct HTML 5 web page utilizing CSS 3. I've created the below markup which exists at the root of my body element. Applying display:table-cell to both the aside ...
1
vote
2answers
273 views

How to set element width (textarea) with unknown borders and padding to be 100% including borders and padding using only CSS?

Many browsers have native borders for input controls which look way better than borders set with CSS. Some browsers have 1px for native borders, some 2px, so the border thickness is generally unknown ...
1
vote
2answers
281 views

How to fill the space between two floating divs?

I have code: <th colspan="3" /> <div class="l_table_th" /></div> <div class="c_table_th" />Zamów pakiet punktów</div> <div class="r_table_th"/ ></div> ...
1
vote
3answers
132 views

difference between img.slider and .slider

I was just curious: whats the difference between img.slider and .slider (when all of my images have class "slider"). I noticed that when i tried to target the images with class name "slider" via ...
1
vote
1answer
115 views

How to find an element using CSS2 Selector in Motoools and hide it?

How can i find this span element with class="rocon.rocon-br" in #conttile2 by Mootools' Css Selector? This element is created dynamically by Javascript (rounded corner), so this is what i see in ...
1
vote
12answers
6k views

dynamically change color to lighter or darker by percentage CSS (javascript)

we have big application on the site and we have few links, which are lets say blue color like the blue links on this site. now i want to make some other links, but with lighter color, obviously i can ...
0
votes
1answer
56 views

Is there a different markup for CSS3?

I just a have simple question. I coded my HTML5 website and used some CSS3. Is there a different markup for CSS2 and CSS3? When I checked my HTML at the W3C, it validates 100%. But not my CSS, ...
0
votes
2answers
39 views

Cross browser css rules: Mozila,chrome,safari and css2 vs css3

I have two issues I have ignored so far, but I will really appreciate some light shed onto them. First: how can I solve differences between Safari, Chrome and Firefox and the various tags that their ...
0
votes
0answers
18 views

html5 audio/video element

Is anyone aware of another solution then jPlayer for the HTML audio/video custom design. The jPlayer works well if you have precise information, but if you do not know how many players are needed, it ...
0
votes
0answers
24 views

Why doesn't stacking columns work with CSS Foundation toolkit

Using the css foundation Toolkit i put together a simple markup like below <div class="container"> <div class="row"> <div class="four columns">4 columns</div> <div ...
0
votes
3answers
62 views

How to control the jump to a bookmark inside a page

I'm trying to achieve a page with a certain number of divs, each of which has a bookmark (a name). The problem is, when I jump to one of the bookmarks, part of the text is gone, caused by the design. ...
0
votes
3answers
30 views

What is the CSS font shorthand property composed of?

font:100 1.1em/37px Tahoma, Helvetica, Sans-serif; What does the 100 mean? font-weight? What does the 1.1em mean? line-height? And 37px? font-size?
0
votes
3answers
84 views

Difference between em and px in font-size

I read in w3school - font-size property that the difference between using em and px is that when using px IE doesn't support resizing but em does. I am working on IE7 and it works fine with px and ...
0
votes
1answer
114 views

jQuery CSS div height not lining up in Chrome (Firefox & IE both work)

Building a fairly basic website in MVC3 (overkill at the moment, but want it to be easily expandable). Anyway, I've tried what I know how to do, but I'm not incredibly good at javascript. I've ...
0
votes
1answer
174 views

CSS2 Validation error with Gradient

Following is my css code: table th{ font-family:arial; font-size:9pt; color:#ffffff; background: -moz-linear-gradient(#b9cdde, #7c98ae); border: 1px solid #ffffff; } table th:last-child{ ...
0
votes
2answers
72 views

Learning div-positioned layout

In CSS 2.1, how can I put different divs next to each others? I found that there is a property float and values left, right, none and inherit and I guess they allow me to put for example picture A ...
0
votes
2answers
55 views

Internet explorer css problem [closed]

So I have a css problem with IE, I tested it on IE9, so here you go http://latest-mtv.net/randa/, you can see that drop-down menu with the romanian flag, click on it, it doesn't display the list ...
0
votes
2answers
321 views

CSS with tables, empty rows without border

I use Vaadin in my project, currently i'm having a problem with it. It's CSS/HTML problem and i'm not aware how can i fix it... So the situation looks like that: I've got HTML structure ...
0
votes
1answer
191 views

A Few Questions About CSS3/@Import and Validation CSS2.1

This weekend I made a template for a ficticious website. I do this every so often to try and build a very cleanly coded website template with minimal markup and very consice css. I want my sites to ...
0
votes
5answers
150 views

Support for 3 background images in CSS?

I want to have 3 background images for a div. I know CSS2 and CSS3 can both handle 2 images, but can they handle 3? The background image is purely for cosmetic reasons so if it doesn't work in all ...
0
votes
3answers
150 views

Position: fixed with vertical space

What I have is a rather basic issue with position: fixed. Here's a sample: http://jsfiddle.net/wxEsY/ What I want is the scrolling to start below the black bar (with a fixed position). Any help ...
0
votes
3answers
305 views

CSS2 Selectors not working on IE8

Does anyone know why the following CSS code is not working on IE8, and yet it's working on EVERY OTHER browser? table.wrap tr:first-child td, table.wrap tr:last-child td { height:20px; } table.wrap ...
0
votes
1answer
67 views

Three background images with CSS2 - not showing below the fold when you scroll

I'm trying to get the background on my site to have three different background images - so I'm putting one image in the and then using two absolutely positioned DIVs to add the other layers: ...
0
votes
1answer
151 views

Making a div height 100%

I know there are quite a few questions on this already and i've looked around and everyone seems to say make the div absolutely positioned which is not really what i want to do. Here's a jsbin ...
0
votes
3answers
728 views

CSS position type change (absolute to relative) on child div causes odd effect on parent div. Why is that?

I'm trying to understand CSS positioning and I'm having trouble figuring out why a simple change that apparently should have no effect on the layout is causing a very disruptive change. I'm obviously ...
0
votes
1answer
377 views

CSS property “box-shadow” adds invisible height to absolute position elements on all browsers

The CSS property "box-shadow" adds invisible height to the bottom of an absolute position element. This exact issue is found on ie8, ff3, chrome. "box-shadow" adds height to the bottom of the ...
0
votes
1answer
161 views

position: absolute to be absolute to the browser/window

It's my understanding that position: absolute is absolute to the first parent who has a non-static position. If no parent has a specified position, then it will be absolute to the browser/window. ...
0
votes
1answer
72 views

Text Not Aligning Properly - font-size issue?

I'm trying to align text on top of an image in such a way that it remains aligned even if the underlying image is increased/decreased in size. I'm using px values that were taken from Photoshop ...

1 2