Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jaelle

    PHP Error confusion

    The strangest thing is happening on a site I am working on and I can't figure it out. I get the following error when I visit the page: Fatal error: Cannot redeclare getdirarray() (previously declared in /var/www/vhosts/cadillacjacksgaming.com/httpdocs/new/functions.php:28) in...
  2. jaelle

    CSS pullout menu troubles in IE

    Try clicking on another link (Ex: Band Saws) and then mousing over the links below it. For me it moves the whole menu over maybe 5-10px to the right. I don't think I'm crazy! ^^; (But I suppose it is possible)
  3. jaelle

    CSS pullout menu troubles in IE

    I'm working on a menu that pulls out from the side of the page. It works fine in FF, however, in IE, it does some sort of weird padding thing when you mouse over one of the links in the menu on the side. So far I have had no luck figuring out where this error is coming from. If someone else...
  4. jaelle

    getElementByID() not working with a div layer?

    I'm trying to make a section of a form only appear if you choose "Attorney" from the radio button options. Sadly, it doesn't like me much and isn't working. Here is my code for the moment, in it's simplest form: <script language="JavaScript" type="text/javascript"> <!-- function...
  5. jaelle

    Outputting a variable name?

    Thank you muchly, that works great!
  6. jaelle

    Outputting a variable name?

    Thanks! That's very close to what I'm looking for. I don't suppose you know of a way to save that as a string? I figured out how to do it with print_r(). (Ex: $debug = print_r(get_defined_vars(),true); ), but the var_dump() seems to give better information, so that would be preferable...
  7. jaelle

    Outputting a variable name?

    I'm wondering if there is a way in php to output the name of a variable. It would be very helpful for debugging if I could.
  8. jaelle

    CSS Pullout menu question

    Thanks for the replies. However I was referring to the pullout menu to scroll down by itself when your mouse approaches the bottom of the screen. The code snippet above will just scroll the menu down as I scroll down the page. I have considered a few other options for making the menu layout...
  9. jaelle

    CSS Pullout menu question

    Here is a link to a page showing actual some of the actual menu items: http://www.rcas.org/linnproductions/ If you look @ 800x600 and try the lower menu items like Contact and Services, it goes right off the page. Also under the Parents & Students link there is going to be links to 16 schools...
  10. jaelle

    CSS Pullout menu question

    I've created a css pullout menu for a site and it works fine. However, we realized that there is a problem on lower screen resolutions and more menu items. The menu has a tendency to go off the bottom of the page and you can't scroll down to get to it. I can think of two solutions. One would be...
  11. jaelle

    Need help with pullout menu

    Nevermind about that! Apparently I'm smarter than I thought B-) Got it figured out. So now I'm going to attempt to figure out how to get it to work in various browsers besides IE.
  12. jaelle

    Need help with pullout menu

    Thanks for the links. The suckerfish method was very helpful. Sadly I am still having problems. I need the 2nd level of links to be white instead of blue, but nothing I try seems to work. Does anyone have an idea I can try? Again the html file is...
  13. jaelle

    Need help with pullout menu

    I'm trying to create a three-tiered pull out menu for a site I've been working on. If you go to: http://www.linnproductions.com/jaelle/rcas/ you can see what I have so far. Note: so far I've only had a chance to test it in IE, and it probably doesn't work in other browsers perfectly yet. If...
  14. jaelle

    Content management software

    Could someone help me locate content management software that works with ASP? Has anyone heard anything about Ektron Express for ASP? http://www.ektron.com/product.cfm?doc_id=843 Thanks --- Jaelle

Part and Inventory Search

Back
Top