Tagged Questions
4
votes
7answers
672 views
CSS white space at bottom of page despite having both min-height and height tag
I am unable to get the white space at the bottom of this page to disappear. I have both min-height and height tags in body. Any suggestions? Thanks!
http://womancareolympia.webs.com/
2
votes
1answer
86 views
CSS 3 fade animation on hover - issue in Opera
So I have these rules:
a{
background-color: transparent;
-webkit-transition: background-color .3s ease-in-out;
-moz-transition: background-color .3s ease-in-out;
-o-transition: ...
1
vote
2answers
63 views
why is css white background for this div not actually white but transparent?
http://jsfiddle.net/QjF4d/
I have a div.rating_bar which is superimposed on over a div.artist. The .rating bar has a background color of white but it doesn't display as white, instead it's just ...
1
vote
2answers
73 views
Unwanted white space below CSS3 gradient when I scroll down
I've been trying all night to find a solution to this problem and haven't been able to find one that works for me.
If your window is big enough, this looks perfect:
...
1
vote
1answer
229 views
CSS3 gradient background with unwanted white space at bottom
I am having a great deal of difficulty with getting rid of the white space at the bottom when I apply a CSS3 gradient and the content has insufficient height for a scrollbar.
Such as here: ...
0
votes
1answer
45 views
How to change the font-color on outlook by css?
Why my font color is set to white on outlook, even if I got CSS to overwrite it? With any other email reader (gmail, hotmail, etc), my font-color is ok!
Anyone got a solution?
0
votes
1answer
887 views
Cufon with hover on parent element
This is what I have: http://thezoomer.net/clubroyale/
I applied Cufon on the a element inside the .nav-item
Cufon.replace('.nav-item a', {fontFamily: 'Yanone Kaffeesatz',
...
0
votes
4answers
670 views
css Gif white background stroke?
Does anyone know how to fix the white background stroke in the css that you see when a transparent gif is overlayed on a colour?