Internet Explorer bad behavior help request

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"
Locked
citizenine

Internet Explorer bad behavior help request

Post by citizenine »

Could anyone advise me on a popout menu functionality problem I'm having with Internet Explorer, please? 

The popout menu navigation on my site -- http://citizensforethicalelections.net -- is working perfectly in Firefox, but it doesn't work in IE. I had thought from the "Navigation: CSSMenu - Vertical" stylesheet that IE functionality strangeness was accounted for, but that doesn't seem to be the case. Users are writing to me and telling me they are getting the following:

The XML page cannot be displayed

Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

A string literal was expected, but no opening quote character was found. Error processing resource 'http://citizensforethicalelections.net/ '. Line 4, Position 18



Any ideas for how can I go about correcting this? (Other than telling them I wish they'd just use Firefox, that is!  :D
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Internet Explorer bad behavior help request

Post by Nullig »

I think you might have missed this in your template...






Nullig
citizenine

Re: Internet Explorer bad behavior help request

Post by citizenine »

Excellent. Nullig, that did it!

Thanks a million!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Internet Explorer bad behavior help request

Post by Dr.CSS »

Nice looking...

Might want to add this....

#primary-nav li a:hover{color:#FFF}
citizenine

Re: Internet Explorer bad behavior help request

Post by citizenine »

Hey Mark --

Thanks. But what would "#primary-nav li a:hover{color:#FFF}" do? I was assuming it was going to change the color of the popout menu items to a different color to highlight them, but #FFF is white, so I'm confused.

Also, when I tried adding it to my template I got the following at the top of the page:

string(120) "Smarty error: [in template:24 line 14]: syntax error: unrecognized tag: color:#FFF (Smarty_Compiler.class.php, line 439)" string(111) "Smarty error: [in template:24 line 14]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" #primary-nav li a:hover

I'm a bit baffled. ? ? ?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Internet Explorer bad behavior help request

Post by Dr.CSS »

Go to style sheet 'Navigation: CSSMenu - Vertical' and add it below where it says #primary-nav li a ...
citizenine

Re: Internet Explorer bad behavior help request

Post by citizenine »

OK, I got it, Mark. Many thanks.  Nice effect.

Instead of #FFF, I used #745606.

Karma ho!  :D
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Internet Explorer bad behavior help request

Post by Dr.CSS »

I suggested #FFF because the text was getting lost in the background, I'm on a laptop, it still sort of blends in...
citizenine

Re: Internet Explorer bad behavior help request

Post by citizenine »

OK, Mark. That's good information. Thanks.

How's this, then? -- http://citizensforethicalelections.net
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Internet Explorer bad behavior help request

Post by Dr.CSS »

Oh I meant that was imho  ;) Looks fine...

Since the text is on the small side a contrast can help distinguish it more, like the original unhovered text, red on, flip, white on...
Locked

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