Question:

Looking for answer to this web question: if you look at the website www.rubyandpin.com, on the creations page

by  |  earlier

0 LIKES UnLike

on the creations page there is a long rectangular narrow box on the left hand side of the page which is not supposed to be there. I designed this site in fireworks and dreamweaver and when I was previewing it prior to putting the site online, everything was fine but now that its up online, it has this problem. How do I fix it

 Tags:

   Report

3 ANSWERS


  1. I don't see the box in my Firefox... So it must be an IE Problem

    It must be the CSS Coding as CSS is different in Firefox and IE

    Ah! Yes I see it in IE 6 now! You need to check your CSS as it only has this problem in IE!


  2. Ok this is happening here <td rowspan="20"> basically IE thinks you wanted a border there.



    Change it to <td rowspan="20" style="border:hidden">

  3. Somewhere in your source HTML it's trying to load this image:

    http://www.rubyandpin.com/images/images/...

    seems to me that you're referencing your images sub folder one too many times. Fix this and you should be golden.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.