On 26 Aug 2006, at 05:29, Jade True wrote:
>
> Check out http://www.zencart13.jadetrue.com/
>
> There are two small white rectangles to the left of the search form.
> There are two input type="hidden" form entries there, and I'm
> guessing they are causing this? There is a background image in the
> css behind the login form.
>

I can't see them (latest Firefox for Mac), but I seem to remember  
seeing something similar on FF/Win a while back. In my case it was  
due to overriding the default styles for input elements, specifically  
for input[type="hidden"].

Try adding

input[type="hidden"] {
    margin: 0;
    padding: 0;
}

and see if it helps.

HTH,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to