HighDots Forums  

STYLE problem in SAFARI

alt.html alt.html


Discuss STYLE problem in SAFARI in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ojorus
 
Posts: n/a

Default STYLE problem in SAFARI - 10-03-2006 , 10:23 AM






Hi!
I've spent quite some time trying to figure out a solution on this, but with
no success so far...
I simply want to remove all borders on a input-element, and I use this code
now:

<input type="text" name="email" border="0" style="height: 16px; left: 539px;
position: absolute; top: 172px; width: 129px; border:none;
border-color:#FFFFFF; border-style:hidden; outline-style:hidden; z-index:2;
border: 0px; " />

This wokrs fine in IE, Opera, Firefox and even Netscape, but in Safari the
border will simply not dissapear.
Any solutions...?

greetings
ojorus




Reply With Quote
  #2  
Old   
Ben C
 
Posts: n/a

Default Re: STYLE problem in SAFARI - 10-03-2006 , 10:42 AM






On 2006-10-03, ojorus <ojorus (AT) hotmail (DOT) com> wrote:
Quote:
Hi!
I've spent quite some time trying to figure out a solution on this, but with
no success so far...
I simply want to remove all borders on a input-element, and I use this code
now:

input type="text" name="email" border="0" style="height: 16px; left: 539px;
position: absolute; top: 172px; width: 129px; border:none;
border-color:#FFFFFF; border-style:hidden; outline-style:hidden; z-index:2;
border: 0px; " /

This wokrs fine in IE, Opera, Firefox and even Netscape, but in Safari the
border will simply not dissapear.
Any solutions...?
I don't think there are (besides just "tolerate the border" . See
recent threads about styling buttons-- up to a point the UA draws UI
widgets how it wants, in a way appropriate to the overall desktop theme
of the computer.


Reply With Quote
  #3  
Old   
Thomas Jollans
 
Posts: n/a

Default Re: STYLE problem in SAFARI - 10-03-2006 , 04:31 PM



On Tue, 03 Oct 2006 09:42:08 -0500, Ben C <spamspam (AT) spam (DOT) eggs> let this
slip:

Quote:
On 2006-10-03, ojorus <ojorus (AT) hotmail (DOT) com> wrote:
Hi!
I've spent quite some time trying to figure out a solution on this, but with
no success so far...
I simply want to remove all borders on a input-element, and I use this code
now:

input type="text" name="email" border="0" style="height: 16px; left: 539px;
position: absolute; top: 172px; width: 129px; border:none;
border-color:#FFFFFF; border-style:hidden; outline-style:hidden; z-index:2;
border: 0px; " /

This wokrs fine in IE, Opera, Firefox and even Netscape, but in Safari the
border will simply not dissapear.
Any solutions...?

I don't think there are (besides just "tolerate the border" . See
recent threads about styling buttons-- up to a point the UA draws UI
widgets how it wants, in a way appropriate to the overall desktop theme
of the computer.
KHTML-based browsers draw widgets with the native toolkit: Qt for
Konqueror and Aqua for Safari; Gecko-based browsers draw them themselves,
usually as ugly windows95-style boxes.
IE and Opera are probably hybrid forms, as they draw with the native
toolkit in most cases AFAIK.

--
Thomas Jollans alias free-zombie


Reply With Quote
  #4  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: STYLE problem in SAFARI - 10-03-2006 , 04:34 PM



Scripsit Ben C:

Quote:
This wokrs fine in IE, Opera, Firefox and even Netscape, but in
Safari the border will simply not dissapear.
Any solutions...?

I don't think there are (besides just "tolerate the border" .
Let's hope so, i.e. that there is no way to make the problem of disappearing
border appear on Safari, too. At least Safari users see the input box as an
input box and won't get misled so easily.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/



Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.