Kim Brooks Wei wrote: > I've been doing some major revisions to this site and still have some > cleanup work to do - checking links and whatnot. I'd like to know how > the site is looking in various browsers. I have the Mac OS X browsers > covered, so I need feedback from PC browsers and OS 9. > > http://www.thewei.com/carolisol/public_html/index.html > > An issue I could use help with, is I'm trying to bring the back, next > and to top links to the side of the page and have them fixed in > position. Is there an easy way to do this without using many hacks? > > TIA, > Kimi >
In win/ie the content p is flush left against the left rail(instead of centered in the window). Your file is in quirks mode. I think you'll need to change the body declaration text-align: justify; to text-align: center; to center the block on the page. The selector that controls that block is now set to text-align: justify; To avoid the rivers you're getting in those blocks of text, I'd think about setting that selector to text-align: left; With regard the links at the bottom, I seem to recall(but may be wrong) ie only honors position: fixed; (if that's what you meant by 'fixed') on the body declaration-- so that may be a problem for you, or someone else on the list to contend with.. There are a couple of css errors to correct. I find the navigation bar links, and the links at the bottom of the page, really difficult to read (but then no two monitors on the face of the earth render color the same). It is not a font size issue, but one of value, saturation, hue. bEST, ~dL ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/