Seems like the content I want to use for right to left language isnt
working in the title tag. Pretty sure css cant do anything about this,
but might as well ask web-savy css-d list.

Both FF2 and IE7 goof on the title tag. although FF2 displays the
title tag correctly in the 'tab' bar, but not in main browser address
bar. Weird.



The Year "1299" should be last thing u see on left hand side. works in
the <body> using dir="rtl" but not in title tag. Sorry if this
question is a bit off-topic as i am pretty sure its a html question
and not css (unless u guys prefer to use css's direction/bidi-override
properties which I heard are not too good).



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; lang="fa" xml:lang="fa">
<head dir="rtl">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title dir="rtl">استاد عزیز شعبانی به سال  1299</title>
</head>

<body dir="rtl">

<p>استاد عزیز شعبانی به سال  1299</p>

</body>
</html>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to