Morten,

As much as I can see, your problem is due to the fact that you've sized your input field by the html size attribute: <input type="text" size="38" name="text" id="input_tv2_marked">

I see no CSS rules for this input field. If you do something as follows, your problem will be most probably solved without the need for any hack:

#input_tv2_marked { width: 170px; margin:5px;}

HTH.

Roberto

----------------------------

morten fjellman wrote:
Hi list,
I need to set a few values in my stylesheet that only Safari should read. I've read the article on Gunlaug.no <http://Gunlaug.no> (http://www.gunlaug.no/homesite/main_8_1.html <http://www.gunlaug.no/homesite/main_8_1.html>) but I don't quite get it. Can someone explain to me how to use his code to set a value for Safari only on an input field? Or if no-one knows, why does Safari render my input-fields like it does (way too long). Here's a screenshot of www.nettavisen.no <http://www.nettavisen.no>: http://www.danvine.com/icapture/tmpss/10290.png which shows the problem (a lot of ads are not in the screenshot, hence a lot of white spaces).

Also, have anyone encountered any problems with this approach?

Regards
Morten

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

--
-------------------- Roberto Gorjão
freelance designer and web designer
personal site: www.castelosnoar.com
PORTUGAL / BRAGA / PÓVOA DE LANHOSO




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to