Search results

  1. R

    need a little help with a horizontal menu

    What do you mean?? You don't think that menu will work to well?
  2. R

    need a little help with a horizontal menu

    Very simple! Thanks!
  3. R

    need a little help with a horizontal menu

    That's one step closer to what I'm looking for! Thanks! I read about it on the link you posted, and the onMouseOver and Out makes a difference! But what about making the dropdown links load horizontally under the menu instead of vertically?
  4. R

    need a little help with a horizontal menu

    hey everybody. I am working on a menu, and I created a horizontal drop down menu. The problem is, once someone moves their mouse away, i want the links to stay until they hover over another menu item. Also, I would like the links that come out of the dropdown to be horizontal, not...
  5. R

    how to add upcoming events from google calendar

    But I don't want just updates. Because I may update in a different order than I want it to appear. I found out the real term for it is event log or something like that.
  6. R

    how to add upcoming events from google calendar

    You can. That's not exactly what I mean though. Once the calendar is public, its simple to make the whole calendar visable to everyone. But I want the calendar on a page called calendar.php. THEN on the homepage, I want a small section that says "upcoming events" and it pulls the 5 or 6...
  7. R

    how to add upcoming events from google calendar

    Hey all I have a google calendar for my website. I am looking for a way to add "upcoming events" to the homepage. An area right under the navigation which is on every page. (Php includes. But that doesn't matter at all). Does anyone know a way I can automatically pull upcoming events from...
  8. R

    faux columns - getting frustrated

    any more ideas? I added the <br> tag about 100 times and then just put a period to see if my faux columns were working. and they were working fine, the BG image tiled perfectly. so i know the faux columns is working right. I have a feeling that its something with the PHP includes or the...
  9. R

    faux columns - getting frustrated

    Also, I see what you mean when you said ONE head tag, one body tag etc. I wasn't thinking and had one in each of the pages that I use in the php includes. I will fix that right away. Then ill start using my style sheet more too.
  10. R

    faux columns - getting frustrated

    I meant to say I tried the height for the nav php include to be 100% and I have also tried it using auto. Not both at the same time obviously.
  11. R

    faux columns - getting frustrated

    So I'm still having this issue. While I thing the faux columns ARE working, the whole thing won't work. I'm using php includes for the header nav and footer. I have the nav at a width of 20% and the height have set at auto, and 100%. But both times it only goes to the bottom of the links (or...
  12. R

    simple image script question

    hey all i have a quick simple question. is it okay in an image tag to mix pixels with percents? example being = <img src="pic.jpg" height="125" width="20%"> or is that a bad idea? i want the images to be a certain width across the screen, so they adjust to any screen resolution. I...
  13. R

    faux columns - getting frustrated

    ill change it to the h1 h2 etc. i didnt think using a font tag was a good idea :-)
  14. R

    faux columns - getting frustrated

    also, the f1 and f2 tags i was using so i can easily switch between font sizes. I read somewhere that that was a good thing to do. so its not? should i add the font script every time i change the font size?
  15. R

    faux columns - getting frustrated

    thanks @Phreaddee i was using a little copy and pasting, so i will fix the numerous of the same tags. and thank you, hopefully when im done, this one will look better than the previous site :-) working on getting out of the tables and learning new ways to do things. i will try the faux columns...
  16. R

    RSS help

    i actually got it to work. a website called yes2rss has a generator on there that works wonders! now is there any way to make the users search for my website in their rss reader, instead of putting mywebsite.com/rss.xml they can just search for mywebsite.com? thanks
  17. R

    Help with form scripts.

    heres the script i used - pretty basic. <form action="FormtoEmail.php" method="post" name="contactus"><label><b>Name:</b></label> <input name="name" type="text" /> <p><label><b>Email:</b></label> <input name="Email" type="text" /> <p><label><b>Comments:</b></label> <textarea...
  18. R

    faux columns - getting frustrated

    also, just now I tried to move the CSS code to my style.css file because i have alot of my fonts in a stylesheet, but it still didnt work.
  19. R

    faux columns - getting frustrated

    hey all. i have been working on a new version of my website. the URL is www.tkleather.com/test2/index.php i can NOT get the faux columns to work right. if you click the first link that says "testing" then click the link that appears that says "test1" it will bring u to a test page. just...
  20. R

    need a iframe like script. maybe?

    awesome i will give it a try! thanks!
Top