Viewing 3 replies - 1 through 3 (of 3 total)
  • The spacing is controlled better through the CSS (style.css) rather than the html that you’ve posted. That gives no information on the presentation that is causing the problems.

    The page is also not validating and that might be some of your problems.

    I’d get rid of the “border=0” in the image tags (wasted) try this in the css:

    #header2 img {border:0; margin:0; padding:0.....}

    And see if that helps. Setting up sliced images is great fun but can be a pain, too.

    Thread Starter injinuity

    (@injinuity)

    well let me try it out.. if I come across a solution I will def let you all know.. thanks you.

    Here’s a pretty good article on margins and paddings if you’re interested:

    https://www.clagnut.com/blog/1287/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘unique problems in browsers other than I.E’ is closed to new replies.