Help - Search - Members - Calendar
Full Version: A Slight Problem, Could You Help Please?
Zymic Webmaster Forums > Web Design & Development > Client Side Scripting > HTML and CSS
Cspace
I have been looking how to fix this simple problem I have.

If you view http://thatblogsite.com, you can see in Mozilla firefox, that the advertisement is ok at the top.

Now in Internet Explorer, this advertisement at the bottom on the right in my internet explorer.

I hate IE!


Could anyone just quickly tell me a reason for this? the CSS is wrong? Link to CSS file

http://thatblogsite.com/wp-content/themes/layout/style.css



Thank you unsure.gif
Colin
I don't even see an advertisement...
Cspace
You dont see something like this on the right? huh.gif

Colin
**hits head** I have adblocker for Firefox...I didn't see it in IE though lol
Cspace
Oh right ok, any ideas for fixing it? =[
Colin
It doesn't even show up in IE7
Cspace
It does, just scroll right down to the bottom of the page, unless you still have an ad-blocker of some sort on.
allstar
You mean the ad towards the right of the page? Are you sure you didn't add something like Google Ad-Sense to your site?

Well anyways, attempt to delete this off your index.php file I believe

CODE
<!-- 2nd sidebar -->
</div><!-- end yiu-u --><div class="yui-u" id="third"><h4>Advertisement</h4><p><script type="text/javascript"><!--
google_ad_client = "pub-0870030537855034";
//120x600, created 06/12/07
google_ad_slot = "0859141483";
google_ad_width = 120;
google_ad_height = 600;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p></div>
<!-- end 2nd sidebar -->
Cspace
Ill try what you say but I want to keep the advertisement, this is what I see in internet explorer. unsure.gif I might just replace that whole code with the advert and hopefully it stays top.

Edit: When I try that, everything just a bit funny, I dont think its that lol. ohmy.gif
MrTouz
remove the div, put this whole code inside the table.

i personally don't like the way your site is coded, as i can see its all divisions and ul's... for your site, especially yours, i would of set a table.
Your site does not have a billion columns or rows... its a really basic design, and i think you should stay basic.

CODE
<div id="header"></div> // to call your header, put some css to style it up a bit.

<table border="0" width="800">
<tr>
<td width="150" valign="top">
your navigation
</td>
<td width="500" valign="top">
your main text and content from word press
</td>
<td width="150" valign="top">
your advertisment
</td>
</tr>
</table>

<div id="footer"></div> // your footer plus some css to style it up a bit.


What you will than do is add your navigation code, which can really be made simple, couple css lines with mouseovers and bg colors... basic...
Add the codes of adverts at the place you want...

(really basic stuff) since you actually do not have images..
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.