User Profile

Collapse

Profile Sidebar

Collapse
ThePirate
ThePirate
Last Activity: Feb 7 '08, 04:03 PM
Joined: Dec 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I keep telling my brother to use FF not IE but he just doesn't seem to listen. I've told him about Firebug and IETab extensions for FF and he still doesn't seem to listen. The other bug that he asked me to fix was why his tables weren't centered in FF when they were in IE and surprise surprise it was IEs fault.

    I will try what you have said and get back to you. Thanks for the help.
    See more | Go to post

    Leave a comment:


  • I've stripped out most of the unnecessary stuff and placed the needed files at the following location http://www.global-plus.co.uk/menuTest/index.php

    As you can see it works fine in IE (apart from the alignment which I messed up when removing stuff) but doesn't work in FF.

    The html code is generated in the following PHP function.

    [PHP]

    function menu() {

    print"<li><a...
    See more | Go to post
    Last edited by ThePirate; Dec 11 '07, 07:45 PM. Reason: Adding link to site

    Leave a comment:


  • CSS:

    Code:
    .glossymenu, .glossymenu li ul{
    list-style-type: none;
    left: 140;
    top: 0;
    margin: 0;
    padding: 0;
    width: 140px; /*WIDTH OF MAIN MENU ITEMS*/
    border: 0px solid black;
    }
    
    .glossymenu li{
    position: relative;
    }
    
    .glossymenu li ul{ /*SUB MENU STYLE*/
    position: absolute;
    width: 140px; /*WIDTH OF SUB MENU ITEMS*/
    ...
    See more | Go to post

    Leave a comment:


  • ThePirate
    started a topic Firefox incompatibility for Popup menu

    Firefox incompatibility for Popup menu

    First off this is my brothers code for his website but he has task'd me with the job of finding a solution. He has the following javascript code for a popup menu which works fine in IE but not FF. Instead of the menu items popping up like the do in IE they are just all displayed vertically already open like standard buttons. The individual items that should popup also now have little circles to the left of them

    Code:
    var menuids=new
    ...
    See more | Go to post
No activity results to display
Show More
Working...