wt ef tbh. *solved*
Posted: Wed Dec 16, 2009 3:04 am
ok for some reason... my white bar on my site (divider w.e u wanna call it) appears on FF/IE but not safari or chrome.
its css driven and uses a table to display,
CSS:
it being displayed..
yet for some reason that i cant work out (and i am hoping some1 else can lol) it only displays the right and left sides of the bar in safari and chrome.
i am confuzzeled beyond all beleif
its css driven and uses a table to display,
CSS:
Code: Select all
#barRight {
background-image: url(../img/images/right.png);
background-repeat: no-repeat;
height: 17px;
width: 15px;
}
#barLeft {
background-image: url(../img/images/left.png);
background-repeat: no-repeat;
height: 17px;
width: 15px;
}
#barMid {
background-image: url(../img/images/middle.png);
background-repeat: repeat-x;
height: 17px;
}Code: Select all
<table width="100%" cellpadding="0" cellspacing="0"><tr><td id="barLeft"></td><td id="barMid"></td><td id="barRight"></td></tr></table>i am confuzzeled beyond all beleif

