1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

absolute positioning for this?

Discussion in 'CSS' started by driven, Aug 26, 2009.

  1. #1
    I'm trying to get my coded template to look like my mockup here.

    My main issue is getting the Our Products box to appear over the gray content area. I've tinkering around with absolute positioning amongst other things, but I can't nail down the proper lines of code.

    Can anyone give me some ideas or help on this? Thanks so much.
     
    driven, Aug 26, 2009 IP
  2. ExtremeData

    ExtremeData Well-Known Member

    Messages:
    450
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    125
    #2
    Your problem isn't the absolute positioning.You have the overflow setted to hidden on #content-wrapper div.
    Remove overflow:hidden; from #content-wrapper and you will get the product box over the gray content area.
    After that you need to do some fixes to the #content-wrapper.
     
    ExtremeData, Aug 27, 2009 IP
  3. rvk.dot

    rvk.dot Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i didn't analyse full code, but thing which can be wrong is it

    maybe 'clear:none;' will something help

    btw. why you don't have outside file of css
     
    rvk.dot, Aug 27, 2009 IP