Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Problem with menu layout, firefox, mac only

  1. #1
    Join Date
    Mar 2009
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem with menu layout, firefox, mac only

    Ok, here's my website:

    www.sustainablelogic.com/index1.html

    When I open it up in the latest version of IE and firefox on PC it works great. It also works great on Mac with Safari. the problem is Firefox on Mac will push the menu images over a couple of pixels so the last menu item on the far right drops down behind the background image, one space below the menu.

    Is there something I can do like clear the line before the menu, that would fix this problem?

    Thanks!!!

  2. #2
    Join Date
    Mar 2009
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    bump... does anyone need any more information to help me??? My site is supposed to go live tomorrow!!

    Thank you!!

  3. #3
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Kind of a work around. for some reason theres an extra pixel coming in. this seems to work...


    #top, #footer, #main, #content, #container {style_rc...ntain.css (line 24)
    margin:0 auto;
    width:851px;
    }

  4. #4
    Join Date
    Mar 2009
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    AWE-SOME!

    I had to edit the rcontent to add some space as well as the top image, but it works perfectly! Thank you so much! Going live today.

  5. #5
    Join Date
    Mar 2009
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Now i'm getting a problem in safari with this page:

    http://www.sustainablelogic.com/pfarms.html

    The top two gallery images do not display correctly on a Mac with Safari, but good with firefox and ie.

    ?



    Thanks!

  6. #6
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    fiddle with this a bit i think will work


    <div id="gallery" style="z-index:2000;">
    <div style="float:left;">Image Gallery</div><ul style="clear:both;">
    <li>
    <a class="gallery slidea" href="#nogo">
    <span>

  7. #7
    Join Date
    Mar 2009
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up

    AGAIN, AWESOMELY THANK YOU THANK YOU!

    One more ?

    For some reason i'm getting underlines on the index page (css) when I hover over the image, in the box that appears. I thought I had fixed the problem, for example, if you navigate to the pfarms.html page, there's no underline in the div that appears when you hover over the text-based links. Am I missing something in the CSS??

    Bluewalrus, you are the man. Thanks again.

  8. #8
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    For some reason its adding it by default so this should clear it.
    Code:
    *{ margin: 0px; padding: 0px; text-decoration:none; }*

  9. #9
    Join Date
    Mar 2009
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    forgive me for being naive, but what element does that go under?

  10. #10
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    the * which means default its your first declaration. Other styles overwrite it if they conflict but for browser standards it defines in.

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
  •