asp.net - CSS Problems: Advertise over 2 divs, layout problem -


i have div-layout on asp.net page.

left div menu, middle div content , right div online user list. divs float:left , height/width on place , works problemless.

now must have advertise on left , middle div together.

my first try have in middle , set margin-left:-270px;. the advertise-div on menu , cant click anymore.

my second try have in left div , overflow easyly on middle div, of course don't work, because left menu div has width: 300px; , exacly there end banner.

here see: http://s3.imgimg.de/uploads/4b247298bjpg.jpg

how do?

it's hard tell without seeing html/css, perhaps easiest way to put advert in it's own <div> under of left, middle, right divs, , use margin-top: -110px shift up.

it's not clean solution. if can't work, or plain don't it, post code.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -