Jump to content

kuran

Members
  • Posts

    51
  • Joined

  • Last visited

kuran's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thank you, how do I make the line disappear the same time that the text appears?I'll have to do the inverse since I'm using a white background and black text.
  2. 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!
  3. Thanks..Can I still make it so that they load as the bg image?
  4. 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.. : )
  5. 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.
  6. Well I tried it when booted in Windows also... (I have an intel Mac)Is it centered vertically for you? It just 'sticks' to the top of the screen when I try it in Firefox...
  7. I have one more problem... When I view the site in Firefox, the image is only centered horizontally, not vertically!However in Safari on my Mac, it is displayed fully centered, as it should be.This is the site in question: http://www.wimtubbax.be/photography06/Is there anything I can do to fix this?Thanks in advance!
  8. 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!
  9. This is the site I am wanting this javascript on... www.wimtubbax.be
  10. Odd, I am using a Mac and have tried multiple browsers (Safari, Firefox, ...) and it won't work. Java is enabled.Is there any other way to achieve what I want? Perhaps a index.html that randomly loads a page?I have tried Golive to paste the code, I hope that didn't cause the problem.Thanks,Wim
  11. Thanks for your quick help, I am not that great with HTML or JS...so I need some more assistance.If I simply paste your code in a empty html file, and try it, it doesn't work.. should I change something about the code first?
  12. 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...