Re: [css-d] Weird Firefox Hidden input forms and background image issue

2006-08-26 Thread Nick Fitzsimons

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/


Re: [css-d] Weird Firefox Hidden input forms and background image issue

2006-08-25 Thread Grady Kelly
On 8/25/06, Jade True <[EMAIL PROTECTED]> wrote:

> 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.



Couldn't you just add this style to your stylesheet:

.hidden {
display: none;
}

and then add that class to all the type hidden input fields?

That got rid of them when I did that to your code locally.  I do not know if
that is the correct approach, but it works. :o)

Grady Kelly
__
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/


[css-d] Weird Firefox Hidden input forms and background image issue

2006-08-25 Thread Jade True
At least that's what I think what's going on.

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 use Safari, Opera, OmniWeb and Firefox (on a mac) and I only see  
these white boxes in Firefox. I don't have IE, and my Browsercam  
expired, so I don't know how the site looks at all in IE.

Anyone know what's going on there with these white rectangles? Does  
anyone else see them in FF? i've never seen this before, and am  
totally stumped. I've tried to google for ideas, but its a tough  
issue to come up with a search string that works!

Jade True
www.sagefish.com




__
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/