Using Sliced Image as banner |
Using Sliced Image as banner |
Jan 3 2010, 09:35 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 16 Joined: Dec 2009 Member No: 755,528 |
Ok, so i made my sliced image that i want to use as a banner for a band myspace im designing. I basically want it to go:
Advertising Navigation Menu/Search Bar My own sliced banner I've searched through the tutorials and threads on here but cant find anything that explicitly says 'use this code in this section etc'. So far whenever i put it in the bio section it just shows up in there. When i used the top banner coding section in the pinned tutorial, it didnt show up at all? Cheers Andrew |
|
|
|
![]() |
Jan 7 2010, 08:02 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
You need to close and open stylesheets with the correct tags. Take a look at this bit:
CODE <style> .topbanner {position:absolute; left:50%; top:100px; margin-left:100px; _margin-left:100px; width:400; height:200px; z-index:1;} <div class="topbanner"> It needs to look like this: CODE <style> .topbanner {position:absolute; left:50%; top:100px; margin-left:100px; _margin-left:100px; width:400; height:200px; z-index:1;} </style> <div class="topbanner"> Same goes for this: CODE </div> .orangetext15 {display: none;} It needs to look like this: CODE </div>
<style> .orangetext15 {display: none;} |
|
|
|
andrew29 Using Sliced Image as banner Jan 3 2010, 09:35 AM
Mike Post your codes and a link to your page. Jan 3 2010, 09:48 AM
andrew29 Ok, here is my entire code for the profile. As you... Jan 3 2010, 07:30 PM
Mike Posts merged. Jan 4 2010, 07:05 AM
andrew29 Bump, sorry to seem impatient but we really want t... Jan 7 2010, 07:28 AM
andrew29 Thanks for your help mate, got it working much bet... Jan 8 2010, 07:19 AM
Mike It'll lead to problems, mate. Leave left: 50%;... Jan 8 2010, 07:34 AM
andrew29 I see, i'd set the left margins to 0 and it wa... Jan 8 2010, 08:21 AM
Mike Add this in between a set of <style> tags:
... Jan 8 2010, 09:45 AM
andrew29 It works! Thanks again mate, you can close thi... Jan 8 2010, 06:53 PM
Cristy Topic closed and moved to MySpace Resolved. Jan 8 2010, 07:13 PM![]() ![]() |