• Resolved Jeremy Clark

    (@jeremyclark13)


    I’ve being redesigning my blog and I’ve noticed in IE 6 that my search form at the top of the page is a little screwy. What’s happening is that when you go to click inside the textbox to type you can’t you have to go to the far left border of the box and then you can click to type. Here’s the relevant CSS for the form.

    #searchform {
            margin: 5px 15px 0px 0px;
    	padding: 5px 3px;
    	text-align: left;
            z-index: 4;
    }
    
    #navmenu #searchform #s {
    	width: 110px;
    	padding: 2px;
            background: #A0B3C2;
            color: #f7f7f7;
    	border: 1px #999 solid;
    	border-left-color: #ccc;
    	border-top-color: #ccc;
    }

    See the problem here. Any suggestions would be great.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Searchform in IE’ is closed to new replies.