Jump to content
xisto Community

juandelacruz

Members
  • Content Count

    37
  • Joined

  • Last visited

Everything posted by juandelacruz

  1. Tyra BanksShe's pretty, intelligent and very sexy!The Tyra Banks Show nominated for 5 daytime Emmy Awards
  2. If we could get back to the future then we could move forward to the past?
  3. Besides CSS and Java Script mix it with an AJAX and you'll have a flash like website but it wouldn't take much time to load the page.
  4. I think what does a girl look for in a guy are personality(has a lot's of money) and characteristic( a nice car)...
  5. You don't need to worry about GMail get slower in the future, as long as it's free and that's all is important.
  6. Well, you better start to learn more about the **** coding thing because I think that will be the future of web design!
  7. Search the Google for your handy cam model so that it would not be difficult for you to find where you would buy the USB for your handy cam.
  8. As I summarized all your reply's, I really won't be able to created what I wanted to do with menu with the CSS alone and without the script or a content-aware engine (as truefusion mentioned). I've just done this with the Visual Studio and I was just trying my luck that maybe someone here could possibly do that. Thank you all for your opinions, I really appreciated it. I'm just doing a HTML only, I tried the link and that's what I really wanted to do... Halellujah! Thank's a lot!
  9. You should checked all the directories you wanted to clean up...
  10. I am making a CSS based menu, I put a hover an active state on the menu style and they all working... until I realized that I wanted the active state to remain so that the user will see the current selected menu. How will I do that without using script? Here is the code of the test menu <style type="text/css"><!--ul { list-style: none; margin: 0; padding: 0;}li { width: 600px;}li a { width: 128px; height: 20px; display: block; float: left; background: #FF0000; text-align: center; font: bold 8pt Arial, Helvetica, sans-serif; color: #0000FF; letter-spacing: .1em; text-decoration: none; padding-top: 5px; border: solid 1px #FFFFFF;}li a:hover { color: #fff;}li a:active { background: #990000;}--></style><h1>CSS Menu</h1><ul> <li><a href="#">LINK</a></li> <li><a href="#">LINK</a></li> <li><a href="#">LINK</a></li> <li><a href="#">LINK</a></li></ul> If you run the codes above you will observed that the active state shows only if the menu was pressed down but after that it wasn't active again.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.