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 SkipVought 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. PcolaSteve

    CSS Drop Down Menu Question

    Thanks Chris. These sites look like they will be a great help. I do design as a sideline with only three sites that I maintain. My forte' is in networking though I do enjoy web design. Thanks for the links! Steve The shortest distance between two points is NOT a straight line; it's...
  2. PcolaSteve

    CSS Drop Down Menu Question

    Well, I couldn't find a way to change these errors. I may just have to do a re-write as I have found another issue. No only are the drop downs transparent, I can't seem to be able to choose past the second item in the drop down box; the box just closes after I mouseover past the second...
  3. PcolaSteve

    CSS Drop Down Menu Question

    It works either way. I tested it using 'background-color' just to be sure but the issue remains. The drop down box is the correct color, however the color is transparent. If I choose black as a background, the background shows through the white text. Any other color is basically transparent...
  4. PcolaSteve

    CSS Drop Down Menu Question

    I have created a simple CSS drop down menu that seems to be working fine with the exception of one thing. When the box drops down, it seems to be semi-transparent and you can see the text behind it causing the drop down selections to be hidden. I know there is a simple solution, I haven't been...
  5. PcolaSteve

    Configuring a device requiring a Port assignment to a VLAN

    Yes it does, and thanks! The shortest distance between two points is NOT a straight line; it's through a worm hole!
  6. PcolaSteve

    Configuring a device requiring a Port assignment to a VLAN

    WHERE WAS MY HEAD WHEN I POSTED THE ORIGINAL QUESTION? You are so right, this has nothing to do with the switch. I meant to say that the switch is connected to a Cisco 2621 router and I was unfamiliar on how to forward ports on this router. When the cameras were connected via another router...
  7. PcolaSteve

    Configuring a device requiring a Port assignment to a VLAN

    The routing is done via a Cisco 2621 router. I have two Vlans set up on this switch, both with different subnets of course. The first Vlan works fine as said. The mac addresses do show up on the proper Vlan and have been configured with the correct IP addresses for this Vlan. They don't have...
  8. PcolaSteve

    Configuring a device requiring a Port assignment to a VLAN

    I have created two VLANs on my Cisco 2950 Switch, one for my PCs and peripherals, and the second for a set of nine security cameras. The first VLAN is setup and running fine. My question is about the second VLAN. Though it is technically set up and almost GTG, the cameras require that a...
  9. PcolaSteve

    Clock Time Issue

    Ok, that makes sense except on all of the machines I have tried it out on it shows the correct date/time. Only on my PDA does it show incorrectly. I double checked the settings on my PDA and it is set to the correct time zone, so I am stuck. Here is my code for the time script. <script...
  10. PcolaSteve

    Clock Time Issue

    This may not be the right forum and I apologize in advance for this. Perhaps someone has heard of this issue or can point me in the right direction. I have a site with a time/date script. It shows correctly, (I am in the U.S., CDT zone,) with one exception. When I test it on my PDA the time...
  11. PcolaSteve

    Opera

    Yea, I was talking about adding the <noscript> tag. Also, I am familiar witht he getFullYear() but for some reason didn't use it. I will correct this too. I think one problem is that I am getting too many interruptions when I do this coding. I am not an expert and appreciate the help as I...
  12. PcolaSteve

    Opera

    I figured out what was wrong with Opera. DA, (short for dumb-a**)here checked and Javascript was turned off. I need to fix this in the code as well to detect if script is running. The shortest distance between two points is NOT a straight line; it's through a worm hole!
  13. PcolaSteve

    Opera

    Well, I re-coded the date issue to this: <script type="text/javascript"> //gets current date var current = new Date(); var days = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); var months = new Array("January", "February", "March", "April", "May"...
  14. PcolaSteve

    Opera

    Thanks. I guess this is what I get when I use old data when working a script. I will redo it. The shortest distance between two points is NOT a straight line; it's through a worm hole!
  15. PcolaSteve

    Javascript Text Book recommendations

    Thanks too! The shortest distance between two points is NOT a straight line; it's through a worm hole!
  16. PcolaSteve

    Javascript Text Book recommendations

    Thanks much! I will check these books out. The shortest distance between two points is NOT a straight line; it's through a worm hole!
  17. PcolaSteve

    Javascript Text Book recommendations

    Are there any recommendations for text books on Javascript? I have taught myself Javascript, as well as HTML and such and own a few technical books on JS. I will admit I need more training and am looking for some type of text book recommendation, as in the type that might be used in a...
  18. PcolaSteve

    Opera

    Ok, here it is up to the onload command. I have edited out the meta tags and some of the other lines just for sake of clarity on this forum, so anything in {Edited Out} is just something edited out, this is not actually in the existing code. <head> <link rel="shortcut icon"...
  19. PcolaSteve

    Opera

    I have a simple Javascript date code to display the current date on a web site. It works perfectly fine except in the Opera browser. It works perfectly fine in IE, Chrome, FF and Safari, but in Opera it doesn't show at all. I can not find any reason why it shouldn't be working in Opera...
  20. PcolaSteve

    Hyperlink Failure

    Thanks, that did it. I figured it had to do with a float issue but was too brain dead to see it. Thanks for the extra set of eyes. I'll remember the relatively issue and put it into practice. Steve The shortest distance between two points is NOT a straight line; it's through a worm hole!

Part and Inventory Search

Back
Top