Page 1 of 1

CSSMENU woes

Posted: Mon Aug 15, 2005 2:55 pm
by tylerf
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?

Re: CSSMENU woes

Posted: Mon Aug 15, 2005 3:23 pm
by Ted
*wishy* tries really hard not to make a snide comment in response.  :)

I wish I had a good answer for you, though...

Re: CSSMENU woes

Posted: Tue Aug 16, 2005 12:05 am
by Greg
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:

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
}
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.

Re: CSSMENU woes

Posted: Tue Aug 16, 2005 4:38 pm
by JoshuaBarnette
Another reason is due to the fact that CSSMenu marks everything as a link instead of headers and separators being just content.

Re: CSSMENU woes

Posted: Tue Aug 16, 2005 5:13 pm
by Ted
Ah, good point.  I'll fix that.

Re: CSSMENU woes

Posted: Wed Aug 17, 2005 3:04 pm
by tylerf
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...