Re: [css-d] help with disappearing borders in IE6/Win

2005-09-27 Thread Christian Montoya
I think

 text-indent:-0.9em;


is the problem. I've never even heard of text-indent before. Does it work if
you take this out?
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


RE: [css-d] help with disappearing borders in IE6/Win

2005-09-27 Thread Peter Williams
 From: Christian Montoya
 
 I think
  text-indent:-0.9em;
 
 is the problem. I've never even heard of text-indent before. 

Christian,

http://www.w3schools.com/css/pr_text_text-indent.asp

-- 
Peter Williams
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] help with disappearing borders in IE6/Win

2005-09-27 Thread Gunlaug Sørtun

Linda Quinn wrote:

All is well on Netscape  FF (Win) and Safari, FF, Netscape  Opera 
(Mac). However, in IE6/Win the borders do not appear.



http://www.housecallcs.com/newWeb/pages/services.htm


Several ways to avoid and/or fix that IE/win bug. Almost too many to
mention, so I'll just give you a 'in this case' solution.

Adding this:
#holder {position: relative; padding-top: 1px; margin-top: 0;}
...will fix it based on what you have now.

Adjust that margin-top as you like, and note that it's part of a
cross-browser stabilization and not part of the bug-fix itself.

regards
Georg   
--
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/