|
|||||||
| Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
I like computers.
|
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 -->
__________________
![]() Always knew I didn't belong in this world. I wasn't made for this. But I'll never forget those who betrayed me, and those who never failed my trust. |
|
|
|
|
|
#2 |
|
HH Administrator
|
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. |
|
|
|
|
|
|
|
I like computers.
|
Heh, wow, just realized those were pics too
Other than that, I'll try some things you said. Thanks Craig
__________________
![]() Always knew I didn't belong in this world. I wasn't made for this. But I'll never forget those who betrayed me, and those who never failed my trust. |
|
|
|
|
|
|
|
I like computers.
|
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>
__________________
![]() Always knew I didn't belong in this world. I wasn't made for this. But I'll never forget those who betrayed me, and those who never failed my trust. Last edited by MythicaL; Nov 3, 2004 at 06:07 AM. |
|
|
|
|
|
#5 |
|
DriverHeaven Newbie
Join Date: Feb 2005
Posts: 2
Rep Power: 0 ![]() |
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 06:42 AM. Reason: bored... |
|
|
|
|
|
#6 |
|
DriverHeaven Newbie
Join Date: Feb 2005
Posts: 2
Rep Power: 0 ![]() |
!!!! 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 06:40 AM. Reason: Censoring content which may not be suitable for children under 13 |
|
|
|
![]() |
| Thread Tools | |
|
|