Thread: Stupid TABLES!!!
Results 1 to 2 of 2
Related
-
Help Me Kill This Stupid Url Box!! It's Driving Me Insane! Forum: Myspace Forum
Replies: 6 -
Stupid Newb Question Forum: HTML Forum
Replies: 7 -
Avoiding nested tables or grouping separate tables in chunks Forum: HTML Forum
Replies: 2 -
Stupid little arrow... Forum: CSS Forum
Replies: 3 -
Help with a stupid table question Forum: HTML Forum
Replies: 2
-
03-12-2003, 01:14 AM #1
Stupid TABLES!!!
i cannot get a table around the stuff at the top of this page
http://www.geocities.com/boxcarmember88/site2.html
i have css for a table calss called banner and when i put this <table class="banner"> </table> around all that stuff this happens
http://www.geocities.com/boxcarmember88/site22.html
y does it move that Cool Links lower (it is a javascript menu)
please help
-
03-13-2003, 11:29 AM #2
Quite simple.
Code:< div id="Layer1" style="position:absolute; left:457px; top:520px; width:219px; height:38px; z-index:2" > < a href="JAVASCRIPT:menu()" >Cool Links< /a > < BR >< font size=1 >< font color=white >(click it) < /div >
It has nothing to do with tables, but your styles. Just decrease that number, or take the absolute positioning out of the styles, because if the viewer has text size on largest or something, that text would be in the completely wrong place. Try actually putting it in a table, that would work better.