Forums

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

Home Forums CSS [Solved] A problem with pseudo lines, again.

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #162275
    Anonymous
    Inactive

    In the dark of night of evening past I added pseudo lines to this page to rid it of the sainted background image that brought forth the same effect for <div id=”outer”>. I did grin upon observing the the end result until I zoomed the page, then terrible things began to happen, evil things. I was so stuck with fear that I didst sleep with a candle lit next to my bed which is quite embarrassing for a man in his 50’s. The evil thereof I speak are the accursed pseudo lines which do not stay in place with the rest of the page. Pray tell, what CSS spell can be cast to control the demons that have caused this to be?

    Thankest thou.

    #162327
    Anonymous
    Inactive

    I figured it out. Had missed that I set the outer width like so:

    #outer {
        max-width:983px;
    

    I changed it to:

    #outer {
       width:983px;
    

    It appears to work fine now.

    #162329
    Paulie_D
    Member

    Cthulhu taketh away and yet Cthulhu forgives thee.

    :)

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