IE 7 and css - Joomla! Forum - community, help and support
i have site @ http://www.springsfd.org using version 1.0.12 , tarawared template. navigate away home page css goes out door , there document downloads don't work. specific ie 7 works in ie 6 , fire fox.
it seems template issue because can switch templates , have few other css issues not grave tarawared. i'd hate have re-design site i'm wondering if can see issue in template.
any appreciated. tia
'; ?>
today
id ) { initeditor(); } ?>
$database->setquery("select * #__menu menutype = 'mainmenu' , published ='1' , parent = '0' order ordering");
$mymenu_rows = $database->loadobjectlist();
$mymenu_content = "";
foreach($mymenu_rows $mymenu_row) {
// print_r($mymenu_rows);
$mymenulink = $mymenu_row->link;
if ($mymenu_row->type != "url") {
$mymenulink .= "&itemid=$mymenu_row->id";
}
if ($mymenu_row->type != "separator") {
$mymenu_content .= "$mymenu_row->name | ";
}
}
$mymenu_content = substr($mymenu_content,0,strlen($mymenu_content)-2);
?>
it seems template issue because can switch templates , have few other css issues not grave tarawared. i'd hate have re-design site i'm wondering if can see issue in template.
any appreciated. tia
'; ?>
today
id ) { initeditor(); } ?>
$database->setquery("select * #__menu menutype = 'mainmenu' , published ='1' , parent = '0' order ordering");
$mymenu_rows = $database->loadobjectlist();
$mymenu_content = "";
foreach($mymenu_rows $mymenu_row) {
// print_r($mymenu_rows);
$mymenulink = $mymenu_row->link;
if ($mymenu_row->type != "url") {
$mymenulink .= "&itemid=$mymenu_row->id";
}
if ($mymenu_row->type != "separator") {
$mymenu_content .= "$mymenu_row->name | ";
}
}
$mymenu_content = substr($mymenu_content,0,strlen($mymenu_content)-2);
?>
web master by computer services of east hampton
moderator note; moving general >> 3rd party, templates
Comments
Post a Comment