Making this transparent |
![]() ![]() |
Making this transparent |
Aug 25 2006, 12:52 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2006 Member No: 457,673 |
If you look on eminem's site:
http://www.myspace.com/eminem I want the very top part to look like this - i can't choose the color, but I want the bg around the banner and links to be transparent, how do i do this? |
|
|
|
Aug 25 2006, 12:57 AM
Post
#2
|
|
![]() sang loves hayden. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,373 Joined: Feb 2004 Member No: 5,687 |
Umm, what very top part? I'm kind of confused.
But I'll think of what you're trying to say. To make the banner & links to be transparent, you gotta lower the opacity. |
|
|
|
| *Azarel* |
Aug 25 2006, 01:16 AM
Post
#3
|
|
Guest |
Insert this into your About Me or Who I'd Like to Meet:
<style type=text/css> table { background-color: transparent } </style> |
|
|
|
Aug 25 2006, 01:23 AM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2006 Member No: 457,673 |
NO I don't want them to be transparent - i want the bg (like the blue bg on the banner and the white bg on the links) to be the background color of my page
http://myspace.com/104186681 That is my site Also I would like the other parts to disappear. I know how to do that, but the code I found makes the navigation at the top disappear as well, I want them to stay there, but I want the other things gone. This is for my div, which appears on the link above Insert this into your About Me or Who I'd Like to Meet: <style type=text/css> table { background-color: transparent } </style> OK That worked for the table where the banner is, but what about the nav? and how do I remove everything below that so it's not appearing anymore? I just want my div to appear. nevermind i got that part - now how do i get everything underneath to be removed? |
|
|
|
| *Azarel* |
Aug 25 2006, 01:23 AM
Post
#5
|
|
Guest |
Bleh, you edited and Toya's way fast so nevermind. :)
|
|
|
|
Aug 25 2006, 01:24 AM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
For the blue background you need to design that. As in make it in a program, then you use a div to align all your content/etc in.
This will hide your profile w/o the navigation being gone. http://www.createblog.com/scripts/download.php?id=302 The link I just posted will fix all your color problems. Then just add this to change the bg color for them. CODE <style type="text/css">
body, tr, td, table{background-color: colorhere;} </style> |
|
|
|
Aug 25 2006, 01:30 AM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2006 Member No: 457,673 |
awesome - that worked great!
How about the links that were on the bottom? They moved up to the middle of the page. Can I remove those? |
|
|
|
Aug 25 2006, 01:37 AM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
|
|
|
|
Aug 25 2006, 01:44 AM
Post
#9
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2006 Member No: 457,673 |
Perfect... thanks alot. I'm sure I'll be back tommorow to get some more help! LOL - Thanks alot!
one more question - is there a way to make the image center without aligning the position by pixels? when I minimize my window, the main div stays in one spot, while the nav links move. That leads me to think that the alignment for a higher resolution is going to be way off.... |
|
|
|
Aug 25 2006, 01:49 AM
Post
#10
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Doing it by pixels (px) is the best way because that way it stays aligned in most/all browsers and resolutions.
As long as you don't use margin positioning or percents, you should be fine with it looking the same or close in other res. |
|
|
|
Aug 25 2006, 01:59 AM
Post
#11
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2006 Member No: 457,673 |
is there anyway to align the header with the div so that the banner and the links are always aligned with the div? to make sure it's exactly right. I'm gonna check it first to make sure it works at my moms, but I just think, by design standards, it's gonna be way off
|
|
|
|
Aug 25 2006, 02:02 AM
Post
#12
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You can put the banner in a div then move it wherever .
CODE <div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;"> <img src="IMAGEURLHERE"> </div> Change all the 0's to positions/#'s for the width and height. Then place your image url where it says image url here. |
|
|
|
Aug 25 2006, 02:15 AM
Post
#13
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2006 Member No: 457,673 |
no - align the myspace nav and banner with the div
maybe a little clearer would be maybe you can position the banner and table of the nav up top - to line up with the positioning of the div? is it possible to do that? |
|
|
|
Aug 25 2006, 12:11 PM
Post
#14
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
No you can't do that. You can hide the navigation but you have to leave the ad because if you hide it its again myspace terms of service.
|
|
|
|
![]() ![]() |