Announcement

Collapse
No announcement yet.

layout problem in firefox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    layout problem in firefox

    Hi

    We are currently building a website for a customer and i am having a problem viewing the site in firefox.

    You can take a look at http://www.w3dgk.com/woodfloorstore/index.html

    The homepage and other standard actinic pages work OK however wehen you go into the products, the left hand nav appears on the right and pushes the other information down the screen! (the image is supposed to disappear on the products page just in case you were wondering).

    I used the tech template as a basic layout. Just wondering if anyone has experienced this before and if so, what causes it?!

    Thanks


    #2
    These problems are usually down to either badly formed html tags (often an open one not closed) or a width issue, with not enough room for both columns to fit next to each other. It doesn't help with tables and <div> being used together either, as firefox is particularly touchy on code being very precise when you merge these two methods.

    I'd advise creating your own template and integrating that instead, the actinic templates are not coded too well and you can slim these down considerably and make things easier to decipher. With V9 you also have the wizard, which will be a better option. You have 3 options and fudging an existing template is the last one you want to be choosing ideally. If you use dreamweaver, then create your own layout, it's so much easier to understand your own work, than try to decipher someone elses spaghetti.

    Comment


      #3
      if you have firefox install the web developer bar

      https://addons.mozilla.org/en-US/firefox/addon/60

      it will help your life
      Web design Bradford

      Comment

      Working...
      X