Jump to content

tantachar07

Banned
  • Posts

    47
  • Joined

  • Last visited

Everything posted by tantachar07

  1. I need to have my template's image onmouseovere'd. Code: <!--forum template--><html><head><!--CSS content--><style type="text/css">body{background-color: #000000;}h1 {color: chartreuse}h2 {color: white}h3 {color: white}h4 {color: white}h5 {color: white}h6 {color: white}div.class4{border-style: inset;border-bottom-color: #9900CC;border-top-color: #9900CC;width: 100%;}</style><!-- End CSS content--></head><body><p> <!--banner--> <img border="2" onmouseover="width="103%"" src="http://i125.photobucket.com/albums/p42/hns_marcon/72.jpg" width="734" height="127"><!--End banner--><br><h1 align="center">Page title</h1><div align="center"> <p><!--Taken from [url="http://photobucket.com-->"]http://photobucket.com-->[/url] <a href=""><img src="http://i125.photobucket.com/albums/p42/hns_marcon/54.jpg" width="74" height="31"></a> <a href=""> <img src="http://i125.photobucket.com/albums/p42/hns_marcon/54.jpg" width="74" height="31"></a> <a href=""><img src="http://i125.photobucket.com/albums/p42/hns_marcon/54.jpg" width="74" height="31"></a> <a href=""><img src="http://i125.photobucket.com/albums/p42/hns_marcon/54.jpg" width="74" height="31"> </a> <a href=""><img src="http://i125.photobucket.com/albums/p42/hns_marcon/54.jpg" width="74" height="31"></a></p> <!--End taken--></div><br><br><fieldset color="red"><form> <h4>Username <input name="Username" type="text" maxlength="20"> </h4> <h4>password <input name="Password" type="password" maxlength="20"> <br> <br> <input type="submit" value="submit"> </h4></form></fieldset><br><br><div class="class4" align="justify"> <h4 >Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br></h4></div><hr color="#CC6666"><h5><div align="center"> ©*Your company*</div></h5></body></html>
  2. You should post this in the Javascript forum The url was: http://www.w3schools.com/js/tryit.asp?file...s_openallwindowWhen I tried to edit the "width" and the "height", I clicked on the popup again and the size didn't change.
  3. I made a new template . . . the code goes here . . . <html><head><style type="text/css">body{background-image: url('http://i125.photobucket.com/albums/p42/hns_marcon/17.jpg');background-repeat: no-repeat;background-attachment: fixed}a.one:link {color: blue; text-decoration: none}a.one:visited {color: violet; text-decoration: none}a.one:hover {background: 931423;; text-decoration: underline}a.one:active {color: #00FF00}</style><title></title></head><body><font face="verdana" size="7" color="#00FF00"> <b> <a name="1">Page title</a></b></font><br /><strong><font color="#000000" size="1" face="verdana"><hr color="#00FF66"/>Vice Header here</center> <br /> <script language="javascript">document.write("Currently used browser:"+navigator.appname+" ")</script><hr color="#00FF66"/></font></strong><table width="526" height="308" border="1" cellpadding="14" bordercolor="#FF0000"> <tr> <td width="197"><font face="verdana" size="1"><b>Images/Iframes/etc . . . </b></font></td> </tr></table><font face="verdana" size="1"><b><div align="center">© *Company title* 2005-2006</div></b></font></body></html> Just paste this in notepad and save it as .htm or .html
  4. If you are brainstorming to php, you can usually go there because there are PHP experts in that site.
  5. Sub is A vb property. Do not use this in JS.
  6. I am trying to do the Onclickselfclose in a button . . . code goes here <form><input type="button" value="close" onClick"self.close()"></form> And with difficulties . . .
  7. Sometimes it's not like that. It even loses the asp of the inputs. ASP is not usually used . . .
  8. I want PHP masters to have their own site. Usually, here's a site for a PHP forum****http://cutephp.com/forums****
  9. Should we use this for making a video? <object><param name="movie" value="video.wmp"></param><object>
  10. What we like . . . is of course . . . THOSE ONES WITH HTML EDITORS Everyone likes html editors because it supports some things that they don't know that we don't . . . Example isDreamweaverDreamweaver shows the generated html editor (Not read-only, w/ edit 2!) and it has some things that windows doesn't know, and so we are up for browsers with HTML editors
  11. I want to erase the position-absolute at CSS because it is helpless. Instead, I suggested a code. . . Uses the div tag still . . .(A text): (Neither be CSS or HTML) <div horizontal-align="25px left"></div> If you wanted to have a text diagonal, this is my suggestion: <div align="diagonal; 34px left;"></div> If you wanted to make your page up-to-down words, my suggestion is: <bdo dir="up-to-down"></bdo> Javascript aligns: (note: these are in the body tags) <script language="javascript"><!-- text-align: centerdocument.write("bla-bla-bla")//--></script> Please reply if there are any corrections . . .
  12. Are VBscripts used for making softwares? No browsers are usually using VBscript in websites.
  13. Instead of this, we should "select" the "link-hover" for our own option
  14. Having a book is nice, since in internet we still need to load every page while making a tutor W3School book is nice because just 1 second you can switch from every page to another . . . Good suggestion
  15. This is ASP. This is used for making forms functional.
  16. <style type="text/css">body{background-image:url('http://i125.photobucket.com/albums/p42/hns_marcon/1.jpg');background-repeat:no-repeat;background-attachment:fixed}</style>[code]
  17. tantachar07

    CSS fixed bg

    The code shown in the Tryit was this: <style type="text/css">body {background-image: url('smiley.gif');background-repeat: no-repeat;background-attachment: fixed}</style> And when I did it myself (Of course w/ a different image) It didn't work. I put it between my head tags though. . .
  18. These are my probs: I need to have more than 2 links randomly, in the "tryit" I never fount anything when I did 3 in the "else" statement Can I put img src's through js?
  19. Can I do a website w/ a half-colored?
  20. I like coffecup good :)It's not usually in the lists but It's a good one too:The url: click
  21. This is the code newb!!!Paste this between your head tags . . . in the "href" you just type the reg. one (This is CSS)<style type="text/css">a:link {color: blue}a:visited {color: red}a:hover {color: yellow}a:active {color: green}</style> note that in the color hover, you can type by: RGB(0,0,0), hex-a-decimal(#FFFFFF), or name(blue)You need a lot of support noob!!!
×
×
  • Create New...