The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HELP! Please ;), CSS and script?
system6
post Mar 8 2007, 11:05 PM
Post #1





Group: Members
Posts: 5
Joined: 8-March 07
Member No.: 2,141



I am not fimiliar with java script or css. I always do HTML or flash, and am trying to help my wife make her myspace look cool. (i know..;P)


<style type='text/css'>body{background-color:000000;background-repeat:no-repeat;background-attachment:Fixed;background-position:Top Left;border-color:ff0000;border-width:0;border-style:Solid;scrollbar-face-color: ff0000;scrollbar-track-color: 000000;scrollbar-arrow-color: ffffff;scrollbar-shadow-color: undefined;scrollbar-3dlight-color:undefined;scrollbar-darkshadow-color:undefined;scrollbar-highlight-color: ffffff;cursor:url('Paste Url or Choose one Below'), default};color:000000 !important;font-family:Verdana;}table, tr, td{background:transparent;border:0px;}table table table{border-width:4;border-color:ff0000;border-style:Solid;background-color:;}table table table table{border:0px;border-style:;}table table table td{background-image:url('Paste Url or Upload your own.');background-color:000000;filter:alpha(opacity=99);-moz-opacity:.99; opacity:.99; -khtml-opacity:99}table, tr, td, th, li, p, div{font-family:Courier New,Courier,Monospace;color:000000;font-size:12;font-style:none}.nametext, .whitetext12, .btext, .orangetext15, .redtext, .redbtext{font-family:Courier New,Courier,Monospace;color:ff0000;font-size:16;font-weight:bold;font-style:none}.blacktext12, .text, .whitetext8{font-family:Courier New,Courier,Monospace;color:000000;font-size:12;font-style:none}a:active, a:visited, a:link{color:ffffff;font-family:Courier New,Courier,Monospace;font-size:12;font-style:none}a:hover{font-family:Courier New,Courier,Monospace;font-size:12;color:ffffff;font-style:none}a.navbar:active, a.navbar:visited, a.navbar:link{color:ffffff;font-family:Courier New,Courier,Monospace;font-size:12;font-style:none}a.navbar:hover{color:ffffff;font-family:Courier New,Courier,Monospace;font-size:12;font-style:none}img{border:0;}Table, Td{background-color:transparent;}table table table{width:100%;background-color:transparent;}.netlogo{padding-top:0px;position:absolute;z-index:7;width:45px;height:45px;left:95%;top:12px;text-align:center;background-color:transparent;color:000000tyle><style type='text/css'>table table table td{vertical-align:top}span.blacktext12{visibility:visible !important;background-color:transparent;background-image:url();font-size:12px;letter-spacing:1px;width:435px;height:75px;display:block}span.blacktext12 img{display:none;}</style><br><style type="text/css"> .contactTable {width:300px!important; height:150px!important; padding:0px!important; background-image:url("http://www.myspacepicturecodes.com/myspace-graphics/myspace-graphics-contacttables/myspace-graphics-contacttables13.gif"); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px!important;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:1px!important;}.contactTable .text, .contactTable a, .contactTable img {filter:none!important;}</style><br /><a href="http://www.myspacepicturecodes.com">Myspace Contact Tables</a><br /><a href="http://www.myspacepicturecodes.com">MySpace Graphics</a><a href="http://www.myspacepicturecodes.com/"><img src="http://bestmyspacecodes.com/button-humor.gif" alt="myspace" style="position:absolute; left:0px; top: 0px;" border="0"></a><br>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Effovex
post Mar 9 2007, 12:29 AM
Post #2


Serious Coder
*****

Group: Members
Posts: 251
Joined: 6-January 07
From: Sherbrooke, Qc, Canada
Member No.: 1,477



We're going to need a sample page and to know exactly what it is you're trying to achieve.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
system6
post Mar 9 2007, 01:34 AM
Post #3





Group: Members
Posts: 5
Joined: 8-March 07
Member No.: 2,141



QUOTE(Effovex @ Mar 9 2007, 01:29 AM) *

We're going to need a sample page and to know exactly what it is you're trying to achieve.

The one above is my wifes myspace, but here is mine with the same code. See how alot of the text is blue or black and doesn't show up? I.e. the area to the right of my pic.


www.myspace.com/system6




Stitches
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Mar 9 2007, 01:34 PM
Post #4


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



You need to prefix the hex codes for colors with a # character. Rather than using 123456 you need to use #123456

While you're at it, the online tools report other HTML errors and CSS errors that should be fixed.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
system6
post Mar 9 2007, 07:31 PM
Post #5





Group: Members
Posts: 5
Joined: 8-March 07
Member No.: 2,141



QUOTE(Darin McGrew @ Mar 9 2007, 02:34 PM) *

You need to prefix the hex codes for colors with a # character. Rather than using 123456 you need to use #123456

While you're at it, the online tools report other HTML errors and CSS errors that should be fixed.



Thanks for the help. I only code HTML so its all greek to me. Cool tools, but I only understood parts. Thank you though



Blake
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 9 2007, 07:48 PM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Correct what you understand and read up or ask about the rest then. smile.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
system6
post Mar 9 2007, 09:32 PM
Post #7





Group: Members
Posts: 5
Joined: 8-March 07
Member No.: 2,141



QUOTE(pandy @ Mar 9 2007, 08:48 PM) *

Correct what you understand and read up or ask about the rest then. smile.gif

Pandy, all I want to do is make the navy blue fonts that say "industrial/metal/alternative" and "all you base.." white courier.

I also want the parts that say "member since", "Band members" to also be white courier.

And finally, I want the words in these catagories that are black for some reason to also be white courier.


Once someone helps me with it, or does it for me , I can compare the 2 and try to understand better. smile.gif



Thanks



Blake

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
stjepan
post Mar 10 2007, 04:34 PM
Post #8


Serious Coder
*****

Group: Members
Posts: 329
Joined: 15-October 06
From: zagreb, croatia
Member No.: 445



QUOTE
...all I want to do is make the navy blue fonts that say "industrial/metal/alternative" and "all you base.." white courier.
I also want the parts that say "member since", "Band members" to also be white courier.
And finally, I want the words in these catagories that are black for some reason to also be white courier


If you look at source yol'll find "<span class="whitetext12">System 6: General Info</span>". So, you should apply style to text and color will be changed.

Anyway, why "whitetext12" produce red text ?? huh.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 29th March 2024 - 07:57 AM