Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sherwindsouza

macrumors newbie
Original poster
Dec 16, 2008
2
0
I am having a problem with an input field only on Firefox and on the Mac. I am using version 3.0.4. but I expect that it affects several versions of Firefox.

I have set the input field to be a bit smaller (height:19px), and I would very much like to keep that way. Unfortunately, the text of the field is only half visible, and I can not figure out how to solve it. Any ideas?

Attached is a pic. And you can go to the site as well

http://www.immoscout24.ch/IS24Web/_V2/Search.aspx

pic2.png


Thanks for any help.

Sherwin
 
If you want a quick fix, add this CSS,
Code:
.inputCity {
 padding: 0;
 font-size: 10px;
}
There's a ton of CSS there to try to sort through to figure out what exactly is happening. The HTML is rather ugly to, which makes it hard to debug. I'm not sure how the above CSS will affect other browsers.
 
Thanks very much

Thanks very much, I will test it on several browsers.
At least I have now a direction to go forward in solving this problem.

Sherwin
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.