Quote:
Originally Posted by ChaosBurnt
Which version of IE?
I have IE7 personally and cannot reproduce that error!
|
6.0
But I have found a way to fix it.. atleast on my end
whereas the original looks like this
Code:
<div id="wrap">
<!-- logo -->
<a name="top"></a>
<div id="logo_block">
<div class="logo-l"></div>
<div class="logo-m"><div style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />$ad_location[ad_header_logo]</a></div></div>
<div class="logo-r"></div></div>
and I moved the "div" closing tag (in red) to here
Code:
<div id="wrap">
<!-- logo -->
<a name="top"></a>
<div id="logo_block">
<div class="logo-l">
<div class="logo-m"><div style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />$ad_location[ad_header_logo]</a></div></div> </div>
<div class="logo-r"></div></div>
which seems to make it work for me ..
again..Thanks for the skin..Probably the best I've seen in quite some time..Great work!!!
One other question
which font are you using for the logo? is there somewhere I can find that easily?
Thanks again