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...
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...
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...
...colors, but this hasn't worked either.
Any suggestions?
Here is the CSS code.
<style type="text/css">
ul {
font-family: Arial, Verdana; /*Menu Font*/
font-size: 10px;? /*Menu Font Size*/
margin: 0;
padding: 0;
list-style: none;
}
ul li {
display: block...
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...
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...
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...
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...
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...
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...
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!
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"...
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!
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...
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"...
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...
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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.