| This topic was locked 15th Mar 08 at 10:48pm by Michael |
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 34 Joined:
pmmsnaim | | [F] Banners (7th Mar 08 at 9:39pm UTC) | | | Well i got kinda a problem. My screen res is 1024x768 and on my forum i have a 1000px width banner. It looks okay for me as its full size but for a bigger screen res it looks crummy. I don't want to change the width of the banner because then it would stretch my screen. Is there a way i can repeat a cut on the banner so it would repeat for a bigger screen res but not stretch a smaller screen res? | |
ting-tong2k6@hotmail.com |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Banners (7th Mar 08 at 10:50pm UTC) | | Yes there is...
use this code:
<style> .welcome { background-image: url('URL'); background-repeat: repeat-x; } </style> | |
|