Page 1 of 1

site pakt csshover.htc niet!

Posted: Wed Jan 03, 2007 10:34 am
by Muske
Yoo,

Beste wensen allemaal!

Submenu's onder site: www.zorgelooszakelijk.nl/saas werkt onder ie6 nog niet helemaal goed de rest zoals firefox of ie7 werken het wel.

Het probleem ligt aan csshover.htc.

Normaal moet code zo uitzien:

HTML Code:


body { behavior: url(css/csshover.htc);
font-size: 100%; }
#primary-nav ul li
{float: left; width: 100%;}




#primary-nav ul li a {height: 1%;}




Na uploaden vanuit cms krijg ik:

HTML Code:


body#primary-nav ul li


#primary-nav ul li a



Onder statische manier werkt hij perfect zie: http://www.zorgelooszakelijk.nl/ietest/

Weten jullie misschien een andere oplossing hoe ik csshover.htc toch aan het praat kan krijgen ?

Mussel,
Muske

Re: site pakt csshover.htc niet!

Posted: Sat Jan 13, 2007 12:00 am
by ethical
did you ever get a solution to this? I see your site is working.

any help is appreciated.

thanks

Re: site pakt csshover.htc niet!

Posted: Sat Jan 13, 2007 12:09 pm
by Dee
De code moet in ieder geval tussen {literal} en {/literal} staan, anders raakt Smarty in de war van de { en } tekens.
Hoe heb je de code "ge-upload vanuit CMS"? Je kunt de code het beste in de template zetten denk ik (en niet vanuit de WYSIWYG/content editor toevoegen - als je dat wel doet, dan in ieder geval in "Source" view en met de literal tags eromheen).

@ethical: you have a similar problem?
I'll translate the above: the code must be placed between {literal} and {/literal}, otherwise Smarty will get upset by the { and } characters. I think it would be best/easiest to place the code in the template and not add it through the WYSIWYG/content editor (if you're using the WYSIWYG at least use the "Source" view and surround the code with literal tags).

Groeten/regards,
D

Re: site pakt csshover.htc niet!

Posted: Mon Jan 15, 2007 1:51 pm
by ethical
thanks so much!

I use freetranslation.com to get the gist of a post when it looks like it applies to my problem (its not the best but it gives me the idea)

John

Re: site pakt csshover.htc niet!

Posted: Tue Jan 16, 2007 8:55 am
by Muske
Top hij werkt nu perfect harstikke bedankt Dee!