Jump to content

zuzuu

Members
  • Posts

    7
  • Joined

  • Last visited

About zuzuu

  • Birthday 06/24/1984

Contact Methods

  • Website URL
    http://zuzuu.free.fr

Profile Information

  • Location
    Gardanne (France)
  • Interests
    I like the life!!! Computer sciences, and I am a beginner in Kite surf !!!

zuzuu's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hello ! I have a problem, I would like to put my text in a div. But if there is a lot of text I want that a scroll appears but only on rigth. I don't want to have a sroll at the bottom of my div. Do you know the property to do this in css div???
  2. In fact, I would like to have a list of my friend (a link of their website). As there are a lot of link I would like to use a select item. But I do not want to see Text, I would like to put for example a image of them...
  3. Yes thank you very much, it is exactly what I seached !!!!
  4. Thank you for your help!However it does not work... This action resize my image and display them more little but I see the entire image.I would like to see only a part...Maybe it is not possible...with only html?
  5. I try this one but it does not work... <html><head></head><body><SELECT NAME="linkList"><OPTION VALUE="s"><a href="page1.html"><img border="0" src="bebe_hippocampe.jpg"></a><OPTION VALUE="m"><img src="img2.jpg"><OPTION VALUE="l"><img src="img3.jpg"></SELECT></body></html> I would like to create a list of link with image. And when you click on the image, you follow the link.I think it is a good idea to use <a href...But this is not work...Have you another Idea??
  6. Hi again I would like to ask you if it is possible to display only a part of an image.For exemple, my image is about 300px * 200px and I want to display the part about 100px * 100px.I do not want to resize my image, I just want to display the corner for example...Is it possible, because I found enought about this...
  7. Hi everybody !! It is my first post, and as I am French, I apologize if I commit some mistake... I would like to create a select list as usual : <SELECT NAME="linkList"><OPTION VALUE="s">value 1<OPTION VALUE="m">value 2<OPTION VALUE="l">value 3</SELECT> But I want to put a image, not a text. Example : <SELECT NAME="linkList"><OPTION VALUE="s"><img src="img1.jpg"><OPTION VALUE="m"><img src="img2.jpg"><OPTION VALUE="l"><img src="img3.jpg"></SELECT> I try this code, but it does not work. I would like to know if there is a method for this kind of select...?Thank you and have a nice week
×
×
  • Create New...