[solved] how to fix this menu issue?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
pmolds
Forum Members
Forum Members
Posts: 12
Joined: Sat Nov 21, 2009 4:49 am

[solved] how to fix this menu issue?

Post by pmolds »

I installed the system in my website whith IE6 and it is normal, but after finishing it, I told somebody to open it with IE7 and Firefox,but the menu is mixed up, my website is :plastic mold, could you please check it where the problem is and let me know how to fix the issue, thanks
I also put two photos in here for you reference, thanks.

IE7
Image

Firefox
Image

Please give me a hand.
Thank you very much
Last edited by Anonymous on Tue Dec 01, 2009 6:53 pm, edited 1 time in total.
Peciura

Re: how to fix this menu issue?

Post by Peciura »

Edit style sheet :

#header{
height:111px;
float:left;/*not necessarily needed */
}
pmolds
Forum Members
Forum Members
Posts: 12
Joined: Sat Nov 21, 2009 4:49 am

Re: how to fix this menu issue?

Post by pmolds »

Peciura, thanks for your reply first, your mean is that delete the sentence "height:111px;", right?
Coldman
Power Poster
Power Poster
Posts: 318
Joined: Sun Jun 22, 2008 5:33 am

Re: how to fix this menu issue?

Post by Coldman »

Did Pecurias suggestion solve your problem?

You can try to add this in your template head

Code: Select all


<!--[if lte IE 7]>
<style type="text/css">
#header{float:left;/*not necessarily needed */}
</style>
<![endif]-->
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Peciura

Re: how to fix this menu issue?

Post by Peciura »

pmolds: Yes delete that line. or set it to min-height instead of just height.

And more, as long as width of  div#header is 100% (960px) float will not make it to float :) only its dimentions will be set to wrap content (table in your case).

More good reading can be done at http://matthewjamestaylor.com/blog/ulti ... xel-widths
pmolds
Forum Members
Forum Members
Posts: 12
Joined: Sat Nov 21, 2009 4:49 am

Re: how to fix this menu issue?

Post by pmolds »

Thanks all.
The problem is resolved.
Post Reply

Return to “Layout and Design (CSS & HTML)”