Jump to content

Nudua

Members
  • Posts

    39
  • Joined

  • Last visited

About Nudua

  • Birthday 05/31/1991

Contact Methods

  • MSN
    nudua_nantkes@hotmail.com
  • Website URL
    http://www.freewebs.com/utstyr-d-dagen
  • ICQ
    0

Profile Information

  • Location
    Lillehammer, Norway
  • Interests
    Deluxe Ski Jump 3, cross country, HTML, CSS

Nudua's Achievements

Newbie

Newbie (1/7)

5

Reputation

  1. Nudua

    Show/Hide text

    Big thanks to both of you, got it working now.
  2. HiTrying to do some javascript magic here, but can't get it to work. What I want is that when someone push the link "Vis Resultater >>" then some divs/coding shows up under. And if possible, gets hidden the second time someone push the link. <a href="#" id="showResult">Vis resultater >></a><div id="result" style="display: none"><p>Testing</p></div <!-- #result --> So, when someone press "Vis resultater >>" then I want the div#result to show.
  3. Nudua

    table positioning

    Perfect, it was the valign="top" I was looking for, thank you so much.
  4. Nudua

    table positioning

    This is probably a dumb question, but I have some problems with positioning the text insde a <td>. The thing is that the <td> is very high, but it's not so much text there. The text apears in the middle of the <td> and doesn't start at the top left corner... Any help would be great.Happy new year to all by the way.
  5. Why not CSS: <img src="someimage.jpg" style="margin: 0 auto;" <img src="someimage.jpg" style="text-align: center;" I don`t remember who that will work, but I think it`s the first one.
  6. Nudua

    FREE DOMAINS

    That .tk thing doesn`t work on all computers. When I tried my friends .tk it just showed a white page with nothing. Ì`ve heard other people who have the same thing.
  7. Have you tried the padding="0" in the body?I have 1 suggestion and that is to change the pictures on the top when you hover them. You can see how you can do it here
  8. Maybe use ;z-index: 1; to the menu in the CSS?
  9. I saw that you had body {...blabla...margin: 15px;...blabla...} in your CSS so change that to margin: 0pxor ...<table cellpadding="0" cellspacing="0" width="75%" border="0" align="center" bgcolor="#FFFFFF"><tr></tr>... Take away the <tr></tr> like this: ...<table cellpadding="0" cellspacing="0" width="75%" border="0" align="center" bgcolor="#FFFFFF">...
  10. Try this: <body bgcolor="#252e70" padding="0"><table cellpadding="0" cellspacing="0" width="75%" border="0" align="center" bgcolor="#FFFFFF" margin="0">
  11. What? Why isn`t polygon working? Can you show a picture or something of what the part is?
  12. Nudua

    New window

    How do you open a new window without the addressbar and all that stuff?
  13. Nudua

    Scrolling

    Tryed to change it to transitional, but it still doesn`t work...
  14. Nudua

    Scrolling

    I though of that first, but it didnt`t work...HTML:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head><title>Any site</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /></head><body style="overflow: hidden"><div id="left"><img id="left" src="isramme.bmp" /></div><div id="center"><div id="topp"><img id="left2" src="isramme3.bmp" /><img id="right2" src="isramme4.bmp" /></div><div id="bunn"><img id="left3" src="isramme5.bmp" /><img id="right3" src="isramme6.bmp" /><div id="topp2"><img id="topp" src="isramme7.bmp" /></div></div></div><div id="right"><img id="right" src="isramme2.bmp" /></div></body></html> CSS: body {background-color: #222222;margin: 0px;}div#left {background-color: #222222;width: 12%;height: 100%;float: left;margin: 0px;padding: 0px;}div#center {background-color: #222222;width: 76%;height: 100%;margin: 0px;float: left;padding: 0px;}div#topp {background-color: #222222;width: 100%;height: 16%;padding: 0px;margin: 0px;}div#bunn {background-color: #222222;width: 100%;height: 84%;margin: 0px;padding: 0px;}div#topp2 {background-color: #222222;width: 96%;}div#right {background-color: #222222;width: 12%;height: 100%;margin: 0px;float: right;}img#left {float: right;height: 100%;overflow: hidden;}img#right {height: 100%;float: left;margin: 0px;position: relative;left: -1px;}img#left2 {width: 2%;height: 100%;margin: 0px;float: left;}img#right2 {width: 2%;height: 100%;margin: 0px;float: right;}img#left3 {width: 2%;height: 100%;margin: 0px;float: left;}img#right3 {width: 2%;height: 100%;margin: 0px;float: right;}img#topp {width: 100%;margin: 0px;position: relative;top: -3px;} Is it maybe because it dosen`t work on XHTML?
  15. Nudua

    Scrolling

    How do you hide the scrollbar/it`s not possible to scroll down the page?
×
×
  • Create New...