Forum Moderators: open

Message Too Old, No Replies

Mozilla, Firebird and Netscape shows text in all upper-case

But only on one website, and only certain pages . . .

         

MatthewHSE

1:55 am on Nov 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Has anyone else experienced this? Mozilla, Firebird and Netscape are showing all upper-case letters on certain pages of a certain website. Viewing the page source shows that the site designer did not use only upper-case, and IE shows the text in standard sentence format. I've tried looking through the source code to find something different, but everything looks normal.

I'm not affiliated in any way with the site in question; would it be okay to post example URL's here?

This may not be very important, but it's interesting. How can a webpage that's the same as any other, display text in all upper-case for certain browsers? The answer would probably be useful to know! :)

DrDoc

2:00 am on Nov 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Probably CSS :)

div {
text-transform : uppercase;
}

Can also be "capitalize" and "lowercase"