CSS support

B

Bill Drew

I have a question about the differences in the latest
version of Firefox and the latest version of IE. I have
validated our web opac against W3C HTML 4.01
Transitional, W3C CSS, and W3C WAI Level AA. IN Firefox
and Opera the pages display consistently in the middle of
the browser window. In IE, the page displays all the way
to the left. I use the following code as a wrapper for
the whole page and on every page in the webopac:

<div id="wrapper"
style="width: 800px;
margin-left: auto;
margin-right: auto;">

Any thoughts on how to get it to display the same way In
IE as it does in Opera and Firefox?

The URL is:

http://oswlib.library.oswego.edu:4600/F



Wilfred (Bill) Drew
Associate Librarian, Systems and Reference
Morrisville State College Library
E-mail: mailto:[email protected]
AOL Instant Messenger:BillDrew4
BillDrew.Net: http://billdrew.net/
Wireless Librarian:
http://people.morrisville.edu/~drewwe/wireless/
Library: http://library.morrisville.edu/
SUNYConnect: http://www.sunyconnect.suny.edu/
 
C

C. A. Upsdell

Bill Drew said:
I have a question about the differences in the latest
version of Firefox and the latest version of IE. I have
validated our web opac against W3C HTML 4.01
Transitional, W3C CSS, and W3C WAI Level AA. IN Firefox
and Opera the pages display consistently in the middle of
the browser window. In IE, the page displays all the way
to the left. I use the following code as a wrapper for
the whole page and on every page in the webopac:

<div id="wrapper"
style="width: 800px;
margin-left: auto;
margin-right: auto;">

Any thoughts on how to get it to display the same way In
IE as it does in Opera and Firefox?

For IE try text-align:center
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top