Forums

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

Home Forums CSS How do you specify where a repeating background should start?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #36373
    Kamisoyokaze
    Member

    ok so my problem can be seen here: http://relent.dyndns.org/sharks/index.php (but only while my pc is on, hopefulyl i’ll have a solution before i go to bed)

    Basically you can see that the shadow goes higher than it should, normally you can just do

    Code:
    background: url(“…”) 0px 10px;

    and that will start from 10px down the page but when it’s repeating on the y axis that doesn’t work. How can i achieve this?

    So to sum up, i want to make a repeat-y background image start further down the page (preferably without bringing ore divs into the equation as that will mess with my layout)

    Thanks in advance :)

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