Shifting with IE6 - Joomla! Forum - community, help and support
recently used joomla 1.5 design new site client, , having little problem article being displayed shifting couple inches down.
the site in question http://www.calldish.com
link relevant stlyesheet http://calldish.com/templates/calldish/css/template.css
any appreciated.
the site in question http://www.calldish.com
link relevant stlyesheet http://calldish.com/templates/calldish/css/template.css
any appreciated.
hi, psoulocybe
i'm not expert , still studying xhtml , css.
i discover empty div called 'newsfla' in page source , has 120px height in css file.
is problem?
cheers,
hashani
i'm not expert , still studying xhtml , css.
i discover empty div called 'newsfla' in page source , has 120px height in css file.
is problem?
cheers,
hashani
code: select all
<div id="newsfla">
</div>
div#newsfla {
width: 350px;
height: 120px;
overflow: hidden;
padding: 34px 0 0 300px;
text-align: justify;
}
Comments
Post a Comment