CSSMENU woes

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
tylerf

CSSMENU woes

Post 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?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: CSSMENU woes

Post by Ted »

*wishy* tries really hard not to make a snide comment in response.  :)

I wish I had a good answer for you, though...
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: CSSMENU woes

Post 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.
Last edited by Greg on Tue Aug 16, 2005 12:30 am, edited 1 time in total.
Greg
JoshuaBarnette

Re: CSSMENU woes

Post by JoshuaBarnette »

Another reason is due to the fact that CSSMenu marks everything as a link instead of headers and separators being just content.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: CSSMENU woes

Post by Ted »

Ah, good point.  I'll fix that.
tylerf

Re: CSSMENU woes

Post 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...
Locked

Return to “CMSMS Core”