Web Hosting Talk







View Full Version : Anchoring a "image".


Jordanlw
10-06-2008, 12:57 AM
Hello,
My site that I need help with is http://www.free-vent.com/
On the site I need the "Spottt" banner to be anchored roughly 10px from the left corner & the bottom.
I have tried using tables but only with little success the page is somewhat dynamic, It's vertical length changes so the banner needs to be anchored in a visually appealing way.
Thanks!

Note the page uses CSS.

Slitheryimp
10-06-2008, 02:15 AM
Actually, the spot banner is doing exactly what you want it to. The problem lies with the height of <div id="mainpage">

Try giving this div a background-color to see.

Jordanlw
10-06-2008, 04:47 AM
Thanks,
I still haven't managed to fix the issue yet..
It's very annoying :@

JustinSmall
10-06-2008, 08:23 AM
Looks perfect to me, so looks like ya fixed it :)

I use FireFox latest btw...

Brent K
10-06-2008, 10:40 AM
If you are using IE... Make a CSS called ie.css and include it into your HTML. That allows you to make separate coding for Internet Explorer. ;)