Jump to content

smiles

Members
  • Posts

    774
  • Joined

  • Last visited

Everything posted by smiles

  1. smiles

    Scrollbar Help

    try this ( color examples ) :)body{ scrollbar-face-color: #14192A; scrollbar-highlight-color: #303F56; scrollbar-shadow-color: #303F56; scrollbar-3dlight-color: #14192A; scrollbar-arrow-color: #9CA9AD; scrollbar-track-color: #161616; scrollbar-darkshadow-color: #14192A;}
  2. here is what I find in javascript.internet.com , and change a little <!-- TWO STEPS TO INSTALL RANDOM BACKGROUND: 1. Add the designated script to the HEAD of your HTML document 2. Place the last script into the BODY of your HTML document --> <!-- STEP ONE: Add this script to the HEAD of your HTML document --><HEAD><script LANGUAGE="JavaScript"><!-- This script and many more are available free online at --><!-- The JavaScript Source!! [url="http://javascript.internet.com"]http://javascript.internet.com[/url] --><!-- Beginfunction backcolor(form) {temp = ""for (var i = 0; i < 16; i++) {temp = form.color[i].valueif (form.color[i].checked){ document.bgColor = temp } }}function randombackground() {document.bgColor = getColor()}function getColor(){currentdate = new Date()backgroundcolor = currentdate.getSeconds()if (backgroundcolor > 44)backgroundcolor = backgroundcolor - 45else if (backgroundcolor > 29)backgroundcolor = backgroundcolor - 30else if (backgroundcolor > 15)backgroundcolor = backgroundcolor - 16if (backgroundcolor == 0 )return "olive";else if (backgroundcolor == 1 )return "teal";else if (backgroundcolor == 2 )return "red";else if (backgroundcolor == 3 )return "blue";else if (backgroundcolor == 4 )return "maroon";else if (backgroundcolor == 5 )return "navy";else if (backgroundcolor == 6 )return "lime";else if (backgroundcolor == 7 )return "fuschia";else if (backgroundcolor == 8 )return "green";else if (backgroundcolor == 9 )return "purple";else if (backgroundcolor == 10 )return "gray";else if (backgroundcolor == 11 )return "yellow";else if (backgroundcolor == 12 )return "aqua";else if (backgroundcolor == 13 )return "black";else if (backgroundcolor == 14 )return "white";else if (backgroundcolor == 15 )return "silver";}// End --></SCRIPT><!-- STEP TWO: Put this form in the BODY of the HTML document --><BODY onload="randombackground()"></body>
  3. <html><head><title> The Lamborghini Gallardo</title></head><body bgcolor="black" text="gold"><table><td width ="25%"><img src="http://www.asahi.com/car/tokyo2003/photo/images/lamborghini_gallardo_m.jpg"></td><td width ="50%"></td><td width ="25%"><img src="http://www.asahi.com/car/tokyo2003/photo/images/lamborghini_gallardo_m.jpg" align="right"> </td></table><h1><center>A Tribute to The Gallardo</center></h1><hr>
  4. OOP like a shielfcase with many specified draws , so you can easily look for which kind of something you want
  5. smiles

    New window

    yes , maybe I am thinking so much about my chat program , your data may be an url
  6. try this border-width: 0px 0px 0px 0px;
  7. Javascript runs with all browser , I think so
  8. smiles

    Font families

    I think that you can create your logo with your own font and convert to image file . put on your web
  9. smiles

    New window

    ... you can use Javascript : http://www.w3schools.com/js/tryit.asp?file...ryjs_openwindowyou can write data in this window if you want<HEAD> <script LANGUAGE="JavaScript"> function displayHTML(form) { var inf = form.htmlArea.value; win = window.open(", ", 'popup', 'toolbar = no, status = no'); win.document.write("" + inf + ""); } </script> </HEAD> <form> <textarea name="htmlArea" cols=45 rows=6> </textarea> <br> <input type="button" value=" view " onclick="displayHTML(this.form)"> </form>
  10. yeah !!! you are supervisor
  11. take a look :http://www.powerworld.com/DemoSoftware/Viewdwnld.aspI don't really understand it but hope this help
  12. I will support , but don't laugh at me , I hear you say many many about Cold Fusion before , but really , I know nothing about it , what you define it ???
  13. last night , at my class ' meeting , I asked him how he had these file , I know that he had them not legally !!! ... so that is the reason anyway thanks
  14. I had just viewed the signature 's part in the source code , no DIV , no CLASS , even no SIGNATURE word , only <BR> ... for my text ' s signature ( my signature is 4 lines of text )
  15. I doubt maybe it 's the fourth reason , I had right-clicked in it to find its url , copy , paste to view the page and you know what I see ??? joke words like this " hey , what are you finding " do you know any websites allows upload music ?Thanks !!!
  16. could you specify sig css here , like thissignature{ background: transparent; color: #339; font-size: 10px; line-height: 150%;}but no effect
  17. wwell , what I can change for my forum is only the header of the page , the rest is forum part and I can't change it except colors , texts and the contents ... so what I hope is the "rest" is not "the body + bottom" ... lets the bottom be mine
  18. my friend had found many sound file to put into my forum , I don't know how can he get it , and the sound files play well ( means I can hear music sound ) , but in the next several week , these sound files had problem , I can't hear it ... so how many reason for this ???thanks !!!
  19. so what I want is a code about the table that you write in the top of the the source code and when you view it , you see the table always at the bottom of the pagethe is at the bottom part of source code so certainly it makes what you want at the bottom of the page now stop here , don't make me become an hard-understood one
  20. template file doesn't have .signature in css , well I have just seen some forums that with phpBB , and I mind that no signatures have images in it , that really pity now , I try to put that style of signature in css and you know the right way to put it ??? Maybe it's very hard
  21. my own forum created by phpBB , so may be differ with IPB , I had tried your code , but no effect anyway , thanks !!! someday I will find it
  22. your code like this ? <html><head><meta http-equiv="Refresh"content="10;url=http://www.w3schools.com"><script type="text/javascript">function question(){var answer=prompt("What are you doing ?","")if (answer == "right"){window.location="http://www.w3schools.com"}}</script></head><body><form><input type="button" onclick="question()" value="Display a prompt box"></form></body></html> I don't understand why you have to do this , you want promt box to take you to one page , while your browser automatically leads you to that page too for 10 seconds , it 's not necessary I see that difference with youwhen I have no click on button , the page will direct to url after 10 secondswhen I click on the button , and don't type in it , the page hasn't change to the new url after 10 seconds , it waits till you click OK to make the prompt box lost when I click on button , and wait till 10 seconds pass by , whatever I fill in textarea , the page still direct to the url
  23. well , I find and see that table doesn't have its attribute to lets it at the bottom of the page this code still at the bottom of the source code so DIV certainly at the bottom of the page :(anyway , thanks
  24. well , Eric , if you don't mind could you let me see your signature ' code ,I had tried with my signature but ... no effect , temporarily
  25. just imagine that my post is a web page , so look at the bottom of the web page , suppose you see a tablehow can you right it , not let your table's code at the bottom of your code such as <html><body>...............<table></table></body></html> _______________________________________________________________ | |_______________________________________________________________|
×
×
  • Create New...