Im using cssmenu and I'm having a slight problem with it. When i access my website with IE it has ugly red blocks for seperators. When i access the website with Firefox or Konqueror it is just a regular seperator(which i am looking to have).
Anyone know what IEs problem is?
CSSMENU woes
Re: CSSMENU woes
*wishy* tries really hard not to make a snide comment in response. 
I wish I had a good answer for you, though...
I wish I had a good answer for you, though...
Re: CSSMENU woes
Looks to me that it is left over CSS from PHPLayers. Look for a class 'separator' in your CSS, delete it or change to your liking.
Both the default and alternative templates have the following in the CSS:
This CSS is also in modules/phplayers/phplayers/layersmenu-cms.css so as long as the phplayers module is installed you will still get the red bar.
Both the default and alternative templates have the following in the CSS:
Code: Select all
.separator {
background-color: #ff0000;
border-top: 1px solid #9e9a91;
border-bottom: 1px solid #ffffff;
margin: 2px 1px 2px 1px; /* top right bottom left */
height: 0;
font-size: 1px;
line-height: 0
}
Last edited by Greg on Tue Aug 16, 2005 12:30 am, edited 1 time in total.
Greg
-
JoshuaBarnette
Re: CSSMENU woes
Another reason is due to the fact that CSSMenu marks everything as a link instead of headers and separators being just content.
-
tylerf
Re: CSSMENU woes
thanks guys, if i leave PHPlayers installed i have ugly spaces in IE, but in Firefox and Konqueror i get a nice line, and when i uninstall PHPlayers i have the ugly spaced in Firefox and Konqueror, and a nice line in IE. Stupid Microsoft not being like the rest...

