![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a blog.. http://francesblog.com/home/ pls look @ date for the posts (in IE and FF) in FF it's underlined with a dotted line, but that's not specifed in css.. now this is a blog created with Word Press.. they have a weird tag here I have never seen... abbr class="pDate-inner" title="2007-10-15T10:20:54-0600" I added class="pDate-inner" myself, and did following in css: .pDate-inner {text-decoration:none; } |
|
but to no avail.. in IE it's ok, but in FF it appears underlined.. and what is this <abbr...> tag?? I had never seen it before.. |
#3
| |||
| |||
|
|
On Wed, 17 Oct 2007 22:19:15 +0200, maya <maya778899 (AT) yahoo (DOT) com> wrote: I have a blog.. http://francesblog.com/home/ pls look @ date for the posts (in IE and FF) in FF it's underlined with a dotted line, but that's not specifed in css.. now this is a blog created with Word Press.. they have a weird tag here I have never seen.. abbr class="pDate-inner" title="2007-10-15T10:20:54-0600" I added class="pDate-inner" myself, and did following in css: .pDate-inner {text-decoration:none; } border-bottom:none? (just check the styling on it using Firebug in Firefox and you know what does it. but to no avail.. in IE it's ok, but in FF it appears underlined.. and what is this <abbr...> tag?? I had never seen it before.. yfgi, it's terribly misused here though. |

#4
| |||
| |||
|
|
and what is this <abbr...> tag?? I had never seen it before. It's a tag for an abbreviation. |
#5
| |||
| |||
|
|
It's a tag for an abbreviation. It's rarely used because IE does not support it. |
#6
| |||
| |||
|
|
See http://swiftys.org.uk/abbr.html Can anyone suggest a way to get IE6 to underline some text with a dotted line, for compatibility? :-) There is no way. As fas as IE6 is concerned, <abbr> is the same as |
#7
| |||
| |||
|
|
On 10/18/07 04:55 am, Steve Swift wrote: See http://swiftys.org.uk/abbr.html Can anyone suggest a way to get IE6 to underline some text with a dotted line, for compatibility? :-) There is no way. As fas as IE6 is concerned, <abbr> is the same as blorch>, and is utterly ignored. You must change the generating source to |
#8
| |||
| |||
|
|
There is no way. As fas as IE6 is concerned, <abbr> is the same as blorch>, and is utterly ignored. So I should remove all my blorch elements? Rats! Rename them to <blurgh> and you should be okay. |
#9
| |||
| |||
|
|
On 10/18/07 01:43 pm, Blinky the Shark wrote: There is no way. As fas as IE6 is concerned, <abbr> is the same as blorch>, and is utterly ignored. So I should remove all my blorch elements? Rats! Rename them to <blurgh> and you should be okay. |
#10
| |||
| |||
|
|
There is no way. As fas as IE6 is concerned, <abbr> is the same as blorch>, and is utterly ignored. |
![]() |
| Thread Tools | |
| Display Modes | |
| |