I am 99% done with this design, but I have run into a problem.

http://concerthaven.com

In Internet Explorer you can't type into the box! Why is this happening. Please help me!

Comments

vm’s picture

type in what box?

if you mean the search box (I assume you do as it's the only field on your link that I found an issue with), the typing is happening, it's just that it is happenibg well above the visible area.

davidzo’s picture

Do you have any idea what is causing that to happen?

vm’s picture

I'd assume a css issue but I don't quote me. How was that area built? retrace your steps.

dadderley’s picture

I don't know if you have the firebug extension for firefox or not, but you should examine the search block element with it.
In IE you can type into the search block but it is inheriting a line height of of 1 px (so there isn't much to see) from here:

#wrapper #container #header #image, #wrapper #container #header #image * {style.css?u (line 1088)
line-height:1px;
margin:0;
padding:0;
}

The html has some minor errors as well, but they are easy to fix.