Jump to content

notclive

Members
  • Posts

    103
  • Joined

  • Last visited

Posts posted by notclive

  1. Woah i started this and forgot about it (have read it now though!)Im 15 started html at 14 in march this year. Whish id have discovered it earlier. Ive been doing all kinds of coding things like flash i know its not completely coding but it uses actionscript. And i made a ffew widgets for the yahoo widget engine, i learnt javascript through that. And am getting visual basic soon i dont know if thats going to completely confuse me or not. Also looked at the php tute the other day and am gunna try a ffew things with that.

  2. Ok I agree, but the point is that I will only use trusted Ad Services such as one by Google Adsense etc.If u visitor doesnot want to click on Ads than its upto him. :)Can someone please tell me a possible code for this ?

    Your not allowed to make ppl click google ads.
  3. much better methinks

    body	{font: normal 16px "lucida sans unicode","lucida sans",arial; color: #111111; background-color: #ffffff}a.link:link	{color: #ffffff; text-decoration: none; font: 18px }a.link:active	{color: #fffff; text-decoration: none; font: 18px }a.link:hover	{color: #111111; text-decoration: none; background: #ffffff; font: 18px }a.link:visited	{color: #111111; text-decoration: none; font: 18px }a.text:link	{color: #111111; text-decoration: underline}a.text:active	{color: #111111; text-decoration: underline}a.text:hover	{color: #111111; text-decoration: underline}a.text:visited	{color: #111111; text-decoration: underline}div.navbar	{text-align: center; position: absolute background: #5555ff; top: 0px; left: 0px; width: 175px;}div.title	{text-align: center; background: #5555ff; position: absolute; top: 0px; left: 175px; height: 125px; width: 775px}div.main	{text-align: left; background: #eeeeee; position: absolute; top: 125px; left: 238px; width: 450px}div.news	{text-align: left; background: #eeeeee; position: absolute; top: 125px; left: 750px; width: 200px}p      {color: #11111}h1	{color: #ffffff; text-align: center}h2	{color: #0000ff}h3	{color: #ff0000}h4      {color: #00ff00}

  4. Could you post the entire code of your page then?

    body	{font: normal 16px lucida sans unicode,lucida sans,arial; 	color:black;background-color:#ffffff}div.navbar	{text-align: center; position: absolute;       top:0px;      left:0px;	width: 175px;	background: #ff4444;}a.link:link	{color: white; text-decoration: none; font: 18px }a.link:active	{color: white; text-decoration: none; font: 18px }a.link:hover	{color: black; text-decoration: none; background: white; font: 18px }a.link:visited	{color: black; text-decoration: none; font: 18px }div.title	{text-align: center; background: #5555ff; position: absolute; top:0px; left:175px; height: 125px; width:82%}div.main	{text-align:left; position: absolute; top: 125px; left: 250px; background: #eeeeee; width: 450px}div.news	{text-align:left; position: absolute; top: 125px; right: 0px; background: #eeeeee; width:200px}a.text:link	{color: black; text-decoration: underline}a.text:active	{color: black; text-decoration: underline}a.text:hover	{color: black; text-decoration: underline}a.text:visited	{color: black; text-decoration: underline}p      {color:black}h1	{color:white; text-align:center}h2	{color:blue}h3	{color:red}h4      {color:green}

  5. Can you post your code? I don't understand :)

    div.title	{text-align: center;           background: #5555ff;           position: absolute;           top:0px;            left:175px;           height: 125px;           right:0px}

    with opera or firefox it makes my title whatever lengh is between 175px from the left and 0px from the right, but with internet explorer it just makes it 175px from the left and auto's the width! But it does understand the right:0px for another div.

×
×
  • Create New...