PDA

View Full Version : can't figure out ie 6 spacing problem


jgreen
09-18-2007, 06:51 PM
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


"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


"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
That did the trick. Thanks!