Posted by Jonathan N. Little on 06/05/05 17:02
nospam wrote:
<snip>
> Do *you* know why the right borders are disappearing only in IE? I
> haven't heard any answers yet.
try editing your CSS file as such
#centercontent {
/* background:#fff */;
background: transparent;
border: 1px solid #f00;
vertical-align: top;
padding: 0px 15px 15px 15px;
}
and you can better see what IE is doing and find what rule is the
problem. Your CSS file shows many transitions edits and you may have
conflicting rules...
strip down your design to find the problem, use FF or Mozilla's DOM
Inspector and compare the CSS Style Rules vs the Computed Style. A
confict may be interpricted one way by one browser and another by a
different one...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|