View Single Post
Old 12-07-2007, 12:57 AM   #4 (permalink)
Boogle
Contributing Member
 
Join Date: 09-03-07
Location: England
Posts: 432
iTrader: 0 / 0%
Latest Blog:
None

Boogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the rough
OK try changing this:

Code:
<td class="nav" colspan="3" width="100%" height="50px" background="http://www.v7n.com/forums/images/bg/white_marble.gif"> <a href="index.html" onMouseOver="RollOver(2)" onMouseOut="RollOut(2)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/home_blue.png"></a> <a href="about.htm" onMouseOver="RollOver(3)" onMouseOut="RollOut(3)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/about_blue.png"></a> <a href="products.htm" onMouseOver="RollOver(4)" onMouseOut="RollOut(4)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/products_blue.png"></a> <a href="technology.htm" onMouseOver="RollOver(5)" onMouseOut="RollOut(5)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/technology_blue.png"></a> <a href="service.htm" onMouseOver="RollOver(6)" onMouseOut="RollOut(6)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/service_blue.png"></a> <a href="contact.htm" onMouseOver="RollOver(7)" onMouseOut="RollOut(7)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/contact_red.png"></a> </td>
into this

Code:
<tr style="width:100%"> <td><a href="index.html" onMouseOver="RollOver(2)" onMouseOut="RollOut(2)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/home_blue.png"></a> </td> <td><a href="about.htm" onMouseOver="RollOver(3)" onMouseOut="RollOut(3)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/about_blue.png"></a> </td> <td><a href="products.htm" onMouseOver="RollOver(4)" onMouseOut="RollOut(4)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/products_blue.png"></a></td> <td><a href="technology.htm" onMouseOver="RollOver(5)" onMouseOut="RollOut(5)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/technology_blue.png"></a></td> <td><a href="service.htm" onMouseOver="RollOver(6)" onMouseOut="RollOut(6)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/service_blue.png"></a></td> <td><a href="contact.htm" onMouseOver="RollOver(7)" onMouseOut="RollOut(7)"><img border="0" valign="bottom" src="http://www.v7n.com/forums/images/btns/contact_red.png"></a> </td> </tr>
That might help make em both render it the same. And for what it's worth i think you should be using Div's to create this layout, my friend. Just my

Boog's
__________________
Great new 'June' Javascript Framework

June Forums - Innovative JScripting

Price is what you pay... Value is what you get.
Boogle is offline   Reply With Quote