XML
0 answers
how to install javascript in custom block or node
1 year 19 weeks ago Tags:
0 answers
Titanium app breaks with ajax call trying to redeclare class
1 year 42 weeks ago Tags: - ajax
- callback function
- cheers
- class database
- code lt
- database class
- datatype
- desc
- fatal error
- html data
- incase
- interval
- obj
- php code
- php script
- result updates
- timer
- titanium
- win32
- XML
- Read more
- View Orignal Stackoverflow Question
- login or register to post comments
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]-->