Jump to content

monty 187

Members
  • Posts

    46
  • Joined

  • Last visited

monty 187's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. monty 187

    php and java

    Guys, does anyone know if it is possible to pass a variable to a java 2 function? Anyone ever done it?Michael
  2. Sorry, it worked in firefox but not in IE. Their are a few items which are in different formats in both, is this an issue with css? I usually use tables to structure data but decided I need to start using css for more control.Thanks
  3. thanks, that worked great!!
  4. sorry guys but I cant get each element on the same line, my css reads#menubar ul{ display:inline; text-align:right; list-style-type: none; margin: 0px;}#menubar li a{ display:inline; width: auto; height: 20px; text-decoration: none; text-align: centre; margin-right: 10px; margin-bottom: 2px; margin-top: 2px; padding: 0px; padding-left: 10px; vertical-align: middle; font-size: 14px; font-weight: bold; background-color: #FF0000; color: white;}#menubar li a:hover{ background-color: #FFFFFF; color: black;} but the elements are on different lines?Any ideas?Michael
  5. Guys this is probably an easy one but does anyone know how to keep list items on the same line using css?CheersMM
  6. Thanks a million for taking the time to explain that stuff! It very much appreciated Skemcin!!
  7. Thanks man, I will get back to you. I am the developer of the page so I may try to learn it myself but once again cheers
  8. monty 187

    applets in php

    Guys,Just wondering if their is any trick to putting an applet in a php page? I have tried it in a php page and in a normal html page, it works in the html but not in the php. Just wondering if im doing something wrong.ThanksM
  9. Thank you,got a tool to do my site map, here is the link if any1 is interested,http://www.auditmypc.com/free-sitemap-generator.aspMonty
  10. Guys,I am wondering how i get my page to appear on search engines like google. I have included a meta tag with keywords etc and went to google addurl and tried to add it their but it says Googlebot last successfully accessed your home page on Jan 18, 2007.which is before I updated the site, it is www.pps.ie and it is not showing up in google at all.Also what is a sitemap, google is asking 4 it so it may help.Cheers for the help guys!!MM
  11. Right, sorry about this people but i still cant do it, and i can see why, ill post the alterations i have mad so far, <td onmouseover="showmenu('tutorials')" onmouseout="hidemenu('tutorials')"> <td width="170" id="topmenu" class="menu"><a href="http://localhost/test/community.html">My Community</a> <table class="menu" id="tutorials" width="120"> <tr><td class="menu"><a href="/html/default.asp">HTML</a></td></tr> <tr><td class="menu"><a href="/xhtml/default.asp">XHTML</a></td></tr> <tr><td class="menu"><a href="/css/default.asp">CSS</a></td></tr> <tr><td class="menu"><a href="/xml/default.asp">XML</a></td></tr> <tr><td class="menu"><a href="/xsl/default.asp">XSL</a></td></tr> </table> </td> Now this is within a menu i have already designed because i only need one option to be a dropdown!The rest I have put in a style sheet like this, function showmenu(elmnt){document.getElementById(elmnt).style.visibility="visible"}function hidemenu(elmnt){document.getElementById(elmnt).style.visibility="hidden"} And the style for the table is #topmenu{ text-align:center; font: .95em/1.6em Arial, Helvetica, sans-serif; color:#DBDFEE; background-image:url(http://pmigroup.ie/images/backblu.jpg); background-repeat:repeat;}#topmenu a{ text-decoration:none; color:#DBDFEE; }#topmenu a:hover{ color:#ffffff; background-image:url(http://localhost/images/backblu2.jpg); background-repeat:repeat;}td.topmenu{background:lightblue}table.topmenu{font-size:100%;position:absolute;visibility:hidden;} Any help thankz a million!!!
  12. Awsome, thanks!!!!!!!!!!
×
×
  • Create New...