Jump to content

smiles

Members
  • Posts

    774
  • Joined

  • Last visited

Everything posted by smiles

  1. smiles

    Why DOM?

    As I understand , DOM likes a dictionary
  2. <html><head><style type="text/css">body { background-image: url('smiley.gif');background-repeat: no-repeat;background-position: bottom center; background-attachment: fixed;}</style></head><body><p>The image will not scroll with the rest of the page</p><p>The image will not scroll with the rest of the page</p><p>The image will not scroll with the rest of the page</p><p>The image will not scroll with the rest of the page</p><p>The image will not scroll with the rest of the page</p><p>The image will not scroll with the rest of the page</p><p>The image will not scroll with the rest of the page</p></body></html> You want it
  3. maybe you want to have a new background , but I think your code had problem background-position: bottom >< background-repeat: repeatthey can exist together
  4. How many stages of creating an animated images before give it an extension , ie , .gif file . Do you know any software that change flash image into .gif or .png ? Thanks !
  5. http://www.w3schools.com/js/tryit.asp?file...ryjs_selectmenu
  6. Sorry to the first And you must sign to the second ( based on how many ones had looked at it )There are many things I have to learn
  7. your code is no matter , maybe another parts affected it , check the whole code carefully
  8. research this to embed flash in html document <embed src="your flash url" width="?" height="?" quality="high"pluginspage="http://www.macromedia.com/go/getflashplayer";;type="application/x-shockwave-flash" menu="false"wmode="transparent"></embed>I wonder if someone can explain me all the atributes in it ? Thanks
  9. If you have flash and script code create the same Web effect , which one you choose ???And if you have to marquee something , html or javascript , which one you choose ???
  10. only the third way is correct
  11. Google it and ...http://www.javascripter.net/faq/sound/play.htm
  12. I hear that there are two kind of script code , one affects the load's speed of web pages and one doesn't . What is the difference ??? I sometimes see that script code : 1.63 KB what 1.63 KB means ???And tell me what should we discard to make the web pages load faster , flash or script ???thanks
  13. smiles

    HTML Drop Down Box

    http://www.w3schools.com/js/tryit.asp?file...ryjs_selectmenu
  14. smiles

    pointer

    Thanks I had changed the template , and it looks fineI had create some code like thistd: hover { background-color : #000000 }no effect , I wonder why hover attribute always be right for " a " like a: hovercan we apply it for td , tr , table , ....maybe sometimes we have to create code by ourselves :)is it legal
  15. smiles

    small css :)

    <style>td { background-color: #ffff00; border: 2px #000000 solid;}</style>Maybe I find it
  16. smiles

    Hi

    Everybody needs helps
  17. Thanks , a mistake , I had made it become well again , but it still give me a doubt , who did that ???
  18. smiles

    pointer

    first , I shouldn't have post that reply ( sorry to admin I finished my repairing )I have a question : I have some links in a cell of a table , but I wonder how we can eliminated ... means that when I want to point to the link , just only the link , the pointer will change its appearance , but my problem is that when my pointer come into the cell , it changes its appearance right away can we overcome it by html or css ?
  19. What happen to my forum , I want all the background of all the components have color black but my bgcolor is white , I tried to repair , even I finished my repairing well in notepad but when I applied it to my forum , it still whiteOf course I can do the tag <body bgcolor=black> but it is terrible view you can see its ' style in source code , I have nothing color whitehttp://www.nhomai124.vnbb.comanswer me as soon as possible Thanks
  20. smiles

    Question

    I 'm not good at CSS , try this for experiment {background-image: url();background-repeat: repeat-x;}
  21. http://javascript.internet.com/messages/textchat-v1.2.htmlmaybe it will help you
  22. if ( !A && B ) || ( A && !B ) { .............. }else { do nothing }I think so
  23. smiles

    media files

    oh !!! This is the way I want to know the url of an image before I find that I can do it simply by rightclicking + click property , but I haven't tried with audio or video file yet well , tomorrow is New Year Day , I want to ask a question concerns to old and new , ... funny question ... Someone jokes me that if you want to keep your images (music, video ...) from oldness , just stores them in an url , like a pymarid , they will never change , how do you think about this idea , I really hope they become older versus time , like real things thanks and Happy New Year !!!
  24. smiles

    media files

    When I want to know the url of one image ,I must right-click in that image and click the Property and I will see it , that means the image is located at somewhere on Internet ... but I can't do the same thing with audio file ( music file !!! ) , I want to ask where is it on Internet ??? Don't they have their own url
  25. smiles

    Internet Options

    What 's a pity !!! I don't have any question now !!! Thanks so much
×
×
  • Create New...