|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
IE is weirder -- more div issues
How about this one? I re-did my thermometer again, and got it looks pretty sweet. But we all know it's functionalty over looks. Once again, it functions flawlessly in Firefox, but IE gives me a special problem. The "cap" for my thermometer liquid is displayed multiple times. This is probably because the div isn't getting resized right, but I don't know why. Thanks again!
PHP Code:
-Jim
__________________
Proud member of the T.S.N.B.U.F.L (tables should not be used for layout) alliance. "Only use elements for their intended purpose. You wouldn't try to make coffee with a telephone, would you?" -Me |
|
#2
|
||||
|
||||
|
Have you tried:
background-repeat : no-repeat;
__________________
DustyReagan.com |
|
#3
|
||||
|
||||
|
this is happening because msie has a minimun height for an element equal 1em,
you can fix it with setting a font-size that is lower than the height you have set, font-size:0; |
|
#4
|
||||
|
||||
|
no-repeat may have helped, but i knew this wasn't causing the problem. As Akh suggested, making the font size 0 fixed it. I guess it's understandable, since you usually want text to be garanteed to fit into such a box, but still, this "ease of use" crap is becoming more and more a pain in the neck.
Anyways, thanks again! -Jim |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > IE is weirder -- more div issues |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|