PDA

View Full Version : Need help from the great one... Mike Lane...


brandofamily
Jul-07-2007, 11:18 PM
Mike, 1st off thanks for the help w/ the hover slideshow deal the other day, but it's b0rked in IE7... I got it working fine in IE6 and FF... it even looks fine in safari, but in IE7 the thumbs are stair stepping down as they cross the page... please help as I've tried and am now lost...
here a page example...

http://multiplechoices.smugmug.com/gallery/1459360

there are two on the page and the can be found as example7, example1a and example8 under the heading of "Front Page Hover Code" in the CSS.

thanks and sorry to bother you again...

brandofamily
Jul-08-2007, 12:01 AM
I checked your test page you did for me Mike

http://mikelane2.smugmug.com/gallery/3079102

and it displays the same problem... I thought it might just be easier for you to look at it on your own site... Thanks again...

brandofamily
Jul-08-2007, 07:12 PM
bumping for when Mike's around

brandofamily
Jul-09-2007, 04:20 PM
I got it fixed... not sure if I did it using the preferred method, but it worked... here's how


#example00 ul {height:100px; list-style-type:none; margin:0; margin-left:58px; _margin-left:58px; padding:0; width:300px;}

#example00 li {~display:inline; _display:static; margin:0px; margin-left:0px; padding:0; _float:left;}


had to change "list-style" to "list-style-type"... found this in the nav bar code
had to add ~ display:inline for IE7 and _display:static for IE6 (to undo the inline)

As I said, I'm not sure if this is sound code, but it worked...