Hi,
I know this is a problem with [b:1vjd2ff4]my[/b:1vjd2ff4] CSS and nothing to do with the plugin but I was hoping for a quick bit of advice if you would be so kind.
The menu displays as 100% width in Internet Explorer but in Firefox, Chrome & Safari it is short of 100%.
[img:1vjd2ff4]http://img65.imageshack.us/img65/1594/13pixelsshort.gif[/img:1vjd2ff4][/url:1vjd2ff4]
I have the menu call within two divs, my main "wrap" and then "container".
[code:1vjd2ff4]<div id="wrap">
<div id="container">
<div id="rss"><a href="<?php bloginfo(‘rss2_url’); ?>">
<img src="icon_rss_feed_new.png" width="126" height="124"></a>
</div>
<div id="header">
<div id="myContent">
<img src="/images/header.jpg" title="XyUser Group" alt="title" width="800" height="135"/>
</div>
</div>
<?php if ( function_exists( ‘pixopoint_menu’ ) ) {pixopoint_menu();} ?>
[/code:1vjd2ff4]
The CSS for these two is
[code:1vjd2ff4]
#wrap{
width: 930px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;}
#container {
margin: 0px;
float: left;
width: 800px;
}
[/code:1vjd2ff4]
The only part of the menu CSS I have edited is the colour of the menu background, everything else is as default.
The url of the site is:
http://xyug.org/%5B/url:1vjd2ff4%5D
Your help is appreciated.