Site wijkt af van het originele in IE7

Nederlandse ondersteuning voor CMS Made Simple

Moderator: velden

Post Reply
flip0505
Forum Members
Forum Members
Posts: 58
Joined: Mon Feb 21, 2011 2:14 pm

Site wijkt af van het originele in IE7

Post by flip0505 »

Hallo,

in IE8 en IE9 krijg ik mijn website normaal te zien maar in IE7 verspringt de layout. Hoe kan ik ervoor zorgen dat ik een extra stylesheet kan koppelen aan mij layout ? Ik kan misschien in mijn bestaande stylesheet iets toevoegen ??? <!--[if IE 7]><!-->

Kan iemand mij hiermee helpen ?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Site wijkt af van het originele in IE7

Post by Dr.CSS »

Yes you can call a specific style sheet using the name= parameter in the style sheet tag in a <!-- if IE 7 --> thingy...
flip0505
Forum Members
Forum Members
Posts: 58
Joined: Mon Feb 21, 2011 2:14 pm

Re: Site wijkt af van het originele in IE7

Post by flip0505 »

Dr.CSS wrote:Yes you can call a specific style sheet using the name= parameter in the style sheet tag in a <!-- if IE 7 --> thingy...
Can you give me an example how i can do this ?


{literal}
if IE7]>{cms_stylesheet NAME="here_comes_the_name"}
<![endif]-->
{/literal}

Do i have to place this in the template ?
deactivated010521

Re: Site wijkt af van het originele in IE7

Post by deactivated010521 »

----------
Last edited by deactivated010521 on Tue Mar 12, 2013 5:32 pm, edited 1 time in total.
flip0505
Forum Members
Forum Members
Posts: 58
Joined: Mon Feb 21, 2011 2:14 pm

Re: Site wijkt af van het originele in IE7

Post by flip0505 »

arnoud wrote:I barely use the so called conditional comments. Mostly a website can work without it. If you like to master crossbrowser css and xhtml techniques prepare for a steep learning curve. A good starting point will be: http://www.quirksmode.org/css/condcom.html, maintained by a true dutchmen.
Hey,

i just need the fastest way to solve my problem. What do you think is the best way to solve my problem. Can you give me an axample ?
User avatar
M@rtijn
Power Poster
Power Poster
Posts: 706
Joined: Sat Nov 14, 2009 4:54 pm

Re: Site wijkt af van het originele in IE7

Post by M@rtijn »

Fastest way: let somebody elso do it :D
Best way: learn what went wrong and change it yourself using hours of your precious time reading books & websites, trying out tutorials & just playing around with html/css to see what happens if you do this or that
;D

Or give us a link so we can see for ourselfs!

EDIT: Dit is gewoon een Nederlands topic! Loopt de doctor de bende weer onduidelijk te maken >:(
Make your community a better place!
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Site wijkt af van het originele in IE7

Post by RonnyK »

<!--[if lt IE 7]>
{stylesheet name='some-stylesheet'}
<![endif]-->
Ronny
flip0505
Forum Members
Forum Members
Posts: 58
Joined: Mon Feb 21, 2011 2:14 pm

Re: Site wijkt af van het originele in IE7

Post by flip0505 »

RonnyK wrote:
<!--[if lt IE 7]>
{stylesheet name='some-stylesheet'}
<![endif]-->
Ronny
Dit ga ik direct testen ! Dikke merci Ronny ;)
Post Reply

Return to “Dutch - Nederlands”