|
| Notices |
Welcome to the DriverHeaven.net forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
 |
Oct 31, 2004, 06:28 PM
|
#1
|
|
Elite Motherf#$%er
Join Date: Jan 2004
Location: Sacramento, CA
Posts: 2,833
|
Profile Help
I would like to fix up my MySpace profile (don't even think about laughing), but I don't know what else to do. I just want to make it cool, easy to read, and something that describes me (aka Hitman). Some things still bother me though:
1 - The profile runs very bad with CSS filters
2 - The filters only work in IE
3 - Cannot change the text color under the Contact Me area
4 - How could I better optimize the background so that it fits all resolutions
CSS code below:
Code:
<!-- START CSS -->
<style type="text/css">
TABLE, TABLE, TABLE
{
border-color: 000000;
border-width: 2px;
border-style: solid;
}
TABLE, TD, TR
{
color: FFFFFF !important;
font-family: Tahoma;
font-size: 14px;
font-weight: normal;
background-color: transparent;
border: none;
filter: glow(color: 000000);
}
BODY
{
color: FFFFFF !important;
font-family: Arial;
background-color: 000000;
background-image: url(http://img38.exs.cx/img38/4520/mythical-wallpaper.jpg);
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
scrollbar-3dlight-color: 000000 !important;
scrollbar-arrow-color: 000000 !important;
scrollbar-highlight-color: FFFFFF !important;
scrollbar-face-color: FFFFFF !important;
scrollbar-shadow-color: 000000 !important;
scrollbar-darkshadow-color: FFFFFF !important;
scrollbar-base-color: 000000 !important;
}
A:LINK
{
color: FFFFFF !important;
text-decoration: none;
}
A:ACTIVE
{
color: FFFFFF !important;
text-decoration: none;
}
A:VISITED
{
color: FFFFFF !important;
letterspacing: 1px;
text-decoration: none;
}
A:HOVER
{
color: FFFFFF !important;
letterspacing: 1.5px;
cursor: crosshair;
}
.BLACKTEXT12, .NAVBAR, .TEXT, .NAMETEXT, .ORANGETEXT15, .BTEXT, .REDBTEXT, .BLACKTEXT10, .LIGHTBLUETEXT8
{
color: FFFFFF !important;
font-family: Tahoma, Arial;
font-size: 11px;
font-weight: normal;
}
FONT
{
color: FFFFFF !important;
font-family: Arial;
}
IMG
{
border: none;
}
</style>
<!-- END CSS -->
My profile is here: http://profiles.myspace.com/users/5860909
|
|
|
Nov 2, 2004, 09:00 AM
|
#2
|
|
DH Administrator
Join Date: May 2002
Location: Manchester, UK
Posts: 4,543
|
You can't change the colour of the Links in the contact me area, because they're infact images, you could try setting up a iframe layer with a background colour and frame it using absolute positioning. There's not much you can do with using such a large image for the background, it's gonna tile, so your only option is making it a seamless tile and live with it. Filters only work in IE, it's a fact of life, and it sucks.
Oh yeah, hahahahahahaha MySpace.
|
|
|
Nov 2, 2004, 09:52 AM
|
#3
|
|
Elite Motherf#$%er
Join Date: Jan 2004
Location: Sacramento, CA
Posts: 2,833
|
Heh, wow, just realized those were pics too  Other than that, I'll try some things you said. Thanks Craig 
|
|
|
Nov 3, 2004, 01:01 AM
|
#4
|
|
Elite Motherf#$%er
Join Date: Jan 2004
Location: Sacramento, CA
Posts: 2,833
|
Ok, WOW, I hate the way the profiles are designed by a stylesheet. Anyways, the part next to my picture has a 0% opacity, and it's basically a spacer. The part I'm talking about is between my picture and location information. So, how would I go about hiding it?
Another problem is on the right column, where the TR and TD's aren't the same width as the table. See how the text and borders are off centered, even when I told them to center?
Thanks to MySpace's stupid layout, I can't edit the source and make changes to it that way. But I don't know any other way to do it.
Updated code:
Code:
<style type="text/css">
TABLE, TD, TR
{
color: FFFFFF !important;
font-family: Verdana, Tahoma;
font-size: 14px;
font-weight: normal;
background-color: transparent;
border: none;
}
BODY, LI
{
color: FFFFFF !important;
font-family: Verdana, Tahoma;
background-color: 000000;
background-image: url(http://img38.exs.cx/img38/4520/mythical-wallpaper.jpg);
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
scrollbar-3dlight-color: 000000 !important;
scrollbar-arrow-color: 000000 !important;
scrollbar-highlight-color: FFFFFF !important;
scrollbar-face-color: FFFFFF !important;
scrollbar-shadow-color: 000000 !important;
scrollbar-darkshadow-color: FFFFFF !important;
scrollbar-base-color: 000000 !important;
}
A:LINK, A:ACTIVE, A:VISITED, A:HOVER
{
color: FFFFFF !important;
text-decoration: none;
}
.BLACKTEXT12, .NAVBAR, .ORANGETEXT15, .BTEXT, .REDBTEXT, .BLACKTEXT10, .LIGHTBLUETEXT8, .WHITETEXT12
{
color: FFFFFF !important;
font-family: Tahoma;
font-size: 14px;
font-weight: normal;
text-align: center;
}
.ORANGETEXT15
}
width: 430px;
align: center;
{
FONT
{
color: 000000 !important;
font-family: Arial;
}
IMG
{
border: none;
vertical-align: middle;
}
.BUTTON
{
border: dashed 1px;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
.NAMETEXT
{
color: FFFFFF !important;
font-family: Arial Bold;
font-size: 18px;
font-weight: normal;
}
.TEXT
{
background-color: 000000 !important;
filter: alpha(opacity: 90);
-moz-opacity: 90;
border: 1px solid;
padding: 5px;
}
</style>
Last edited by MythicaL; Nov 3, 2004 at 01:07 AM.
|
|
|
Feb 3, 2005, 01:05 AM
|
#5
|
|
DriverHeaven Newbie
Join Date: Feb 2005
Posts: 2
|
Myspace Sucks!
Rather sorry for digging this one up... my bro has it in his fav still... I'm cleaning computer and kinda browsing, and fyi:
M
yspace...
S
ucks...
Last edited by unicode; Feb 3, 2005 at 01:42 AM.
Reason: bored...
|
|
|
Feb 3, 2005, 01:19 AM
|
#6
|
|
DriverHeaven Newbie
Join Date: Feb 2005
Posts: 2
|
Exact time spent on myspace due to boredom
!!!! and the layout/syntax is just rediculous, doubt it is validated, and if it is... must have been some shady validator ( like a smog shop )...
Last edited by unicode; Feb 3, 2005 at 01:40 AM.
Reason: Censoring content which may not be suitable for children under 13
|
|
|
|
|
|