Posts: 457
Name: Randy
Location: Northern Wisconsin
|
Also, where are you calling that image for "Bee Notified" above the input area? Was this form generated from the constant contact dreamweaver thing? I am not seeing a call to that image in the css nor in the html?
I am guessing either that text image may be floated OR the text image is part of the background and Safari wants the input area to have a margin or padding to be pushed down below the image?
I "would" suggest resetting the form input input {margin:0; padding:0} at the top but I am not sure that form is using any css from your site since you have no styling for it?
Suggestion: If you put your text in paragraphs <p></p> you could eliminate all those <br /> and have more control by changing one single line of css for the whole site. The site looks very nice though, good job.
Last edited by racer x; 07-15-2009 at 06:09 PM..
|