|
ok, what ive done here is modify the contact php file, and given the inputs a class (contactinput)
working great in firefox. the email inputbox needs a little adjustment in width.
The problem im having now is, it doesnt appear to be pulling its width in IE7, from the IE7 stylesheet.
if i modify Style.css it will adjust the widths, but when i modify Style-IE.css, nothing happens to the width.
the actual stylesheet for IE is loaded with a conditional comment, because everything else that ive had to tweak IE specific, looks just fine.
this is IE 7's style info for these inputs.
input.contactinput{
width: 273px;
border: 1px solid black;
}
basically, im just trying to get all the boxes to line up nicely now, and the email box is a little bit longer than the edge of the textarea, so it needs to be pulled back about 3 pixels.
lastly, whats the difference between input.contactinput and input#contactinput?
Last edited by BigJohnny; 08-07-2008 at 06:46 PM..
|