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

Thread: Why does this not work right in Firefox

  1. #1
    Join Date
    Aug 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Why does this not work right in Firefox


  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    What browser does it work with?
    I've tried it on FireFox 3, IE 7, and Safari.
    Get rid of this:
    Code:
    <link rel="stylesheet" type="text/css" href="chromestyledemo.css" />
    At the top of the page, but keep:
    Code:
    <link rel="stylesheet" type="text/css" href="chrometheme/chromestyle.css" />
    And it looks to me that its not working because you've got 2 background images overlapping. Delete the overlapping one(the code was really messy, I couldn't find there it was)
    Last edited by Nile; 08-17-2008 at 04:37 AM.
    Jeremy | jfein.net

  3. #3
    Join Date
    Aug 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default works here

    Works here with IE7 (dropdown links centered)

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Sorry, didn't relize you meant the drop down, I thought you wanted to navigation bar fixed.
    Can't do anything for you with that.
    Jeremy | jfein.net

  5. #5
    Join Date
    Aug 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I do mean the navagation bar. Works here on ie7. And works on my 2 dedicated servers.

  6. #6
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Do you mean the drop down to the navigation bar? Or how the images overlay on each other? They're different things,
    Jeremy | jfein.net

  7. #7
    Join Date
    Aug 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I mean the dropdowns. I am working on the images right now. Firefox makes all of the child menus show up on the very right of the bar.

  8. #8
    Join Date
    Aug 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    can you post a screenshot of what you are seeing?

  9. #9
    Join Date
    Aug 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    See what I am doing is building the menus dynamically from a database. Users can add pages and link them to a parentID in real time. But the code matches the demos except for spaces betwen lines in the div tags

  10. #10
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    Try changing this:
    Code:
    var edgeoffset=0
    72 if (whichedge=="rightedge"){
    To this:
    Code:
    var edgeoffset=0
    72 if (whichedge=="leftedge"){
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

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
  •