Welcome Guest ( Log In | Register)



2 Pages V  < 1 2  
Reply to this topicStart new topic
> How Would You Solve This Situation?, I think PHP is best - but maybe there are other ways
You find this question...
You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.
Total Votes: 4
Guests cannot vote 
element1988
post 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
Go to the top of the page
 
+Quote Post
2091
post 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



QUOTE(element1988 @ Dec 20 2006, 08:21 AM) *

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
Go to the top of the page
 
+Quote Post
FLaKes
post 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.
Go to the top of the page
 
+Quote Post

2 Pages V  < 1 2
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. C Code, Can U Solve This?(22)
  2. 2 Really Easy Ways To Make Money Online(16)
  3. Learn The Ways Of Making Money Online(6)
  4. 13 Ways To Find Out If Someone Likes You(30)
  5. Basic Ways To Speed Up Your Web Site(25)
  6. Extremely Awkward Situation(6)
  7. Need Advice On Current Situation(7)
  8. 9 Ways To Promote You Site(28)
  9. Best Ways To Make Money In Runescape(13)
  10. Dealing With Fear In A Hostile Situation(11)
  11. How To Escape A Bad Situation (by Fighting Or Fleeing)(16)
  12. Best Ways To Reduce Acne(23)
  13. How To Save Yourself From A Rape Situation?(13)
  14. Family Emergency(5)
  15. Tough Situation(6)
  1. Coder Or Designer?(15)
  2. Riddle Competition(0)
  3. Ways To Destress And Prevent Yourself From Bingeing(5)
  4. Sats- Seriously Annoying Tedious Situation.(2)
  5. I'm In A Difficult Situation Here(14)
  6. Money For Teens(15)
  7. Friend's Tough Financial Situation, No Work(5)
  8. Ftp Issue?(1)
  9. Top 10 Geek Ways To Beat Boredom(12)
  10. Honey And Your Sex Life(0)
  11. Ways To Avoid Jet Lag(0)
  12. Say No To Sinful Ways(3)
  13. What Are The Ways To Make Your Poems Spread To The Audience?(2)


 



- Lo-Fi Version Time is now: 11th October 2008 - 04:23 AM