Results 1 to 2 of 2

Thread: Help! Bug that really bugs me

  1. #1
    Join Date
    Apr 2010
    Posts
    3

    Help! Bug that really bugs me

    So I am a pretty big web design noob, and I am designing my mothers website for her.

    There is this 1px space between the border and the banner and nav and I cant figure out why its there. Can any of you pros help me out?

    http://area25dallas.com/index2.html

    Thanks!

  2. #2
    Join Date
    Apr 2010
    Location
    Chicago
    Posts
    302
    oye...tables!!

    Well..I see a lot of unneeded code...javascript for hovers? since its just text, why not have text and change the BG color with CSS?

    As for the space...its not there in FF, and I know IE has a tendency of putting spaces in when code tags have a line break inbetween them, see if that could be the case...

    EDIT: Nevermind, on firefox its on the right, on internet explorer its on the left. My first guess would be mismatched widths. Just looking though, I see td spacers. Instead of using all of those extra cells, use colspan like this:

    HTML Code:
    <tr>
    <td colspan="10"><img src="images/navigation/spacer.gif" width="150" height="1" border="0" alt="" />
    </td>
    </tr>
    But really I would recommend doing it over with div tags and CSS instead of tables. It's really not that much work and would be a lot easier to read/debug.

    Also, I know you didn't ask about it, but the background...I might suggest tiling that on the x axis, because on my 1600px wide monitor it comes short of the right edge.

Similar Threads

  1. Rounded Corners, Transparent Background - IE bug!!
    By makt25 in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 08 Oct 2009, 02:13 PM
  2. Bug in Firefox ? Bug in website?
    By selvam_cbe in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 02 Feb 2007, 08:23 AM
  3. Bug fix tools
    By tester_geniusd in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 12 Apr 2006, 04:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •