Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Div is over the text

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26870
    PennySave
    Member

    I have 3 divs

    And basically they create a header for each item, but when the .dealhead has the text moved up 5px (for presentation) some of it gets chopped off.
    [img]http://content.screencast.com/users/youcannotspellit/folders/Jing/media/fe43b386-4d33-485d-8517-b8dcade18e04/2009-11-20_1701.png[/img]

    If anyone wants to fire up firebug and help me out at http://penny-save.co.cc/ (my test site) I would be very thankful, even partial attempts are really helpful!

    #66849
    AshtonSanders
    Participant

    Sure man,

    Your problem is:

    Code:
    .dealhead a {
    color:#222222;
    position:relative;
    size:16px;
    [b]top:-5px;[/b]
    }

    You’re having your link move 5 pix up under the header div. I’d make your first div shorter, and increase the size of your text div.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.