Diagonal Banner

This is a discussion on "Diagonal Banner" within the Graphics and 3D section. This forum, and the thread "Diagonal Banner are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Graphics and 3D

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 16th, 2006, 12:40
New Member
Join Date: Jun 2006
Location: UK
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Diagonal Banner

i am looking to get a diagonal banner like this on my site:

http://www.digitalmastery.com/

Like it says Vista Bens Blog

Can someone point me to a tutorial or something

Thanks
Reply With Quote

  #2 (permalink)  
Old Jan 2nd, 2007, 11:49
Junior Member
Join Date: Dec 2006
Location: London
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Diagonal Banner

ok i put a quick little tutorial together for you, i'm assuming you have basic knowledge of tables and images and backgrounds, if not then you should learn these ropes before attempting a website, here it is:



Hope this helps, if you're still stuck, just ask!
Reply With Quote
  #3 (permalink)  
Old Jan 2nd, 2007, 12:55
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Diagonal Banner

hmm, you can do that without much complexity if you just save the image of your corner banner with a transparent background...

Then you can just add it to an image in the body of your site, and add the css:
Code: Select all
.cornerImage {position:absolute;
                    right:0;
                    top:0;}
I've not tested it, so I'm not sure how well it'll work - but something along those lines anyway!
Reply With Quote
  #4 (permalink)  
Old Jan 2nd, 2007, 13:17
Junior Member
Join Date: Dec 2006
Location: London
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Diagonal Banner

i only suggested my method, because when i used transparent images like that before on my website, it didn't display correctly in internet explorer - it had a greyish background - but meh, i'm no pro so you're probably right lol
Reply With Quote
  #5 (permalink)  
Old Jan 2nd, 2007, 13:47
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Diagonal Banner

yeah, it wouldn't in IE6 if you saved it as a png... there are fixes I think - but GIFs should work fine in IE6 anyway, that is, if you aren't too worried about the quality?

Perhaps this code would work better, by the by:
in the body have:
(underneath most of the HTML)
<div id="cornerImage"></div>

then, in the css:
#cornerImage {position:absolute;
right:0;
top:0;
background:transparent url("whatever");}

(this one isn't tested either sorry!)
Reply With Quote
  #6 (permalink)  
Old Jan 2nd, 2007, 22:29
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Diagonal Banner

The grayish background was probably because you saved it in PNG24 format. IE doesn't support that. GIFs will work fine.
Reply With Quote
  #7 (permalink)  
Old Jan 3rd, 2007, 18:14
Junior Member
Join Date: Dec 2006
Location: London
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Diagonal Banner

hmm aren't both methods pretty much as easy as each other? I've personally never used your method, but mine isn't exactly hard either.
Reply With Quote
Reply

Tags
banner

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
WoW Banner help ($) Joelhunter Graphics and 3D 15 Mar 28th, 2008 19:29
help with banner updating ziplock122949 Starting Out 14 Sep 5th, 2007 07:48
Banner showing/not? PicoDeath Web Page Design 23 Aug 16th, 2007 13:14
Flash banner ... $50 taylor04 Job Opportunities 1 Aug 22nd, 2006 22:52


All times are GMT. The time now is 10:34.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43