Tagged Questions
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.
...
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
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
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
3answers
291 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 ...
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
139 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
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
145 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
126 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
449 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
885 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
259 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
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
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
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
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
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
322 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
5answers
151 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
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 ...
0
votes
3answers
219 views
press tab to go to selectbox
i have a textbox follow by a selectbox, when i press "tab" on textbox, it doesnt go to selectbox. how to make it go to selectbox? is the solution required to use javascript? is there any workaround ...
0
votes
1answer
55 views
CSS2 Pseudo-class for first element of `its kind`?
Is there a way to do something like this in CSS2 (not 3)?
h2:first{bla bla;}
Thank you!
0
votes
3answers
837 views
Is it possible to change the style of the “Browse” button in the file upload html control?
I've been looking all over Google for an easy, clean way to change the style of the Browse button of the HTML <input type=file> control, but all solutions I've found so far involve hidden ...
0
votes
2answers
241 views
Element Positioning affected by Browser Screen Resolution Change
newbie developer here.
There's this small problem I always encounter. Every time I try to change browser resolution (or what do you call the event when you scroll the mouse wheel while pressing ...
0
votes
1answer
2k views
CSS3 outline using CSS2 border
Sadly, CSS outline isn't supported in IE7, so i'm stuck using border. But adding a border to any element on the page takes up room and possibly shifts the page.
If i'm adding a 2px border, then I set ...