|
|
|
|
![]() ![]() |
Dec 20 2006, 07:21 AM
Post
#11
|
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 20-December 06 Member No.: 35,669 |
umm...yeah, not trying to sound like a noob here but whats CSS? ive seen ppl talking about it alot, its driving me crazy :S
|
|
|
|
Jan 2 2007, 09:48 AM
Post
#12
|
|
|
Member [Level 3] ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 90 Joined: 8-October 04 From: vienna Member No.: 1,509 |
umm...yeah, not trying to sound like a noob here but whats CSS? ive seen ppl talking about it alot, its driving me crazy :S this means "cascade style sheet" (dunno how to spell) and defines the layout for your page like CODE <html> <body bgcolor=black text=#FFA500> <style type=text/css> body{ background:#000000; color:#FFA500; } .democlass{ background:#FFA500; color:#000000; } .democlass2{ background:#00A500; color:#FF0000; } #demotable { background:#FF0000; color:#F0F0F0; } </style> <table id=demotable> <tr> <td class="democlass" id='demoWindow' onMouseover=java script:switcher(this.id) onMouseout=java script:switcher(this.id)>try me</td></tr> </table> <script language="JAVASCRIPT"> function switcher(item){ if(document.getElementById(item).className == "democlass2") document.getElementById(item).className = "democlass"; else document.getElementById(item).className = "democlass2"; } </script> </body> </html> you can write it directly in the html file or in a extra file... mfg |
|
|
|
Jan 2 2007, 05:02 PM
Post
#13
|
|
|
Trap Grand Marshal Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 1,136 Joined: 19-May 05 From: Mexico Member No.: 7,234 |
I guess I came to late, I didnt see any problems, I guess it was already fixed. By the way, about the poll, its kind of confusing so I voted interesting as I am interested in ruby on rails, as soon as I can get some time on my hands I will try it out.
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 11th October 2008 - 04:23 AM |