Forum Moderators: open
I was wondering if anyone could help me out with something. I'm currently busy doing up my website, and am using a table to create the template.
The left hand collumn has a series of buttons in it, linking to other pages of the website. Although the buttons are positioned fine in some browsers, they shift down a lot in others - or if I enter more text into the right hand collumns, the links shift down.
Is there anyway I can fix this? Say using an absolute position?
Thanks
Absolute positioning is not the right tool, here -- although you might get visual results that you like, it's most likely to be complete overkill and a lot of trouble for future maintenance and changes.
The key will be in understanding where these visual differences originate. To begin, what Doctype (DTD) are you using? Then, next, what styles are you applying to the elements involved?
The first thing to do with ay cross-browser rendering problems is to make sure your code is valid. If you try to fix display issues when the mark-up has problems you can rapidly become frustrated.
W3C Validator - HTML [validator.w3.org]
W3C Validator - CSS [jigsaw.w3.org]
<th width="12%" rowspan="3" bgcolor="#3E1F00" scope="row">
<a href="../index.htm"><img src="../home.JPG" width="99" height="31" border="0"></a> <br>
<a href="News.htm"><img src="../News.JPG" width="97" height="31" border="0"></a>
<br>
<a href="../AboutUs.htm"><img src="../about.JPG" width="97" height="31" border="0"></a>
<br>
<a href="../My%20Does.htm"><img src="../does.JPG" width="97" height="31" border="0"></a>
<br>
<a href="../My%20Bucks.htm"><img src="../bucks.JPG" width="97" height="31" border="0"></a>
<br>
<a href="../All%20Litters.htm"><img src="../Litters.JPG" width="97" height="31" border="0"></a>
<br>
<a href="../Others.htm"><img src="../other.JPG" width="97" height="31" border="0"></a>
<br>
<a href="../Linksto.htm"><img src="../links.JPG" width="97" height="31" border="0"></a>
<br>
<img src="../Contact.JPG" width="97" height="31"> </div></th>
<br>