Re[2]: [css-d] thin line under span

2005-10-24 Thread Steve Clay
Saturday, October 22, 2005, 3:46:21 PM, Mike Soultanian wrote: > what browser are you using? Seems like this is a problem in ie5.5, 6, > mozilla, yet they all handle the problem slightly differently >>> http://www2.csulb.edu/colleges/cota/test.html In IE5.5+ I'm guessing the problem doesn't appea

Re: [css-d] thin line under span

2005-10-24 Thread Mike Soultanian
That's interesting. Yeah, I went in and put a 1px bottom border like you mentioned and it went away. Thanks for your help! It's nice to have a solution for the problem! mike Christian Montoya wrote: On 10/22/05, Mike Soultanian <[EMAIL PROTECTED]> wrote: You know, one thing that did make

Re: [css-d] thin line under span

2005-10-24 Thread Mike Soultanian
You know, one thing that did make it go away was when I set the span to display: block;. I think I remember someone said it had to do with it being an inline element. Shoot.. I wish I had that email... Now, I know that I could set it to a block element, but I'd like to figure it out as an in

Re: [css-d] thin line under span

2005-10-24 Thread Christian Montoya
On 10/22/05, Mike Soultanian <[EMAIL PROTECTED]> wrote: > You know, one thing that did make it go away was when I set the span to > display: block;. I think I remember someone said it had to do with it > being an inline element. Shoot.. I wish I had that email... > > Now, I know that I could set

Re: [css-d] thin line under span

2005-10-24 Thread Chris Akers
> I'm messing around with css stuff and I'm trying to figure out why I'm > getting a 1px line under my "Spanning" text. I think I heard a solution > for this a while back, but I can't remember what it was. Any > suggestions would be appreciated. > http://www2.csulb.edu/colleges/cota/test.html Re

Re: [css-d] thin line under span

2005-10-24 Thread Anthony Ettinger
i'm not seeing it. --- Mike Soultanian <[EMAIL PROTECTED]> wrote: > I'm messing around with css stuff and I'm trying to > figure out why I'm > getting a 1px line under my "Spanning" text. I > think I heard a solution > for this a while back, but I can't remember what it > was. Any > suggestio

Re: [css-d] thin line under span

2005-10-24 Thread Michael ORourke
Add display: block; to .span1 - Original Message - From: "Mike Soultanian" <[EMAIL PROTECTED]> To: Sent: Friday, October 21, 2005 10:19 PM Subject: [css-d] thin line under span I'm messing around with css stuff and I'm trying to figure out why I

Re: [css-d] thin line under span

2005-10-24 Thread [EMAIL PROTECTED]
Doesn't show up in Firefox or IE6 on my W2K machine Joel Goldstick Mike Soultanian wrote: I'm messing around with css stuff and I'm trying to figure out why I'm getting a 1px line under my "Spanning" text. __ css-discuss [EMA

Re: [css-d] thin line under span

2005-10-24 Thread Christian Montoya
On 10/21/05, Mike Soultanian <[EMAIL PROTECTED]> wrote: > I'm messing around with css stuff and I'm trying to figure out why I'm > getting a 1px line under my "Spanning" text. I think I heard a solution > for this a while back, but I can't remember what it was. Any > suggestions would be apprecia

Re: [css-d] thin line under span

2005-10-24 Thread Mike Soultanian
what browser are you using? Seems like this is a problem in ie5.5, 6, mozilla, yet they all handle the problem slightly differently (I just updated the page with more text. However, it's not a problem in opera. Haven't checked the mac side yet. mike Anthony Ettinger wrote: i'm not seeing

Re: [css-d] thin line under span

2005-10-24 Thread Roy Schestowitz
_/ On Sat 22 Oct 2005 03:19:20 BST, [Mike Soultanian] wrote : \_ I'm messing around with css stuff and I'm trying to figure out why I'm getting a 1px line under my "Spanning" text. I think I heard a solution for this a while back, but I can't remember what it was. Any suggestions wou

[css-d] thin line under span

2005-10-21 Thread Mike Soultanian
I'm messing around with css stuff and I'm trying to figure out why I'm getting a 1px line under my "Spanning" text. I think I heard a solution for this a while back, but I can't remember what it was. Any suggestions would be appreciated. http://www2.csulb.edu/colleges/cota/test.html Thanks!