Results 1 to 3 of 3

Thread: Can someone see whats wrong

  1. #1
    Join Date
    Apr 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can someone see whats wrong

    K here is the site that im building and in Firefox it renders fine but in IE it has like a <BR> tag so there is some unwanted space somewhere beneath that css rollover menu. Can someone help? Thanks.

    http://free-zg.t-com.hr/dbukovs6/indexcss.htm

  2. #2
    Join Date
    Apr 2007
    Location
    Down the road from the store
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Is there a reason for the <br /> to be there? If not, just take it out. It would probably be better to use CSS margins anhow, they are much more flexible than <br />, and give you more control over the spacing. Don't forget to use EMs rather than PX when setting your margins though, as PX render differently for some reason across browsers (a margin that looks perfect in firefox will look too close together in IE, and too far apart in Opera and Safari when PX are used).

  3. #3
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Also, for line breaks on inline elements, use:
    Code:
    style="display:block"
    - Mike

Bookmarks

Posting Permissions

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