Previous Message
Next Message

[css-d] Mac/IE5.2 and text-align:right;

Sent by Arlen P Walker on 31 October 2002 18:06


On The Chessmill I'm using "text-align: right" for my page heading (H1).

On every browser I'd tested, it worked fine. Now I've upgraded to IE5.2 on
MacOSX, and I notice the header is now off the screen to the right. It
hasn't changed in the other browsers, just in that one.

Any ideas what I can do to get the heading back in the box, or am I doomed
to left-aligned or centered headers?

http://www.thechessmill.com/  (any page, including index.html)

css is at http://www.thechessmill.com/chessboard.css

The code in question styles the H1 tag:

h1
{
      background-color: #DDCB78;
      color: #351903;
      text-align: right;
      word-spacing: 0.5em;
      letter-spacing: 0.3em;
      margin: -0.35em -0.2em 0.5em -0.2em;
      padding: 0.75em 0.5em 0.25em 0;
      vertical-align: middle;
      text-decoration: none;
}

Remove "text-align: right;" and it works (except it's left-aligned, of
course).

Have fun,
Arlen
Chief Managing Director In Charge, Department of Redundancy Department
DNRC 224

[EMAIL-REMOVED]
----------------------------------------------
In God we trust; all others must provide data.
----------------------------------------------
Opinions expressed are mine and mine alone.
If JCI had an opinion on this, they'd hire someone else to deliver it.

__________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.meyerweb.com/eric/css/discuss/info.html
Sponsored by www.westciv.com - CSS resources | software | learning
Previous Message
Next Message