[css-d] IE problem showing border-top for an ancor

2006-09-03 Thread Enrico Teotti
Hi, in my HTML test page I've tried to set a top border when I hover a link. It does work in Firefox and Opera. Is internet explorer capable to do that? The HTML: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> new lay

Re: [css-d] IE problem showing border-top for an ancor

2006-09-03 Thread Enrico Teotti
I accidentally fall to this: http://ndesign-studio.com/ it has thoose links floating as block element so it get the top-border working in IE too, it's a way out... but I'm still wondering if are there any other ones... :-) Enrico -- "The only thing necessary for the triumph of evil is for good me

Re: [css-d] IE problem showing border-top for an ancor

2006-09-03 Thread Gunlaug Sørtun
Enrico Teotti wrote: > I accidentally fall to this: http://ndesign-studio.com/ it has thoose > links floating as block element so it get the top-border working in > IE too, it's a way out... but I'm still wondering if are there any > other ones... :-) Sure. Since 'float: left/right' is one of t

[css-d] justified horizontal list

2006-09-03 Thread vwf
Hello, I have a column of text with a set width, and I want a horizontal list with the same width. The font is unknown (I provide a selection of fonts), and I don't want to use images. Is it possible to make a horizontal list that spreads to a set width in CSS? Thank you. Fulko ___

[css-d] rtl and ltr text

2006-09-03 Thread Leora Waldman
Is there a way to display left to right and right to left text on the same line next to each other. I have made my whole site right to left. Then I added #en { direction: ltr; } Now I want to write in the direction of right to left but also be able to mix in and write from ltr. If I use this d

Re: [css-d] rtl and ltr text

2006-09-03 Thread [EMAIL PROTECTED]
Have you tried using instead of ? Leora Waldman wrote: > Is there a way to display left to right and right to left text on the same > line next to each other. > I have made my whole site right to left. Then I added > > #en { > > direction: ltr; > } > Joel Goldstick www.columbuswebmakers.com

Re: [css-d] rtl and ltr text

2006-09-03 Thread [EMAIL PROTECTED]
I made a small test page you might want to look at. The CSS is embedded in the source. http://columbuswebmakers.com/Workbench/ltr.test.html There is some good information here: http://www.w3.org/TR/CSS21/visuren.html#propdef-direction -- Joel Goldstick www.columbuswebmakers.com __

[css-d] Perplexing positioning in IE6

2006-09-03 Thread Tom Keenan
I have a perplexing situation where a footer in a site I've built seems to be positioned somewhat randomly. The client claims that in IE6 the footer (or copyright line) is positioned over the text. When I look at the same page in IE6, Firefox (Win or Mac) and Safari, it looks fine. The clien