Jump to content

smiles

Members
  • Posts

    774
  • Joined

  • Last visited

Posts posted by smiles

  1. <html><head><style type="text/css">body{ background: url('tileg.gif') repeat-x 0px 0px;}#header { margin-top: 8px;margin-left: 863px;height: 35px;background-image:url('tile.gif');background-position:center; background-repeat:repeat;}</style></head><body><div id='header'></div></body></html>

    hope this well-done , and change the height attribute ( I forgot it before ... ) to the height of tile.gif :)

  2. <html><head><style type="text/css">body{ background: url('tileg.gif') repeat-x 0px 0px;}#tile { margin-top: 8px;margin-left: 863px;background-image:url('tile.jpg');background-repeat:repeat;}</style></head><body><div id='tile'> </div></body></html>

    try this and edit margin-left ,I feel wrong with it :)

  3. Preloader is only meaningful if your site is by flash totally

    because it takes slow for my animated buttons on the image map to load.
    :) I don't think they are slow to load , use small gif image ... :)
  4. thanks :) ... and I want to try some for me :) , could you recommend me some good links about blog , I don't believe much in google , I believe more in your experience :)

  5. More info please. Use div's how? Can I just enclose my paragraph's in div's?

    for example , here in your css
    #header { margin-top: 20px;height: 70px;background-color: #6495ED;border: 0px solid #345487; background-image:url('');background-position:center; background-repeat:no-repeat;}

    and here in your body

    <div id='header'>  <b><font size='5' color='#FFFFFF'>Your title here</font></b></div>

    sorry about my late response :)

  6. Does anyone know how I can keep my background black, and have my headings on inherited, without getting the black background on my headings?
    uses table or div :)
  7. "Atomic values are nodes with no children or parent....Items are atomic values or nodes."Doesn't this simply mean that Items are nodes?

    Atomic values are nodesItems are atomic valuesso ... Items are nodes ( Aristote Law ) :)
  8. I would like to ask anyone who would be willing to answer which code is like the type of code in most computers... Ansd is it possiable to manulape that code?

    don't understand much :) but I think it 's Assembly :)
  9. <html><head><script type="text/javascript">function go() {window.url.location=document.getElementById("menu").value}</script></head><body><form><select id="menu" onchange="go()">  <option>--Select a page--</option>  <option value="http://www.w3schools.com">W3Schools</option>  <option value="http://www.google.com">Google</option>  <option value="http://www.altavista.com">AltaVista</option></select><iframe src="" name="url"></iframe></form></body></html>

    try this :)

×
×
  • Create New...