IE display problem

Discussion about free Joomla news rotator/ticker with multiple effects like scrolling, fading and several data sources supported.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Aug 21, 2009 5:29 am
The arrow image is not displayed in the same line as the text. As well as the arrow image it self are not shown nor Title. All fine in FF.
User avatar
Fresh Boarder

GK User
Fri Aug 21, 2009 2:22 pm
URL please
User avatar
Platinum Boarder

GK User
Sun Aug 30, 2009 1:50 pm
the website is www.joomlawebhoster.de

thanks for looking into it
User avatar
Fresh Boarder

GK User
Sun Aug 30, 2009 3:55 pm
Hi

You need to create ie7 css exception file. Place this code on <head></head>:

Code: Select all
<!--[if IE 7]><link href="<?php echo $template_baseurl; ?>/css/ie7.css" rel="stylesheet" type="text/css" /><![endif]-->


Create ie7.css and them try adding this code on it:

Code: Select all
div#news-highlight-1 {
position: absolute;
top: 502px;
}


Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Aug 30, 2009 7:08 pm
that's not really solves the issue as the height above the Highlighter will change from page to page so it will look ok on one page but not on the next. It there nay other solution then a absolute positon?

Thanks
User avatar
Fresh Boarder


cron