IE good Netscape bad

When looking at <!-- m --><a class="postlink" href="http://www.klokeconsulting.com">http://www.klokeconsulting.com</a><!-- m --> with Internet Explorer the page comes up as desired. the pictures are in the four corners of the table. When looking at the same site with Netscape 4.73 the pictures are vertical and make the page illegible. Would anyone know how to fix this?<br />
<br />
Thanks<!--content-->Hi,<br />
<br />
If I am not wrong the problem is with the table.<br />
When i see your table code where the images are placed you have placed them all in the same row, which pushes them down when you view in the netscape. Try reformatting the table in the following format<br />
<br />
<table><br />
<tr><br />
<td>image 1 information</td><br />
<td>image 2 information</td><br />
</tr><br />
<tr><br />
<td>image 3 information</td><br />
<td>image 4 information</td><br />
</tr><br />
</table><br />
<br />
It should help you to resolve the issue<!--content-->Yup that did it thanks. The other question I had was how to map a rolloever. Instead of having the whole picture as the trigger for the rollover I would like to have only the title word (Portal for example). <br />
<br />
Once again that is <!-- m --><a class="postlink" href="http://www.klokeconsulting.com">http://www.klokeconsulting.com</a><!-- m --><!--content-->
 
Back
Top