Jump to content

kuran

Members
  • Posts

    51
  • Joined

  • Last visited

Posts posted by kuran

  1. Hi, I'm trying to do something that seems simple, but I just can't get it to work. I have a list of links being displayed, and I want each link to be a solid, black horizontal line until a mouseover event reveals the text 'underneath'. What is the best way to do this besides using images? <ul><li><a href="#">LinkA</a></li><li><a href="#">LinkB</a></li><li><a href="#">LinkC</a></li></ul> Thanks for any help!

  2. Hello everyone!This is my site.. http://www.wimtubbax.be/photography/ Due to some great help from a lot of posters here, I managed to get the javascript that put the photographs on the background of the page..Would it be possible to use this same javascript, but change it so that I have a 'next' and 'previous' button, that when clicked take the 'next' photograph out of a directory? Or maybe I could make the images that load as the background clickable? But I don't think thats possible...Thanks in advance for any tips... comments, or whatever.. : )

  3. Hi everyone,Is there a way to have a page with simple text in it, where the text would show the next sentence when clicked, without having to make a seperate .html for each line?Also, but this might be CSS related.. is there a posibility to have text on a page always stretch/resize to the max width of the user's browser window?I'd like to thank everyone for their previous help in my questions.

  4. hi... need some more help, I just can't get my head around javascript..I'm trying to have a row of links, that when pressed, load a centered (or tiled, if centered isn't possible) .jpg image as the background of that same site.Is this hard to do?Thanks in advance for any help!

  5. Hello,I'm building a very simple, straightforward single-page site. I want five different colors for the background of this site. What is the best way to 'shuffle' these colors randomly, so that whenever someone refreshes, or loads the site, he sees a different color?Is it possible to have multiple CSS files and shuffle them? Or should I be using Javascript?Any help would be greatly appreciated!

×
×
  • Create New...