[EMAIL PROTECTED] wrote: > I do want the <hr> tag. I put the border around the <hr> tag to show > that there are space above and below the <hr> in IE. I want the red > border around an <hr> tag. But I don't want the "white air" in between > the red border and the <hr>. That is what I want to achieve. > > I want the word "Hello" sitting right above the <hr> (almost touching). > And I want the word "Bye" to be directly below.
You could set the HR to display: none, and put a CSS border on one or other of the remaining elements to achieve the visual style you are looking for. This way, if CSS is off you still have the separator of the HR, and you will have visual control without (those) browser issues Any use? Cheers Ian -- _________________________________________________ zStudio - Web development and accessibility http://zStudio.co.uk Snippetz.net - Online code library File, manage and re-use your code snippets & links http://snippetz.net ______________________________________________________________________ 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/
