Log In · Register

 
SOMETHING COVERING LINKS!, HELP!
ZeT0
post Oct 5 2009, 12:53 PM
Post #1


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



Alright, right now I'm stuck.
Everything's good, and works find, expect some links up the top left.
They don't roll over, it's like something's on top of them stopping them from rolling.
Help me out?
EDIT :
Found my problem, it was my twitter, it was setting a mask so to speak over everything above it.
Preventing it from being click-able.
What can I do to stop this from happening?
EDIT :x2
Fixed my problem. :)
CODE
.twitter {position:absolute; top:1055px; left:50%; margin-left:-550px; _margin-left:px; width:290px; height:290px; z-index:4;}

The height was previously set to 1000.
Thanks anyway. :)
( I wasn't sure how to delete the whole thread. )
EDIT :x3
Okay, now this is making me angry.
It's at top:1055px; but that's WAY under estimated.
It should be around 2500, so for some reason the positioning is weird.
But according to it, 1055 is where it needs to be.
Where 1055 actually IS on the page, the links don't work.
It's still like it's covered.
Any ideas?
 
 
Start new topic
Replies (1 - 20)
ZeT0
post Oct 5 2009, 02:05 PM
Post #2


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



I was slowly fixing it myself. Failed, but the edits were necessary.
I finished this layout : http://www.myspace.com/californiarise
But I'll try and explain.
In my code, the twitter is set to be at top: 1055(ish).
When it SHOULD be at around 2500(ish).
Now where 1055 actual is on the layout ( in the header somewhere ).
It's like an invisible mask, not allowing you to click anything.
You'll see as you hover over the first individual band picture, it only works around the edges.
Depending on how far down/up I move the twitter, the 'masked' area moves too.
I moved it up further so it didn't block off the whole contact table.
I hope you understand all that.
Thankyou.
 
ZeT0
post Oct 6 2009, 05:40 AM
Post #3


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



It's on 9.
I've tried it on 1 all the way through to 9.
Didn't change a thing.
 
fixtatik
post Oct 6 2009, 11:25 AM
Post #4


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



For the record, z-index doesn't have a limit; to be safe, just don't go higher than 32767. I looked at your page, but I'm not seeing what the problem is. As far as I can tell, all the links are hovering just fine.
 
Mickey
post Oct 6 2009, 01:43 PM
Post #5


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Look for this in your codes:

CODE
<div class="twitter">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="280" width="290">
<param name="allowScriptAccess" value="never">

<param name="allowNetworking" value="internal">
<param name="movie" value="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf">
<param name="wmode" value="transparent">
<param name="quality" value="high">
<param name="bgcolor" value="000000">
<param name="flashvars" value="userID=79913974&amp;styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml">
<embed type="application/x-shockwave-flash" allowscriptaccess="never" allownetworking="internal" src="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" wmode="transparent" quality="high" bgcolor="000000" flashvars="userID=79913974&amp;styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml" align="middle" height="280" width="290"><a style="left: 251px ! important; top: -15px ! important;" title="Block this object with Adblock Plus" class="bxuwxlvtpwstfjaqdjpd aeagmoerafzcflyvvltb" href="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf"></a><a class="bxuwxlvtpwstfjaqdjpd" href="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf"></a>
</object>
</div>

Add another set of <div> tags so it looks like this:

CODE
<div class="twitter"><div>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="280" width="290">
<param name="allowScriptAccess" value="never">

<param name="allowNetworking" value="internal">
<param name="movie" value="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf">
<param name="wmode" value="transparent">
<param name="quality" value="high">
<param name="bgcolor" value="000000">
<param name="flashvars" value="userID=79913974&amp;styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml">
<embed type="application/x-shockwave-flash" allowscriptaccess="never" allownetworking="internal" src="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" wmode="transparent" quality="high" bgcolor="000000" flashvars="userID=79913974&amp;styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml" align="middle" height="280" width="290"><a style="left: 251px ! important; top: -15px ! important;" title="Block this object with Adblock Plus" class="bxuwxlvtpwstfjaqdjpd aeagmoerafzcflyvvltb" href="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf"></a><a class="bxuwxlvtpwstfjaqdjpd" href="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf"></a>
</object>
</div></div>

Then look for this little bit:

CODE
.music {display:none;}
table table td.text div object {position:absolute; top:1490px; left:50%; margin-left:-232 px;z-index:4}
table table td.text div object object {position:static; margin-left:-95px;}

Add this right underneath it:

CODE
table table td.text div div object {position:static; margin:auto!important;}

See if that does anything.
 
ZeT0
post Oct 7 2009, 01:01 AM
Post #6


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



They helped alot!
For some reason the Vimeo videos aren't showing up on I.E?


EDIT:
It fixed stuff on my test page, but when I put it on their page, it just stuffed up other stuff.
The right side moved over.
This is the code I'm using on theirs at the moment.

CODE
<center>
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/AboutUs.png" /></a><br> <br>

CALIFORNIA RISE are a new four piece band from Melbourne / Ballarat bringing heavy verses , melodic choruses and mayhem, forming from previous bands<br>.
<b>Chris</b>/ Kiss Montana (SA) , <b>Beau</b>/ The Great Fall , <b>Mick</b>/ Charging North and <b>Mark</b> from Her Tragic End. <br>

Check out our studio diary to see us in action, and get to know the band!<br>

Please check us out at an upcoming show soon, and keep your eyes peeled for regular updates!<br>
<br><br>
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Merchandise.png" /></a><br> <br>
<a href="http://www.californiarise.bigcartel.com"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Merchandise2.png"></a><br>
Available from any of our gigs and our Big cartel page!
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Videos.png" /></a><br> <br>
<object width="400" height="230"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6101282&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6101282&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="230"></embed></object><br><br>
<object width="400" height="220"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6452085&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6452085&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="220"></embed></object>
</div>
</center>

<a class=i href="http://xiii.us/ms/band-profileInfo">
</a>
<style>
table.H, .nametext, font strong{display:none;}
div.clearfix i i, .i {display:none;}
table table table table td.text img {display:none;}
table table p table table td.text img, table table td.text table table td.text img {display:block;}
table, td {height:auto !important; }
table table br {display:none}
table table td.text br, table table p td br {display:inline; line-height:13px}
p {margin-top:-13px;}
</style>


<style>
{!-eliminate text from url space-!}
table table table table div {display:none;}
{!-recover div in friend and comment spaces-!}
table table td.text table table div {display:block;}
</style>

<style>
table table table table td {width:0px!important; padding:0px!important;}
td.text td {width:auto!important; padding:auto!important;}
span.lightbluetext8 {display:none;}
</style>


<style>
.profileWidth table { margin-bottom:1680px; width:877px; }
.rail { display:none; }
.gap {
background:url() top left no-repeat;
width:877px; height:1924px;
position:absolute; top:0; left:50%;
margin:0px 0 -400px -950px;
</style>

<div class="gap"></div>

<style type="text/css">

.orangetext15 {display: none;}
.whitetext12 {display: none;}

table table div embed, table table div object {position:relative; z-index:9;}

table, tr, td{
background-color:transparent;
border-style:none;
}

body {
background-color: f8f8f8;
background-image:url(http://img269.imageshack.us/img269/5469/calirisebackground.jpg);
background-position: top center;
background-repeat: no-repeat;
background-attachment: scroll;
}

table table table table, table table table td{
background-image:none;
background-color:transparent;
}

body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{
color: 37352f;
font-size:9pt;
line-height: 10pt;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-transform:none;
font-family:Helvetica Narrow, sans-serif;
}

strong, .lightbluetext8, .btext, .redtext, .redbtext{
color:666666;
font-size:9pt;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-transform:none;
font-family:Helvetica Narrow, sans-serif;
}

a font, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.man font, a.redlink, a.redlink:visited{
color: 37352f;
font-size:9pt;
font-weight:normal;
font-style:normal;
text-decoration:none ;
text-transform:none;
font-family:Helvetica Narrow, sans-serif;
}

a {
color: 37352f !important;
font-family: Arial !important;
}

a:hover {
color: 666666 !important;
font-family: Arial !important;
}

a:hover, a:hover font, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.man:hover font, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{
color:666666;
font-size:9pt;
font-weight:normal;
font-style:normal;
text-decoration:normal ;
text-transform:none;
font-family:Helvetica Narrow, sans-serif;
}

table table table table, div table table table{
border-style:none;
}

table.contactTable {display:none;}

table table table table td.text span.whitetext12 {
position: relative;
top: 0px;
display: block;
left: 0px;
visibility: visible;
width: 1px;
height: 10px;
text-indent: -999999px;
background: transparent url() bottom left no-repeat;
}



html body.bodyContent table tbody tr td table tbody tr td.text table.friendSpace tbody tr td.text table tbody tr td span.orangetext15{
display: block !important;
height: 65px !important;
width: 436px !important;
margin: 0 !important;
padding: 0 !important;
font-size: 1px;
overflow: hidden;
background-image: url(http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Friends.png);
background-repeat: no-repeat;
color: f8f8f8 !important;
line-height: 10px !important;
margin-top: -3px !important;
background-color: transparent !important;
}

.comments {
position: absolute;
top: 900px;
left: 50%;
margin-left: -105px;
padding: 5px;
border: 0;
width: 875px;
z-index: 3; }
* html div.comments {overflow: hidden;}
* html div.comments table table td {width: 550px;}
.friendsComments {width:875px!important; margin-left:-15px;}
.friendsComments table, .friendsComments td {
color: 666666;
font-size:9pt;
font-family: Verdana !important;
width:100%!important;}
.friendsComments .orangetext15 {display: none;}
.friendsComments .blacktext10 { width:700px; display:block; border-bottom: 1px dotted dimgray; border-color: 666666; text-align: right; }
.comments td td td a {visibility:hidden; font-size:1px; letter-spacing:-50px;}
.comments td td td a img {visibility:visible;}

table.friendsComments tbody tr td.text table tbody tr td span.orangetext15{ background-image: url(http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Comment.png);
background-repeat: no-repeat !important;
background-color: transparent;
display: block !important;
height: 96px !important;
color: 37352f !important;
width: 875px;
position: relative;
overflow: hidden;
font-size: 0px;
text-align: center;
margin-top: -1px;
line-height: 400px !important;}

.latestBlogEntry {
position:absolute;
top: 1934px;
margin-left: -400px;
left:50%;
width: 330px;
background-color: transparent;
z-index: 2;
}
table .latestBlogEntry {
width:330px!important;
}


.layoutby {position:absolute; top:0px; left:0px; z-index:3;}

.music {display:none;}
table table td.text div object {position:absolute; top:1490px; left:50%; margin-left:-232 px;z-index:4}
table table td.text div object object {position:static; margin-left:-95px;}

.blogs {position:absolute; top:1870px; left:50%; margin-left:-418px; _margin-left:px; width:350px; height:64px; z-index:2;}
.upcomingshows {position:absolute; top:1870px; left:50%; margin-left:-59px; _margin-left:px; width:350px; height:64px; z-index:2;}

.left {position:absolute; top:2160px; left:50%; margin-left:-418px; _margin-left:px; width:325px; height:1000px; z-index:3;}

.twitter {position:absolute; top:1122px; left:50%; margin-left:-540px; _margin-left:px; width:290px; height:290px; z-index:9;}

.coverup {position:absolute; top:1900px; left:50%; margin-left:-418px; _margin-left:px; width:268px; height:132px; z-index:1;}

.shows {position:absolute; top:700px; _top:520px; left:50%; margin-left:0px; width:380px; height:65px; z-index:1;}

.topbanner {position:absolute; left:50%; top:0px; margin-left:-438px; width:880; height:1924px; z-index:2;}

.topbannerhover {position:absolute; top:0px; left:50%; margin-left:-438px; width:880px; height:1924px; z-index:1;}

div.topbanner a:hover{
border-top: none;
opacity: 0.0;
filter: alpha(opacity=0);
width: 0px;
height: 0px;
z-index:2;
}

table table td.text {_padding-left:25px;}
table table.contactTable td.text, table table.friendSpace td.text, table table.friendsComments td.text {padding:0px;}
</style>

<style>
img.nohover {border:0}
img.hover {border:0;display:none}
A:hover img.hover {display:inline}
A:hover img.nohover {display:none}
</style>
<div class="layoutby">
<a href="zeto88">
<img src="http://i578.photobucket.com/albums/ss224/zet088/VBS/LayoutBy.png" class="nohover" />
<img src="http://i578.photobucket.com/albums/ss224/zet088/VBS/LayoutBy_2.png" class="hover" />
</a>
</div>

<div class="topbanner">
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_01.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_02.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_03.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_04.png" /><br><a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendId=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_05.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_06.png" /><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.messageV3&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_07.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_08.png" /><a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_09.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_10.png" /><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_11.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_12.png" /><a href="http://www.californiarise.bigcartel.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_13.png" /></a><br><a href="http://www.myspace.com/mick_kennedy"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_14.png" /></a><a href="http://www.myspace.com/chrismtimberlake"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_15.png" /></a><a href="http://www.myspace.com/markdebney"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_16.png" /></a><a href="http://www.myspace.com/beau_is_god"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_17.png" /></a><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_18.png" /><a href="http://www.vimeo.com/user2166862"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_19.png" /></a><a href="http://www.purevolume.com"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_20.png" /></a><a href="http://www.californiarise.bigcartel.com"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_21.png" /></a><a href="http://www.facebook.com/pages/California-Rise/245230005320"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_22.png" /></a><a href="http://twitter.com/California_Rise"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_23.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_24.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_25.png" /><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_26.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_27.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_28.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_29.png" /><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.messageV3&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_30.png" /></a><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.composeV3&s=Please+take+a+look+at+my+friend%27s+profile&b=Here%27s+a+link+to+it%3a%3Cbr+%2f%3E%3Ca+href%3d%22http%3a%2f%2fwww.myspace.com%2fcaliforniarise%22%3Ehttp%3a%2f%2fwww.myspace.com%2fcaliforniarise%3C%2fa%3E"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_31.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_32.png" /><br> <img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_33.png" /><a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendId=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_34.png" /></a><a href=" http://profileedit.myspace.com/index.cfm?f...uot;><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_35.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_36.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_37.png" /><a href="http://myspace.com/californiarise"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_38.png" /></a><a href="http://friends.myspace.com/index.cfm?fuseaction=block.blockuser&userID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_39.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_40.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_41.png" /><a href="http://"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_42.png" /></a><a href="http://"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_43.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_44.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_45.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_46.png" /><br>

</div>

<div class="topbannerhover">
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_01.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_02.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_03.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_04.png" /><br><a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendId=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_05.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_06.png" /><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.messageV3&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_07.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_08.png" /><a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_09.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_10.png" /><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_11.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_12.png" /><a href="http://www.californiarise.bigcartel.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_13.png" /></a><br><a href="http://www.myspace.com/mick_kennedy"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_14.png" /></a><a href="http://www.myspace.com/chrismtimberlake"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_15.png" /></a><a href="http://www.myspace.com/markdebney"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_16.png" /></a><a href="http://www.myspace.com/beau_is_god"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_17.png" /></a><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_18.png" /><a href="http://www.vimeo.com/user2166862"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLLFIX_19.png" /></a><a href="http://www.purevolume.com"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLLFIX_20.png" /></a><a href="http://www.californiarise.bigcartel.com"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLLFIX_21.png" /></a><a href="http://www.facebook.com/pages/California-Rise/245230005320"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLLFIX_22.png" /></a><a href="http://twitter.com/California_Rise"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLLFIX_23.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_24.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_25.png" /><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_26.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_27.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_28.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_29.png" /><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.messageV3&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_30.png" /></a><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.composeV3&s=Please+take+a+look+at+my+friend%27s+profile&b=Here%27s+a+link+to+it%3a%3Cbr+%2f%3E%3Ca+href%3d%22http%3a%2f%2fwww.myspace.com%2fcaliforniarise%22%3Ehttp%3a%2f%2fwww.myspace.com%2fcaliforniarise%3C%2fa%3E"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_31.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_32.png" /><br> <img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_33.png" /><a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendId=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_34.png" /></a><a href=" http://profileedit.myspace.com/index.cfm?f...uot;><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_35.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_36.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_37.png" /><a href="http://myspace.com/californiarise"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_38.png" /></a><a href="http://friends.myspace.com/index.cfm?fuseaction=block.blockuser&userID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_39.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_40.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_41.png" /><a href="http://"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_42.png" /></a><a href="http://"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_43.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_44.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_45.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_46.png" /><br>


</div>

<div class="twitter">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="290" height="350" id="TwitterWidget" align="middle">
<param name="allowScriptAccess" value="always" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<param name="FlashVars" value="userID=1199081&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml">
<embed src="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" quality="high" bgcolor="#000000" width="290" height="280" name="TwitterWidget" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="userID=79913974&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml"/>
</object>
</div>

<div class="coverup">
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Coverup.png" />
</div>

<div class="upcomingshows">
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/UpcomingShows.png" />
</div>

<div class="blogs">
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Blogs.png" />
</div>

<div class="left">
<center>
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Weuse.png" /><br>
<a href="http://www.schecterguitars.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Endorsements_01.png" /></a><br>
<a href="http://www.pearldrum.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Endorsements_02.png" /></a><br>
<a href="http://www.zildjian.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Endorsements_03.png" /></a><br>
<a href="http://www.remo.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Endorsements_04.png" /></a><br><br>

<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/FollowUs.png" /><br><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>

<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Releases.png" /><br>
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/EP.png" /><br><br>
Recording new 2009 demo with our new vocalist.<br>
Will be released early 2010.<br>
Keep your eyes peeled!<br><br>
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Information.png" /><br>

<table border="0" cellpadding="3" cellspacing="3" width="320">
<tr>
<td><b>URL</b></td>
<td><div align="right"><a href="http://www.myspace.com/californiarise">Official Myspace </a></div></td>
</tr>

<tr>
<td><b>HOMETOWN</b></td>
<td><div align="right">Melbourne, VIC </a></div></td>
</tr>

<tr>
<td><b> BOOKING</b></td>
<td><div align="right">
christopherw.appleton@gmail.com</div></td>
</tr>

<tr>
<td><b>LAYOUT</b></td>
<td><div align="right"><a href="http://www.myspace.com/zeto88">Zac McMillan</a><br /></div></td>
</tr>

<tr>
<td><b>LABEL</b></td>
<td><div align="right">NONE ( looking )</div></td>
</tr>

</table><table class="off"><tr><td>
<table class="off"><tr><td></td></tr>

</table>
</td>

</tr>
</table>
<br />
</center>
</div>





^^ That code stuffs up the twitter, and moves the right side to the left more so.
How do I stop this? Thanks!
 
Mickey
post Oct 7 2009, 01:56 PM
Post #7


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Is that all of the codes? Can you also link us to the page you're working on?
 
ZeT0
post Oct 7 2009, 11:38 PM
Post #8


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



That's all of it.
www.myspace.com/californiarise
I just put it up even though there's a few errors.
 
ZeT0
post Oct 8 2009, 02:41 AM
Post #9


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



Cheers bro! It'd help alot.
Also in I.E The player moves down.
Not too sure if I mentioned it.
 
Mickey
post Oct 8 2009, 10:35 AM
Post #10


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Replace your codes with this:

CODE
<center>
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/AboutUs.png" /></a><br> <br>

CALIFORNIA RISE are a new four piece band from Melbourne / Ballarat bringing heavy verses , melodic choruses and mayhem, forming from previous bands<br>.
<b>Chris</b>/ Kiss Montana (SA) , <b>Beau</b>/ The Great Fall , <b>Mick</b>/ Charging North and <b>Mark</b> from Her Tragic End. <br>

Check out our studio diary to see us in action, and get to know the band!<br>

Please check us out at an upcoming show soon, and keep your eyes peeled for regular updates!<br>
<br><br>
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Merchandise.png" /></a><br> <br>
<a href="http://www.californiarise.bigcartel.com"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Merchandise2.png"></a><br>
Available from any of our gigs and our Big cartel page!
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Videos.png" /></a><br> <br>
<object width="400" height="230"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6101282&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6101282&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="230"></embed></object><br><br>
<object width="400" height="220"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6452085&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6452085&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="220"></embed></object>
</div>
</center>

<a class=i href="http://xiii.us/ms/band-profileInfo">
</a>
<style>
table.H, .nametext, font strong{display:none;}
div.clearfix i i, .i {display:none;}
table table table table td.text img {display:none;}
table table p table table td.text img, table table td.text table table td.text img {display:block;}
table, td {height:auto !important; }
table table br {display:none}
table table td.text br, table table p td br {display:inline; line-height:13px}
p {margin-top:-13px;}
</style>


<style>
{!-eliminate text from url space-!}
table table table table div {display:none;}
{!-recover div in friend and comment spaces-!}
table table td.text table table div {display:block;}
</style>

<style>
table table table table td {width:0px!important; padding:0px!important;}
td.text td {width:auto!important; padding:auto!important;}
span.lightbluetext8 {display:none;}
</style>


<style>
.profileWidth table { margin-bottom:1680px; width:877px; }
.rail { display:none; }
.gap {
background:url() top left no-repeat;
width:877px; height:1924px;
position:absolute; top:0; left:50%;
margin:0px 0 -400px -950px;
</style>

<div class="gap"></div>

<style type="text/css">

object {position:absolute; height:345px; width:450px; left:50%; z-index:4;}
object {top:1490px!important; margin-left:-47px!important;}
object object, td td td object, embed {position:static; margin:auto!important;}

.orangetext15 {display: none;}
.whitetext12 {display: none;}

table, tr, td{
background-color:transparent;
border-style:none;
}

body {
background-color: f8f8f8;
background-image:url(http://img269.imageshack.us/img269/5469/calirisebackground.jpg);
background-position: top center;
background-repeat: no-repeat;
background-attachment: scroll;
}

table table table table, table table table td{
background-image:none;
background-color:transparent;
}

body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{
color: 37352f;
font-size:9pt;
line-height: 10pt;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-transform:none;
font-family:Helvetica Narrow, sans-serif;
}

strong, .lightbluetext8, .btext, .redtext, .redbtext{
color:666666;
font-size:9pt;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-transform:none;
font-family:Helvetica Narrow, sans-serif;
}

a font, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.man font, a.redlink, a.redlink:visited{
color: 37352f;
font-size:9pt;
font-weight:normal;
font-style:normal;
text-decoration:none ;
text-transform:none;
font-family:Helvetica Narrow, sans-serif;
}

a {
color: 37352f !important;
font-family: Arial !important;
}

a:hover {
color: 666666 !important;
font-family: Arial !important;
}

a:hover, a:hover font, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.man:hover font, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{
color:666666;
font-size:9pt;
font-weight:normal;
font-style:normal;
text-decoration:normal ;
text-transform:none;
font-family:Helvetica Narrow, sans-serif;
}

table table table table, div table table table{
border-style:none;
}

table.contactTable {display:none;}

table table table table td.text span.whitetext12 {
position: relative;
top: 0px;
display: block;
left: 0px;
visibility: visible;
width: 1px;
height: 10px;
text-indent: -999999px;
background: transparent url() bottom left no-repeat;
}



html body.bodyContent table tbody tr td table tbody tr td.text table.friendSpace tbody tr td.text table tbody tr td span.orangetext15{
display: block !important;
height: 65px !important;
width: 436px !important;
margin: 0 !important;
padding: 0 !important;
font-size: 1px;
overflow: hidden;
background-image: url(http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Friends.png);
background-repeat: no-repeat;
color: f8f8f8 !important;
line-height: 10px !important;
margin-top: -3px !important;
background-color: transparent !important;
}

.comments {
position: absolute;
top: 900px;
left: 50%;
margin-left: -105px;
padding: 5px;
border: 0;
width: 875px;
z-index: 3; }
* html div.comments {overflow: hidden;}
* html div.comments table table td {width: 550px;}
.friendsComments {width:875px!important; margin-left:-15px;}
.friendsComments table, .friendsComments td {
color: 666666;
font-size:9pt;
font-family: Verdana !important;
width:100%!important;}
.friendsComments .orangetext15 {display: none;}
.friendsComments .blacktext10 { width:700px; display:block; border-bottom: 1px dotted dimgray; border-color: 666666; text-align: right; }
.comments td td td a {visibility:hidden; font-size:1px; letter-spacing:-50px;}
.comments td td td a img {visibility:visible;}

table.friendsComments tbody tr td.text table tbody tr td span.orangetext15{ background-image: url(http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Comment.png);
background-repeat: no-repeat !important;
background-color: transparent;
display: block !important;
height: 96px !important;
color: 37352f !important;
width: 875px;
position: relative;
overflow: hidden;
font-size: 0px;
text-align: center;
margin-top: -1px;
line-height: 400px !important;}

.latestBlogEntry {
position:absolute;
top: 1934px;
margin-left: -400px;
left:50%;
width: 330px;
background-color: transparent;
z-index: 2;
}
table .latestBlogEntry {
width:330px!important;
}


.layoutby {position:absolute; top:0px; left:0px; z-index:3;}

.blogs {position:absolute; top:1870px; left:50%; margin-left:-418px; _margin-left:px; width:350px; height:64px; z-index:2;}
.upcomingshows {position:absolute; top:1870px; left:50%; margin-left:-59px; _margin-left:px; width:350px; height:64px; z-index:2;}

.left {position:absolute; top:2160px; left:50%; margin-left:-418px; width:325px; height:1000px; z-index:3;}

.twitter {position:absolute; top:2595px; left:50%; margin-left:-385px; width:290px; height:290px; z-index:9;}
.twitter object {width:290px; height:290px;}

.coverup {position:absolute; top:1900px; left:50%; margin-left:-418px; width:268px; height:132px; z-index:1;}

.shows {position:absolute; top:700px; _top:520px; left:50%; margin-left:0px; width:380px; height:65px; z-index:1;}

.topbanner {position:absolute; left:50%; top:0px; margin-left:-438px; width:880; height:1924px; z-index:2;}

.topbannerhover {position:absolute; top:0px; left:50%; margin-left:-438px; width:880px; height:1924px; z-index:1;}

div.topbanner a:hover{
border-top: none;
opacity: 0.0;
filter: alpha(opacity=0);
width: 0px;
height: 0px;
z-index:2;
}

table table td.text {_padding-left:25px;}
table table.contactTable td.text, table table.friendSpace td.text, table table.friendsComments td.text {padding:0px;}
</style>

<style>
img.nohover {border:0}
img.hover {border:0;display:none}
A:hover img.hover {display:inline}
A:hover img.nohover {display:none}
</style>
<div class="layoutby">
<a href="zeto88">
<img src="http://i578.photobucket.com/albums/ss224/zet088/VBS/LayoutBy.png" class="nohover" />
<img src="http://i578.photobucket.com/albums/ss224/zet088/VBS/LayoutBy_2.png" class="hover" />
</a>
</div>

<div class="topbanner">
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_01.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_02.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_03.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_04.png" /><br><a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendId=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_05.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_06.png" /><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.messageV3&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_07.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_08.png" /><a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_09.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_10.png" /><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_11.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_12.png" /><a href="http://www.californiarise.bigcartel.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_13.png" /></a><br><a href="http://www.myspace.com/mick_kennedy"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_14.png" /></a><a href="http://www.myspace.com/chrismtimberlake"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_15.png" /></a><a href="http://www.myspace.com/markdebney"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_16.png" /></a><a href="http://www.myspace.com/beau_is_god"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_17.png" /></a><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_18.png" /><a href="http://www.vimeo.com/user2166862"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_19.png" /></a><a href="http://www.purevolume.com"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_20.png" /></a><a href="http://www.californiarise.bigcartel.com"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_21.png" /></a><a href="http://www.facebook.com/pages/California-Rise/245230005320"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_22.png" /></a><a href="http://twitter.com/California_Rise"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_23.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_24.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_25.png" /><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_26.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_27.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_28.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_29.png" /><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.messageV3&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_30.png" /></a><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.composeV3&s=Please+take+a+look+at+my+friend%27s+profile&b=Here%27s+a+link+to+it%3a%3Cbr+%2f%3E%3Ca+href%3d%22http%3a%2f%2fwww.myspace.com%2fcaliforniarise%22%3Ehttp%3a%2f%2fwww.myspace.com%2fcaliforniarise%3C%2fa%3E"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_31.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_32.png" /><br> <img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_33.png" /><a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendId=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_34.png" /></a><a href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZWVkaXQubXlzcGFjZS5jb20vaW5kZXguY2ZtP2Z1c2VhY3Rpb249dXNlci5h
GRUb0Zhdm9yaXRlJmZyaWVuZElEPTQ2MjY5Njg2NCZwdWJsaWM9MA=="><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_35.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_36.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_37.png" /><a href="http://myspace.com/californiarise"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_38.png" /></a><a href="http://friends.myspace.com/index.cfm?fuseaction=block.blockuser&userID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_39.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_40.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_41.png" /><a href="http://"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_42.png" /></a><a href="http://"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_43.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_44.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_45.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL1_46.png" /><br>

</div>

<div class="topbannerhover">
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_01.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_02.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_03.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_04.png" /><br><a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendId=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_05.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_06.png" /><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.messageV3&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_07.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_08.png" /><a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_09.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_10.png" /><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_11.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_12.png" /><a href="http://www.californiarise.bigcartel.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_13.png" /></a><br><a href="http://www.myspace.com/mick_kennedy"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_14.png" /></a><a href="http://www.myspace.com/chrismtimberlake"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_15.png" /></a><a href="http://www.myspace.com/markdebney"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_16.png" /></a><a href="http://www.myspace.com/beau_is_god"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_17.png" /></a><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_18.png" /><a href="http://www.vimeo.com/user2166862"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLLFIX_19.png" /></a><a href="http://www.purevolume.com"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLLFIX_20.png" /></a><a href="http://www.californiarise.bigcartel.com"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLLFIX_21.png" /></a><a href="http://www.facebook.com/pages/California-Rise/245230005320"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLLFIX_22.png" /></a><a href="http://twitter.com/California_Rise"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLLFIX_23.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_24.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_25.png" /><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_26.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_27.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_28.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_29.png" /><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.messageV3&friendID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_30.png" /></a><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.composeV3&s=Please+take+a+look+at+my+friend%27s+profile&b=Here%27s+a+link+to+it%3a%3Cbr+%2f%3E%3Ca+href%3d%22http%3a%2f%2fwww.myspace.com%2fcaliforniarise%22%3Ehttp%3a%2f%2fwww.myspace.com%2fcaliforniarise%3C%2fa%3E"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_31.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_32.png" /><br> <img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_33.png" /><a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendId=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_34.png" /></a><a href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZWVkaXQubXlzcGFjZS5jb20vaW5kZXguY2ZtP2Z1c2VhY3Rpb249dXNlci5h
GRUb0Zhdm9yaXRlJmZyaWVuZElEPTQ2MjY5Njg2NCZwdWJsaWM9MA=="><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_35.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_36.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_37.png" /><a href="http://myspace.com/californiarise"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_38.png" /></a><a href="http://friends.myspace.com/index.cfm?fuseaction=block.blockuser&userID=462696864"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_39.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_40.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_41.png" /><a href="http://"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_42.png" /></a><a href="http://"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_43.png" /></a><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_44.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_45.png" /><br><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/CaliRiseHeader-ROLL2_46.png" /><br>


</div>

<div class="twitter">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="290" height="350" id="TwitterWidget" align="middle">
<param name="allowScriptAccess" value="always" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<param name="FlashVars" value="userID=1199081&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml">
<embed src="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" quality="high" bgcolor="#000000" width="290" height="280" name="TwitterWidget" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="userID=79913974&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml"/>
</object>
</div>

<div class="coverup">
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Coverup.png" />
</div>

<div class="upcomingshows">
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/UpcomingShows.png" />
</div>

<div class="blogs">
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Blogs.png" />
</div>

<div class="left">
<center>
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Weuse.png" /><br>
<a href="http://www.schecterguitars.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Endorsements_01.png" /></a><br>
<a href="http://www.pearldrum.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Endorsements_02.png" /></a><br>
<a href="http://www.zildjian.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Endorsements_03.png" /></a><br>
<a href="http://www.remo.com/"><img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Endorsements_04.png" /></a><br><br>

<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/FollowUs.png" /><br><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>

<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Releases.png" /><br>
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/EP.png" /><br><br>
Recording new 2009 demo with our new vocalist.<br>
Will be released early 2010.<br>
Keep your eyes peeled!<br><br>
<img src="http://i578.photobucket.com/albums/ss224/zet088/CaliforniaRise/Information.png" /><br>

<table border="0" cellpadding="3" cellspacing="3" width="320">
<tr>
<td><b>URL</b></td>
<td><div align="right"><a href="http://www.myspace.com/californiarise">Official Myspace </a></div></td>
</tr>

<tr>
<td><b>HOMETOWN</b></td>
<td><div align="right">Melbourne, VIC </a></div></td>
</tr>

<tr>
<td><b> BOOKING</b></td>
<td><div align="right">
christopherw.appleton@gmail.com</div></td>
</tr>

<tr>
<td><b>LAYOUT</b></td>
<td><div align="right"><a href="http://www.myspace.com/zeto88">Zac McMillan</a><br /></div></td>
</tr>

<tr>
<td><b>LABEL</b></td>
<td><div align="right">NONE ( looking )</div></td>
</tr>

</table><table class="off"><tr><td>
<table class="off"><tr><td></td></tr>

</table>
</td>

</tr>
</table>
<br />
</center>
</div>



I replaced your music player positioning codes with my own and everything worked fine. Unfortunately, I can't find a fix for it on IE. Sorry.
 
ZeT0
post Oct 8 2009, 02:17 PM
Post #11


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



Once again, I used that code on my test page, and it worked fine.
Then I put it on their page, and it still moves stuff to the left? D:
 
ZeT0
post Oct 8 2009, 02:25 PM
Post #12


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



I just re-put up the ones you told me to use.
 
Mickey
post Oct 8 2009, 02:29 PM
Post #13


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Try adjusting the value on this bit here:

CODE
table table td.text {_padding-left:25px;}

Make it bigger and see what happens.
 
ZeT0
post Oct 8 2009, 02:40 PM
Post #14


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



Wow, it actually worked.
What did that change exactly?
So I don't have to ask again?
 
Mickey
post Oct 8 2009, 02:41 PM
Post #15


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



That creates padding on the right column's left side, which makes it move over to the right.
 
ZeT0
post Oct 8 2009, 02:43 PM
Post #16


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



Ahh! Genius. :)
You didn't respond last time, post a layout you've done?
Also, thanks!
 
Mickey
post Oct 8 2009, 02:46 PM
Post #17


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



I haven't designed a MySpace page in a really long time, much less a MySpace music page. The last one I did was a 2.0 DIV layout here.
 
ZeT0
post Oct 8 2009, 02:51 PM
Post #18


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



Looks very professional.
I'm assuming you do actual web design now?
EDIT:
What's the URL to get the slide show? :)
 
Mickey
post Oct 8 2009, 03:00 PM
Post #19


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



For a slideshow, just create an album containing all the images you want on it. Go to the Edit Photos page and click on the Create Slideshow button near the top. Follow the steps and a code will be generated for you to use / edit. Is this good for closing?
 
ZeT0
post Oct 8 2009, 03:07 PM
Post #20


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



Sure is.
Thankyou.
 
Mickey
post Oct 8 2009, 03:10 PM
Post #21


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



No problem, Zac. Topic closed & moved.
 

Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: