Style dont render correctly in Safari

E

effendi

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
 
J

Jonathan N. Little

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
 
B

Ben C

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top