Jump to content

snowboard01

Members
  • Posts

    317
  • Joined

  • Last visited

Everything posted by snowboard01

  1. here is my code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html> <head> <meta name="description" content="Website about dundas district me and my freinds" /> <meta name="keywords" content="Dundas, Josh, Fun, Cool," /> <meta name="developer" content="Josh Bradshaw" /> <meta name="rating" content="general" /> <meta name="author" content="Josh Bradshaw" /> <title>♫Sax World♫</title> <!--functions script--> <script type="text/javascript"> //key to background changer function change() { document.bgColor=document.list.colors.options [document.list.colors.selectedIndex].value; } function style() { document.getElementById("style").background.backgroundColor=document.list.colors.options [document.list.colors.selectedIndex].value; } </script> <!-- end functions script--> <!--place stylesheet links here--> <link href="http://www.freewebs.com/gamestrats/music_note.ico" type="image/x-icon" rel="shortcut icon"/> <link rel="stylesheet" type="text/css" href="http://saxworld.awardspace.com/css/experiment.css" /> <!--end place stylesheet links here--> </head> <body> <!--Big title--> <img class="centerim" alt="title" src="http://www.freewebs.com/gamestrats/title.gif" width="100%" /> <!--end title--> <!--Left menu--><div class="left"><b>My Site</b><br /><hr /><!--remember page break tags--><a href="http://saxworld.awardspace.com/welcome.html" target="blog">Home</a><br /><a href="http://saxworld.awardspace.com/message.html" target="blog">Message Boards</a><br /><a href="http://saxworld.awardspace.com/comment.html" target="blog">Contact</a><br /><a href="http://saxworld.phpbbnow.com/" target="_blank">My forum</a><br /><a href="http://saxworld.awardspace.com/faq.html" target="blog">FAQ</a><br /><a href="http://saxworld.awardspace.com/Guestlog.htm" target="blog">Guest Book</a><br /><a href="http://saxworld.awardspace.com/credits.html" target="blog">Credits</a><br /><a href="http://saxworld.awardspace.com/school.html" target="blog">School</a><br /><a href="http://saxworld.awardspace.com/news.html" target="blog">News</a><br /><a href="http://saxworld.awardspace.com/about.html" target="blog">About me</a><br /><a href="http://saxworld.awardspace.com/links.html" target="blog">Links</a><br /><a href="http://saxworld.awardspace.com/reflex.html" target="blog">Reflex tester</a><br /><br /><hr /></div><!--end left menu--> <!--iframe--> <div class="frame"> <iframe class="blog" frameborder="0" name="blog" scrolling="auto" src="http://saxworld.awardspace.com/welcome.html">Your Browser does not support Iframes or does not have Iframes enabled Upgrade it to view my blog!!!!My personal suggestion is <a href="http://www.mozilla.com/">Get Firefox</a> Or you may have them turned off. </iframe> </div> <!--end iframe--><!--right menu--><div class="right"><b>Blog Entries</b><br /><hr /><!--remember page break tags--><a href="http://saxworld.awardspace.com/Blog/entry13.html" target="blog">Day 13</a><br /><a href="http://saxworld.awardspace.com/Blog/entry12.html" target="blog">Day 12</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry11.html" target="blog">Day 11</a><br /><a href="http://saxworld.awardspace.com/Blog/entry10.html" target="blog">Day 10</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry9.html" target="blog">Day 9</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry8.xml" target="blog">Day 8</a><br /><a href="http://saxworld.awardspace.com/Blog/entry7.xml" target="blog">Day 7</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry6.html" target="blog">Day 6</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry5.html" target="blog">Day 5</a><br /><a href="http://saxworld.awardspace.com/Blog/entry4.html" target="blog">Day 4</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry3.html" target="blog">Day 3</a><br /><a href="http://saxworld.awardspace.com/Blog/entry2.html" target="blog">Day 2</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry1.html" target="blog">Day 1</a><br /><br /><hr /></div><!--end right menu--><div class="form"> <!--way this works: action is the change color statement in head. submit submits the option to the action then action to the function--> <form name="list" action="java script:change()"> <!--Start Drop down list here --> <select name="colors"> <option value="red">Red </option> <option value="blue">Blue</option> <option value="green">Green </option> <option value="orange">Orange </option> <option value="white">White</option> <option value="#00FFFF">Cyan</option> <option value="#000000">Black</option> <option value="#7FFFD4">Aqua</option> <option value="#FFD700">Gold</option> <option value="#1E90FF">Dodger blue</option> <option value="#8B0000">Dark Red</option> <option value="#9ACD32">YellowGreen</option> <option value="#COCOCO">Silver</option> <option value="#008B8B">Dark Cyan</option> <option value="#B22222">Fire Brick</option> <option value="#000080">Navy</option> <option value="#87CEEB">Sky Blue</option> <option value="#00CED1">Dark Turquoise</option> <option value="#00FF00">Lime</option> <option value="#ADFF24">GreenYellow</option> </select> <!-- end drop down list--><input type="submit" value="Change Background color" /></form><!--valid info--><a class="w3c" href="http://validator.w3.org/check?uri=http%3A%2F%2Fsaxworld.awardspace.com%2Findex.html"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> <a class="w3c" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fsaxworld.awardspace.com%2Fcss%2Fhome.css&usermedium=all"> <img style="border:0;width:88px;height:31px" src="http://www.freewebs.com/gamestrats/vcss.png" alt="Valid CSS!" /></a> <!--end valid info--></div></body></html> and heres the css a{float:left;width:7em;text-decoration:none;color:blue;background-color: yellow;padding:0.1em 0em;}a:hover{color: yellow;text-decoration: underline;background-color:red;}iframe.blog{display:inline;width: 100%;height: 500px;position: relative;top: 0px;left: 0px;}.frame{border-style: solid;border-color: black;border-width: 6px;position:relative;float:left;top: 0px;width: 60%;height: 500px;}.left{background-color:yellow;position: relative;top: 0px;float: left;height: 500px;width: 15%;display:inline;}.right{background-color:yellow;position: relative;top: 0px;float: left;width: 15%;height: 500px;overflow:auto;display:inline;}.form{position:relative;top: 0%;left: 0%;background-color:yellow;width: 100%;height: 10%;}.valid{position: relative;top:90%;left: 0%;background-color: yellow;height: 5%;z-index:1;width:100%;}a.w3c:hover{background-color:yellow;color: white;text-decoration: none;}.centerim{position:relative;left:0%;height:100px;} and heres a link to what it does I think the reason ie displays it the way i want and FF displays a blob is partailly because ie takes the top left ect. elements from the nearest element and FF goes from the edge of the screen. also ie sees iframe 100% and makes it 100% of the div. FF makes it 100% of the screen i tried fixing these but nothing changed. Oh by the way the entire purpose of the page was a page that would place the elements in a comfortable position horizontally no matter what screen size. I would also like it to be cross browser. And then ill work on making it text zoomable. any help at all would be very much appreciated. Please know I have read the tutorials and searched the forum I simply can not find what is wrong.
  2. here is my code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html> <head> <meta name="description" content="Website about dundas district me and my freinds" /> <meta name="keywords" content="Dundas, Josh, Fun, Cool," /> <meta name="developer" content="Josh Bradshaw" /> <meta name="rating" content="general" /> <meta name="author" content="Josh Bradshaw" /> <title>♫Sax World♫</title> <!--functions script--> <script type="text/javascript"> //key to background changer function change() { document.bgColor=document.list.colors.options [document.list.colors.selectedIndex].value; } function style() { document.getElementById("style").background.backgroundColor=document.list.colors.options [document.list.colors.selectedIndex].value; } </script> <!-- end functions script--> <!--place stylesheet links here--> <link href="http://www.freewebs.com/gamestrats/music_note.ico" type="image/x-icon" rel="shortcut icon"/> <link rel="stylesheet" type="text/css" href="http://saxworld.awardspace.com/css/experiment.css" /> <!--end place stylesheet links here--> </head> <body> <!--Big title--> <img class="centerim" alt="title" src="http://www.freewebs.com/gamestrats/title.gif" width="100%" /> <!--end title--> <!--Left menu--><div class="left"><b>My Site</b><br /><hr /><!--remember page break tags--><a href="http://saxworld.awardspace.com/welcome.html" target="blog">Home</a><br /><a href="http://saxworld.awardspace.com/message.html" target="blog">Message Boards</a><br /><a href="http://saxworld.awardspace.com/comment.html" target="blog">Contact</a><br /><a href="http://saxworld.phpbbnow.com/" target="_blank">My forum</a><br /><a href="http://saxworld.awardspace.com/faq.html" target="blog">FAQ</a><br /><a href="http://saxworld.awardspace.com/Guestlog.htm" target="blog">Guest Book</a><br /><a href="http://saxworld.awardspace.com/credits.html" target="blog">Credits</a><br /><a href="http://saxworld.awardspace.com/school.html" target="blog">School</a><br /><a href="http://saxworld.awardspace.com/news.html" target="blog">News</a><br /><a href="http://saxworld.awardspace.com/about.html" target="blog">About me</a><br /><a href="http://saxworld.awardspace.com/links.html" target="blog">Links</a><br /><a href="http://saxworld.awardspace.com/reflex.html" target="blog">Reflex tester</a><br /><br /><hr /></div><!--end left menu--> <!--iframe--> <div class="frame"> <iframe class="blog" frameborder="0" name="blog" scrolling="auto" src="http://saxworld.awardspace.com/welcome.html">Your Browser does not support Iframes or does not have Iframes enabled Upgrade it to view my blog!!!!My personal suggestion is <a href="http://www.mozilla.com/">Get Firefox</a> Or you may have them turned off. </iframe> </div> <!--end iframe--><!--right menu--><div class="right"><b>Blog Entries</b><br /><hr /><!--remember page break tags--><a href="http://saxworld.awardspace.com/Blog/entry13.html" target="blog">Day 13</a><br /><a href="http://saxworld.awardspace.com/Blog/entry12.html" target="blog">Day 12</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry11.html" target="blog">Day 11</a><br /><a href="http://saxworld.awardspace.com/Blog/entry10.html" target="blog">Day 10</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry9.html" target="blog">Day 9</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry8.xml" target="blog">Day 8</a><br /><a href="http://saxworld.awardspace.com/Blog/entry7.xml" target="blog">Day 7</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry6.html" target="blog">Day 6</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry5.html" target="blog">Day 5</a><br /><a href="http://saxworld.awardspace.com/Blog/entry4.html" target="blog">Day 4</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry3.html" target="blog">Day 3</a><br /><a href="http://saxworld.awardspace.com/Blog/entry2.html" target="blog">Day 2</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry1.html" target="blog">Day 1</a><br /><br /><hr /></div><!--end right menu--><div class="form"> <!--way this works: action is the change color statement in head. submit submits the option to the action then action to the function--> <form name="list" action="java script:change()"> <!--Start Drop down list here --> <select name="colors"> <option value="red">Red </option> <option value="blue">Blue</option> <option value="green">Green </option> <option value="orange">Orange </option> <option value="white">White</option> <option value="#00FFFF">Cyan</option> <option value="#000000">Black</option> <option value="#7FFFD4">Aqua</option> <option value="#FFD700">Gold</option> <option value="#1E90FF">Dodger blue</option> <option value="#8B0000">Dark Red</option> <option value="#9ACD32">YellowGreen</option> <option value="#COCOCO">Silver</option> <option value="#008B8B">Dark Cyan</option> <option value="#B22222">Fire Brick</option> <option value="#000080">Navy</option> <option value="#87CEEB">Sky Blue</option> <option value="#00CED1">Dark Turquoise</option> <option value="#00FF00">Lime</option> <option value="#ADFF24">GreenYellow</option> </select> <!-- end drop down list--><input type="submit" value="Change Background color" /></form><!--valid info--><a class="w3c" href="http://validator.w3.org/check?uri=http%3A%2F%2Fsaxworld.awardspace.com%2Findex.html"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> <a class="w3c" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fsaxworld.awardspace.com%2Fcss%2Fhome.css&usermedium=all"> <img style="border:0;width:88px;height:31px" src="http://www.freewebs.com/gamestrats/vcss.png" alt="Valid CSS!" /></a> <!--end valid info--></div></body></html> and heres the css a{float:left;width:7em;text-decoration:none;color:blue;background-color: yellow;padding:0.1em 0em;}a:hover{color: yellow;text-decoration: underline;background-color:red;}iframe.blog{display:inline;width: 100%;height: 500px;position: relative;top: 0px;left: 0px;}.frame{border-style: solid;border-color: black;border-width: 6px;position:relative;float:left;top: 0px;width: 60%;height: 500px;}.left{background-color:yellow;position: relative;top: 0px;float: left;height: 500px;width: 15%;display:inline;}.right{background-color:yellow;position: relative;top: 0px;float: left;width: 15%;height: 500px;overflow:auto;display:inline;}.form{position:relative;top: 0%;left: 0%;background-color:yellow;width: 100%;height: 10%;}.valid{position: relative;top:90%;left: 0%;background-color: yellow;height: 5%;z-index:1;width:100%;}a.w3c:hover{background-color:yellow;color: white;text-decoration: none;}.centerim{position:relative;left:0%;height:100px;} and heres a link to what it does I think the reason ie displays it the way i want and FF displays a blob is partailly because ie takes the top left ect. elements from the nearest element and FF goes from the edge of the screen. also ie sees iframe 100% and makes it 100% of the div. FF makes it 100% of the screen i tried fixing these but nothing changed. Oh by the way the entire purpose of the page was a page that would place the elements in a comfortable position horizontally no matter what screen size. I would also like it to be cross browser. And then ill work on making it text zoomable. any help at all would be very much appreciated. Please know I have read the tutorials and searched the forum I simply can not find what is wrong
  3. i don't think its possible to put a div in a div. At least not when it is in its default display style I think yoy should read the page about display. I have no idea what im talking about :)
  4. You meaqn you want the divs to appear and disapear. you will have to be more clear there are many ways to hide and show divs
  5. <b> and <u> never lose the effect unless you close them and by the way a page break is <br /> or <br> depending on the doctype if you dont understand this PM me
  6. why do we care????????????????????????????????????????????????
  7. this is hilarios. ask yourself do I know javascript? do i understand how the script works? if you have some basic scripting knowledge than you have basic scripting knowledge you have to decide there is no get basic scripting knowledge here tutorial. If i were you id learn javascript first though
  8. why not just make 3 input boxes likemonth:(input box) day:(input box) year:(box) then use maxlengh for the number of characters they will need. than validate it at the end so the number of characters they need to type to make a valid day or year or month are in
  9. this forum probly rose in the google rating so the spammers are interested
  10. how do you turn off client side scripting!!!!!!!!!!!!!!!!!!!??????????to do that you would have to like edit all the html of any page you ever make to disable the javascript
  11. its the margin top doing this
  12. snowboard01

    ASP

    If its a project I am entitled to not tell you it can parse languages like css and html (hehe) making cross browser code easily. also you can use the javascript that you probably already know in it. Or you can parse vbscript thats what you know. I dont know to much but I know it can turn xml files into html and send the html to the browser instead of only having like fifty percent of web browsers failing parse your xslt. To bad I cant tell you this
  13. 1)you apply for hosting2)You could ask someone or you could hire an instructor there are many possibilitys some i probly don't know about3)you don't you can get subdomains from sites like awardspace.comall domains are paid
  14. I can't decide is this advertising or some guy offering a tutorial for freeI tink its advert
  15. snowboard01

    ASP

    no reason all server scripting languages have similar capabilitys. choose one that you understand easily
  16. there is a program called phpnow (or smomething) that launches php files on your computergoogle launch php without a server you will find it
  17. snowboard01

    www & non-www

    well if you have a a site example:http://somewhere.something.comand someone typeswww.somewhere.somthing.comit won't find it.the majority of users dont type http:// but they will type www. some lazy people wont put anything just somewhere.somplace.com and the browser will find the http:// only site with thatsorry if this is sorta all one sentence im tired
  18. someone block that user name
  19. stupid adverts!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!thats a lousy program anyway
  20. The best I could think is lose the first page and have there be links that can show the content you want.
  21. after that manually open outlook and hit send receive then it will send it. mailto is not the way u want to send ur forms try php or writing it to a file with sql
  22. BUY a domain name then get a web host and they will have there own methods of getting your files there
  23. same with me it should be added to the html or css tutorial
  24. what browser are u using some just add a que to outlook to be sent on send receive. some open outlook ask u to hit send then adds a que. and about 5 percent of people it will actually send u an email. without hitting send receive. and like no people actually use outllok so u cant count on the send receive button being hit.
  25. I have already written this in the original post u cant have a style tag in the style sheet. the style tag is a html tag and it makes css defective when it is in a .css doc
×
×
  • Create New...