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