to moderator.
#1
to moderator.
top banner has been divided to 3 pieces and fixed pieces, left and right banners
assumed to be moved down by 1 pixel.
Maybe my browser is messed up, but i thought i would give a head up.
assumed to be moved down by 1 pixel.
Maybe my browser is messed up, but i thought i would give a head up.
#2
it's not your browser.. it's been like that ever since they re-modeled the site a little.....me being a web "master" "designer" "developer" (whatever you want to call it), it bugs and annoys the hell out of me everytime i look at the top of the page... you should post this in the site info forum...
#7
It's an IE stylesheet bug (one of hundreds). I leave it as a reminder to those using IE of why they shouldn't and as a silent protest.
http://www.mozilla.com will fix the alignment issue
http://www.mozilla.com will fix the alignment issue
Trending Topics
#9
it may fix itself if you just change this:
to this:
all I did was add a height tag to the td
I've had this problem before several times with IE and it was always something stupid like that. YES IE is retarded, but if it can look right in everything, why not?
Code:
<td rowspan="2" valign="top">S2KI</td>
Code:
<td rowspan="2" valign="top" height="70">S2KI</td>
I've had this problem before several times with IE and it was always something stupid like that. YES IE is retarded, but if it can look right in everything, why not?