CSS Menus Don't work in IE6 or IE7

I created CSS Menus for my website and they don’t work properly in IE7. I checked and made sure I had the compatibility option for IE6/IE7 selected. The menus work fine in Safari. Any help would be greatly appreciated.
Oh yeah the site is www.chavacrespo.com

Thanks!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Perhaps you should change the black container background to an HTML item. Would that fix it? No sense in having a solid-graphic load when it can be a simple block of HEX color within an HTML box.

Try that and are you still using Beta 3 for your site? Lots of updates and changes in the retail version’s that might help your cause as well.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks I’ll try that and let you know.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The page loads faster now, but my problem still exists.
I have the retail version with all the available updates installed. Any other suggestions?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Try this from another thread:

Go to Page>Insert HTML and in the “Before ” section (the / is important) paste the following:

li { float: left; width: 100%; }

See if that fixes it.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

That didn’t work either…but thanks for the tip. Maybe I just wasn’t meant to use CSS.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Well perhaps someone else can chime in. That “code” came from someone else who was experiencing the same exact problem I see that you have and it worked for them.

Perhaps another set of eyes can solve it, sorry.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you are copying and pasting from the Web, be careful about the “curly quotes” inserted by the Web software. The code view (created by indenting the code by four or more spaces on each line) will not curl the quotes.

<style type="text/css"> li { float: left; width: 100%; } </style>

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I looked at it in Firefox on the Mac and IE 6 on a Dell. Both work the same. I don’t see a problem.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Well I started a new page with the above code and now it works, but not on the old page. Anyway…hats off to both of you!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Glad you got it working. I know I wasn’t sure what was going on, but glad the code snippet helped out.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options