Announcement

Collapse
No announcement yet.

Layout and Image problem in IE

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

    Layout and Image problem in IE

    Hey Guys,

    I have just started using Actinic,

    I have a problem in IE. Everything is fine in mozilla, google and safari but in IE there is no heading banner and when you add something to the cart the whole layout changes and the images disappear,

    Any help would be greatly appreciated.

    Thank You

    Amy

    www.wheelsonheels.co.uk

    #2
    Hi Amy.
    I just had a quick look and the first thing I noticed was a problem in your home page banner:
    In this table
    Code:
    <table width="100%" height="100%" style="background-image: url(acatalog/theme_topbar_background.gif);" border="0" cellSpacing="0" cellPadding="0">
    you have got this
    Code:
    <img width="<span style='color: #ffffff;'><u>1353</u></span>" height="119" class="logoimage" alt="Online Catalogue" src="acatalog/finalbannerwhite_wide_postage.jpg" complete="complete"/>
    the section in dark red is completely wrong- instead of specifying a width for the image it's got a <span> in there, which would be collapsing the image down to a width of 0px width. I suspect somewhere along the line similar things are going on with other Images. If you are unfamiliar with Actinic, it's layouts HTML and CSS I think you need to get a snapshot sent of to a helpful Actinic designer.
    I may be being pessemistic but it looks like you have a major problem with mangled HTML/CSS and I think it's not going to be sorted out without access to your snapshot.
    Steve Griggs.

    "People in business often miss opportunities, mainly because they usually arrive dressed in overalls and looking like work."



    www.kitchenwareonline.com
    www.microwave-repair.co.uk

    Comment


      #3
      Ok, thank you. I will have a look now. I normally use dreamweaver and I am fine with HTML and CSS but I have just took this off somebody else and my head is baffled.

      Comment


        #4
        This may seem like a stupid question but where do I find the code where you found the error?

        Comment


          #5
          That depends on your design but will very likely be in the outer layout, towards the top.

          Comment

          Working...
          X