Log in

View Full Version : Resolved trouble with getting my ad to the right



robin9000
03-14-2009, 11:23 PM
I tried to make my google ad float to the right but it was a no go.

my page:
http://www.robinsden.110mb.com/havingfun/jokes/viagra.php

my css:
http://www.robinsden.co.cc/Scripts/all.css

As you can see I don't know how to get it to the right side of the screen, please help.

Nile
03-15-2009, 12:51 AM
You should always make a container div, and not use absolute positioning. Read up on some CSS tutorials, such as this one (http://www.alistapart.com/articles/flexiblelayouts/).

robin9000
03-15-2009, 02:35 AM
What is a container div and what dose absolute positioning do?

Nile
03-15-2009, 02:47 AM
If you do not know what absolute positioning is, then I think you should read a little bit more about CSS. (hence I provied a link that explains positioning).

A container div is an either staic - by default - or relative positioned div to hold static or absolute positioned divs such as the header, footer, contaner, and navigation bar all in one main div.