• Hey,

    This is a brand new website, barely any content at all but what im after doing is adding a spiders web to the left top corner so that it appears on every page.

    I know i’ll probably have to add something to the style sheet but i dont know what and where so i would appreciate some help with this please.

    https://www.redbacktattoo.com

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add this to your CSS body:
    background-image:url(‘path to your background image’);
    background-repeat:no-repeat;
    background-position:left top;

    Thread Starter SCO7TY

    (@sco7ty)

    Thanks for the reply, dont mean to sound stupid but can you tell me where abouts this goes in the CSS?

    Actually never mind. Unfortunately, you have a div with a id #wrap already taking up the whole top with a background image. It won’t be an easy fix with that div already there. The only way your going to get a spider web on the top left corner is to add another div and bring it to the top with z-index and positioning.

    This is way more than I can explain on here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add an image to top corner of page’ is closed to new replies.