Ultimate Web Site Drop Down Menu Forum

Ultimate Web Site Drop Down Menu Forum (http://www.udm4.com/forum/index.php)
-   Troubleshooting (http://www.udm4.com/forum/forumdisplay.php?f=12)
-   -   can't figure out ie 6 spacing problem (http://www.udm4.com/forum/showthread.php?t=640)

jgreen 09-18-2007 06:51 PM

can't figure out ie 6 spacing problem
 
the site is here http://ihaemail2003.iha.housewares.org/show/info1.asp.

The menu renders the way I expect it to with firefox and ie 7 but it renders spaces to the right of each image under ie 6. Any help figuring out why would be appreciated.

Thanks.

bcarl314 09-18-2007 10:11 PM

In the udm-custom.js file, try removing the "menu-indicator" images...

change

Code:

        "down-green.gif",// menu indicator character/image ["text"|"image.gif"|"none"]
        "down-red.gif",// menu indicator rollover image ["image.gif"|"none"] (only when using image arrows)
        "0",                // clipping width of indicator image ["n" pixels] (only when using image arrows)
        "",                // alt text of indicator image ["text"] (only when using image arrows)

to this

Code:

        "none",// menu indicator character/image ["text"|"image.gif"|"none"]
        "none",// menu indicator rollover image ["image.gif"|"none"] (only when using image arrows)
        "0",                // clipping width of indicator image ["n" pixels] (only when using image arrows)
        "",                // alt text of indicator image ["text"] (only when using image arrows)


jgreen 09-19-2007 01:01 PM

thanks
 
That did the trick. Thanks!


All times are GMT. The time now is 03:28 PM.

Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.