Vanquish Junior Member
 
![[Avatar]](http://209.85.62.24/static/avatars/57.jpg) Posts: 64 Status: Offline Gender: Male Location: Northern Ireland Age: 36 Joined:
pmvForum | [F] Full width banner (26th Jan 08 at 9:47pm UTC) | | What I am looking for is a code that will allow me to design a banner that will stretch '98%' of the users resolution.
This would be where I would create a section of the banner that would be positioned in the top left corner and then a repeating image after it.
| |
 |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Full width banner (26th Jan 08 at 9:51pm UTC) | | <div style="position: absolute; top: 0; left: 0;width: 98%;height: 100px"><span style="width: 50px;background: url(BG IMG)"></span><span style="width: 100%;background: url(BG IMG)"></span></div>
Height of banner
Width of left part of banner
Image URL to left part of banner
URL to rest of banner | |
rroll.to— Shorten a link, rickroll your friends. |
|
Vanquish Junior Member
 
![[Avatar]](http://209.85.62.24/static/avatars/57.jpg) Posts: 64 Status: Offline Gender: Male Location: Northern Ireland Age: 36 Joined:
pmvForum | Re: Full width banner (27th Jan 08 at 1:34pm UTC) | | Didnt work | |
 |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Full width banner (27th Jan 08 at 3:48pm UTC) | |
Can I see the modified code you're using, please? | |
rroll.to— Shorten a link, rickroll your friends. |
|
Vanquish Junior Member
 
![[Avatar]](http://209.85.62.24/static/avatars/57.jpg) Posts: 64 Status: Offline Gender: Male Location: Northern Ireland Age: 36 Joined:
pmvForum | Re: Full width banner (27th Jan 08 at 4:14pm UTC) | |  Code: - <div style="position: absolute; top: 0; left: 0;width: 100%;height: 90px"><span style="width: 376px;background: url(http://i29.tinypic.com/29f4dhs.jpg)"></span><span style="width: 100%;background: url(http://i30.tinypic.com/rhoivr.jpg)"></span></div>
| |
 |
|
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: Full width banner (27th Jan 08 at 4:20pm UTC) | | a Forum link would help too! | |
|
Vanquish Junior Member
 
![[Avatar]](http://209.85.62.24/static/avatars/57.jpg) Posts: 64 Status: Offline Gender: Male Location: Northern Ireland Age: 36 Joined:
pmvForum | |
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Full width banner (27th Jan 08 at 4:27pm UTC) | | Use this, instead:
 Code: - <table style="position: absolute; top: 0; left: 0;width: 100%;height: 90px" cellspacing="0" cellpadding="0">
- <tr>
- <td width="376">
- <div style="background: url(http://i29.tinypic.com/29f4dhs.jpg); width: 376px; height: 90px">
- </div>
- </td>
- <td width="100%">
- <div style="background: url(http://i30.tinypic.com/rhoivr.jpg); width: 100%; height: 90px">
- </div>
- </td>
- </tr>
- </table>
| |
rroll.to— Shorten a link, rickroll your friends. |
|
Vanquish Junior Member
 
![[Avatar]](http://209.85.62.24/static/avatars/57.jpg) Posts: 64 Status: Offline Gender: Male Location: Northern Ireland Age: 36 Joined:
pmvForum | Re: Full width banner (27th Jan 08 at 4:29pm UTC) | | Why thank you | |
 |
|
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: Full width banner (27th Jan 08 at 5:38pm UTC) | | Such a stupid way to do something so easy! >.< But ok | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Full width banner (27th Jan 08 at 6:03pm UTC) | | Why thank you
No problem. | |
rroll.to— Shorten a link, rickroll your friends. |
|