XML
0 answers
how to install javascript in custom block or node
1 year 8 weeks ago Tags: - amp
- downloads
- embed src
- free text to speech
- Jquery
- lt
- node
- noscript
- script type
- text javascript
- text to speech
- x shockwave flash
- XML
- Read more
- Add new Comment
- Reset vote
- -5 points
1 answers
XML Browser
3 answers
XML File Issue
How to fix template files in IE6/IE7 when everything is working fine in firefox?
Simply, create a css for IE6/IE7 say it is ie6.css and/or ie7.css and add the following lines to page.tpl.php:
<!--[if IE 6]><style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/css/ie6.css";</style><![endif]-->
<!--[if IE 7]><style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/css/ie7.css";</style><![endif]-->
