Jump to content

silent tear

Members
  • Posts

    6
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://

Profile Information

  • Location
    The Netherlands

silent tear's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. ehmm i don't know how to explain it, but the words i was searching for were: nested layers. do you know that? a example is this:http://www.uwyn.com/projects/relativelayers/examples/example3.html..it's a example of 2 layers, but what i want to know is how i can put a image in the first big layer.. the codes you wrote will it work in example like in the link?
  2. oke, i have to deal with it already eventough it wasn't the purpose.. my friend send me some HTML codes but it doesn't work in fire fox, so i had to change some codes so that i would work in internet explorer and in fire fox, that is what you mean something like that,right?
  3. hello everybody, i have a question how can i put a JPEG in a layer in HTML?this is what i have:<HTML> <HEAD> <STYLE TYPE="text/css"> #zwarteblok { position:relative; left:100px; top:20px; width:500px; height:200px; background:#000000; color:#ffffff } #geleblok { position:relative; left:300px; top:30px; width:250px; height:100px; background:#ffff00; color:#000000 } #groeneblok { position:absolute; left:150px; top 60px; width:180px; height:70px; background:#0000ff; color:0ff0ff } </STYLE> </HEAD> <BODY> <div id="zwarteblok"><img src="<img src="Layers-bestanden/bergen.htm"> <div id="geleblok">Dit is de gele blok. <div id="groeneblok">Dit is de groene blok. </DIV> </div> </div> </BODY></HTML>it's a layer in a layer and in the first black layer i have to put a JPEG, i tried something with <img src> but it didn't work, can anyone help me with it?
  4. what do you mean by validating it?
  5. thank you very much i will try those things..
  6. hey can someone tell me how i can make a "site" in HTML that has 2 pages and in one of the pages there has to be a picture that is a link to the other page? how can i make those to pages? i have to do it for a schoolproject, that's why i have to use HTML and not another thing.. can anyone help me?
×
×
  • Create New...