0
votes
1answer
28 views
Element Positioning affected by Browser Screen Resolution Change
Hello, 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 …
0
votes
8answers
182 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 …
2
votes
2answers
1k 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?
3
votes
6answers
341 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 …
0
votes
1answer
232 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 …
2
votes
5answers
2k 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.
…
