I am trying to modify a basic horizontal CSS drop down menu (found at http://www.cssnewbie.com/horizontal-dropdown-menus/) to match the color scheme of the website I'm developing.
The problem is in IE6, where the second layer of the menu stretches outside of its container, even though it is set...
http://www.w3schools.com/browsers/browsers_stats.asp
Why make your site inaccessible to 6% of users when you don't have to?
Bryon W - http://www.wcctechhelp.com
--
Visit my latest website: AwfulDeals.com.
Sign up for the Awful Newsletter.
Hallelujah! Thank you Vragabond. It worked, and I'm glad I avoided javascript.
Bryon W - http://www.wcctechhelp.com
--
Visit my latest website: AwfulDeals.com.
Sign up for the Awful Newsletter.
Hey, I'm hoping for some CSS help:
Whenever someone hovers over a link in a menu, I want a section below to appear with more information. I am using a SPAN inside the link. Normally, it is set display:none; then when on hover, it changes to display:block; and absolute positioning. This works in...
Thanks for your suggestion.
As a rule of thumb, I usually think of a solution right after I give up and post a question. In this case, I used:
function checkletters($string) {
$bad = eregi_replace("([a-zA-Z]+)","",$string);
if($bad == "") {
return false;
} else {
return true;
}...
Hi,
I am trying to make sure that a string contains only letters, and no other characters.
I am using:
function checkletters($string) {
if (!preg_match($string, "^([a-z]|[A-Z])*$")) {
return true;
} else {
return false;
}
}
I am getting this error:
"Warning: preg_match()...
Hi all,
I'm a web designer, and I've been working on some very simple PHP lately. I hope that someone can help me with a strange problem:
I've got a file (index.php) in which I've defined a variable, and called another file. It look something like this:
$name="home"...
Hi,
I'm a rookie web designer, and I recently started testing all of my sites in IE7. All except 1 work great. I'm hoping that I can get some help with the bugs I encountered in that last one. Here's the problem:
I've created a box with rounded corners, except that in IE7 the two left divs...
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.