Jump to content

Layout Problems In Internet Explorer.


Guest darshdude

Recommended Posts

Guest darshdude

Hello I am new to this place but I think may be it will help.I tried a lot of places.I just started web desigining last month. Tthe site layout seem to be good in firefoxBut in Internet explorer the menu on the right streaches/brakes.Here is the link.http://technosoft.3lo.net/model/melisa/biography.html Dont know how to get it Right.I used the same html autogenerated from Image Ready generation.Darsh.

Link to comment
Share on other sites

Firstly, I think you mean the menu on the left. And in that menu, Gallery is only spelled with one "L", it needs two. You also have a couple <td> tags that have nothing in them - there should always be something inside to ensure they render consistantly.The weird thing is that your source code seems to have code fro a right side menu, but I do not see it in either Firefox or IE - I'm not sure why. But some file names you should change:"images/health-&-fitness.gif"In all of your <td> tags, you should put a <br /> tags before you close it if all it contains is an image. That is a start, and some of it you may not notice, but it will make a difference from one browser to another. Secondly, you might want to use the valign attribute in your <td> tags as well - when the page is rendered in Firefox, the gray background in the header is inconsistant.Your obviously using Macromedia Dreamweaver to code - whihc I think is great. But i would suggest that you get in the habbit, preferably transition, into edit/reviewing your sites code in "Code Mode" - I would not recommend learning to code HTML in "Design Mode". this because, well, you're just not "coding" the site - Dreamweaver is.I won't lecture you about the over user of the spacer.gif - since its its Dreamweaver doing it - but code in Code Mode and you'll learn much fast, the <tr> below the footer is useless:

  <tr>    <td><img src="images/spacer.gif" width="15" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="14" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="12" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="140" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="8" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="166" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="11" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="22" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="61" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="48" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="46" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="91" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="30" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="96" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="4" height="1" alt="" /></td>    <td><img src="images/spacer.gif" width="11" height="1" alt="" /></td>    <td></td>  </tr>
I'm gonna stop there.:)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...