[css-d] Using a class to create a line

2005-06-26 Thread Angus at InfoForce Services
I am trying to understand how to get a line to appear under the InfoForce Services, IFS. The hr / was not working very well. Any help is appreciated. HTML: http://infoforce-services.com CSS: http://infoforce-services.com/css/ifsmain.css Angus MacKinnon MacKinnon Crest Saying Latin - Audentes

Re: [css-d] Using a class to create a line

2005-06-26 Thread Radu Adam
It's text-decoration: underline or if you want to use an image: background: url(image) bottom center; - I used this method when I wanted to underline a title with a gradient colored line. On 6/26/05, Angus at InfoForce Services [EMAIL PROTECTED] wrote: I am trying to understand how to get a line

Re: [css-d] Using a class to create a line

2005-06-26 Thread johnSteve
On Sun, 26 Jun 2005 13:06:41 -0700, you wrote: I am trying to understand how to get a line to appear under the InfoForce Services, IFS. The hr / was not working very well. Any help is appreciated. bottom example here http://www.sturgood.com/demos/hr.html

Re: [css-d] Using a class to create a line

2005-06-26 Thread Angus at InfoForce Services
I appologize for not being clear. I am trying to get the the look that appears in Firefox 1.0.4 to apear in all browsers from IE 5.01 and higher. The br / was to create a blank line. And text-decoration: underline; only works if the user does not have underline turned off. HTML:

RE: [css-d] Using a class to create a line

2005-06-26 Thread Peter Williams
From: Angus at InfoForce Services I am trying to understand how to get a line to appear under the InfoForce Services, IFS. HTML: http://infoforce-services.com CSS: http://infoforce-services.com/css/ifsmain.css Something like: .anhrline h1 {border-bottom: 1px solid white;

Re: [css-d] Using a class to create a line

2005-06-26 Thread Angus at InfoForce Services
Thanks for all the sugestions. I am getting closer to what I am after. I am trying to understand why there is a big white space between InfoForce Services and Knowledge is Power. Can someone please help me shrink this space to say 10px? Thank you. HTML: http://infoforce-services.com CSS: