Viewing 1 replies (of 1 total)
  • First of all: id’s are supposed to only exist once on each page, so you should change ‘banner1’ to a class.

    if you add

    #banner1 {
    ..
    ..
    ..
    position: relative;
    }

    and

    #banner_tekst h1 a:link, ….{
    ….
    ….
    ….
    position: absolute;
    bottom: 5px;
    }

    then it should work.

    Also banner_tekst should really be a class.

    Peter

Viewing 1 replies (of 1 total)

The topic ‘CSS help’ is closed to new replies.