Tagged Questions
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
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
159 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
3answers
292 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
457 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
893 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?
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
1answer
195 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
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
732 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
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
3answers
848 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 ...