Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Style dont render correctly in Safari

Reply
Thread Tools

Style dont render correctly in Safari

 
 
effendi@epitome.com.sg
Guest
Posts: n/a
 
      10-09-2006
I placed the following style for an input text in a webform.

border-width : 0px; background-color: transparent; cellpadding: 0px;
margin: 0px

Tested and this works in Firefox, Opera, Firefox on Mac and MSIE.
Safari on Mac does render it properly. It renders the background white
and drew all the borders. What can I do to rectify this on the Safari?

Thanks

 
Reply With Quote
 
 
 
 
Jonathan N. Little
Guest
Posts: n/a
 
      10-09-2006
wrote:
> I placed the following style for an input text in a webform.
>
> border-width : 0px; background-color: transparent; cellpadding: 0px;
> margin: 0px

Was this applied to the TABLE, the INPUT, or what? URL please....

Well for one thing there is no CSS property 'cellpadding'. Set the
TABLE's "border-collapse: collapse" == HTML property "cellspacing='0'"
and the TD's "padding: 0;" == HTML property "cellpadding='0'"
>
> Tested and this works in Firefox, Opera, Firefox on Mac and MSIE.
> Safari on Mac does render it properly. It renders the background white
> and drew all the borders. What can I do to rectify this on the Safari?
>
> Thanks
>



--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
 
 
 
Ben C
Guest
Posts: n/a
 
      10-09-2006
On 2006-10-09, <> wrote:
> I placed the following style for an input text in a webform.
>
> border-width : 0px; background-color: transparent; cellpadding: 0px;
> margin: 0px
>
> Tested and this works in Firefox, Opera, Firefox on Mac and MSIE.
> Safari on Mac does render it properly. It renders the background white
> and drew all the borders. What can I do to rectify this on the Safari?


Nothing. See http://tinyurl.com/h7gnx.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing rails render method outside of view / Decorating render Glenn Gillen Ruby 0 11-17-2006 02:30 PM
UTF-8 in ASCX will not render correctly Peter Styk ASP .Net 0 01-12-2005 01:40 AM
Page.Render do not render complete page Lau Lei Cheong ASP .Net 1 05-15-2004 04:10 AM
<A href= links dont always render properly on my .aspx pages Brian Watkins ASP .Net 5 01-06-2004 06:10 PM
Controls don't render correctly in VS.NET with CSS Boris Zakharin ASP .Net 0 08-06-2003 12:53 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57