I have been attempting to write a short script to validate a form value (mn) to make sure it meets the format of a valid 10 digit phone number.
I have been teaching myself online but still have a long way to go. Can anyone give me some clues as to how to fix the following problems...
Can anyone tell me if it is possible to have more than one version of Internet Explorer on my pc?
I am experimenting with style sheets & presently using IE6. I know there are workarounds for IE5 display problems but at the moment I can't check changes as they're made.
Any suggestions?
Steve
Try giving the links on the second background a different 'class'. eg
<a class="secondbg" href="whereever.htm">jhg
you can then define a diffrent hover state to 'secondbg' eg
a.secondbg:hover {
background-color: #ffffff;
}
as well as the default hover bg colour
a:hover...
Have you thought about using the Query String ? You could give the reader the option for visually impaired display. Then link to the page and pass the variable eg...
<a href="page1.htm&disply=impaired" ( or 'normal' )....
on page1 ( & all pages ) you could check the value for...
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.