RE: [WSG] display differences firefox ie 7.0

2008-02-07 Thread Darren Lovelock
Online Web Design http://www.munkyonline.co.uk/ http://www.munkyonline.co.uk T: +44 (0)20-8816-8893 _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Thomassen Sent: 07 February 2008 07:40 To: wsg@webstandardsgroup.org Subject: Re: [WSG] display differences firefox ie 7.0

Re: [WSG] display differences firefox ie 7.0

2008-02-07 Thread David Dorward
On 7 Feb 2008, at 10:31, Darren Lovelock wrote: If you place text-align: center; on the body tag in the CSS and then margin: auto; on the first 'container' divider then the web page should be centralised in Firefox and IE. Like this: body { text-align: center; } #container { width:

Re: [WSG] display differences firefox ie 7.0

2008-02-06 Thread Joe Ortenzi
MH: Someone earlier this week sent a very good presentation that explained a lot of the problems you are facing. It is quite a long presentation (more of a lesson really!) but it answers a lot of the problems you are having. There are also a collection of great links sprinkled through

Re: [WSG] display differences firefox ie 7.0

2008-02-06 Thread Thomas Thomassen
On having Layout is a good article that gives good insight to most of IE's quirks: http://www.satzansatz.de/cssd/onhavinglayout.html - Original Message - From: Joe Ortenzi To: wsg@webstandardsgroup.org Sent: Thursday, February 07, 2008 8:14 AM Subject: Re: [WSG] display

[WSG] display differences firefox ie 7.0

2008-02-05 Thread Michael Horowitz
I've noticed that my site is centered it ie 7.0 but left justified in firefox http://terrorfreeamerica.us/. What are the issues and workarounds to keep them in sync. In this case I would like it centered both ways but I would love to know how to do it either way. Thanks -- Michael Horowitz

Re: [WSG] display differences firefox ie 7.0

2008-02-05 Thread Adam Martin
#wrapper { margin: 0 auto; padding: 0; text-align: left; width: 950px; } Cheers Adam Michael Horowitz wrote: I've noticed that my site is centered it ie 7.0 but left justified in firefox http://terrorfreeamerica.us/. What are the issues and workarounds to keep them in sync. In

Re: [WSG] display differences firefox ie 7.0

2008-02-05 Thread Christian Snodgrass
In wrapper, change the margin to be: margin: 0 auto; To center block-level elements, you set margin-left: auto and margin-right: auto (margin: 0 auto is a shortcut for that). In IE, at least IE6, it wrongfully would let you use text-align: center to position block level elements. Not sure

Re: [WSG] display differences firefox ie 7.0

2008-02-05 Thread veine
Hello again Michael; Same story different instance, in this case the wrapper needs to have them, ie. #wrapper { text-align: left; margin: 0 auto; padding: 0 auto; width: 950px; } HTH ~Veine snip On 5 Feb 2008 at 21:10, Michael Horowitz wrote: I've noticed that my site is centered

Re: [WSG] display differences firefox ie 7.0

2008-02-05 Thread Rohini Goyal
Try #wrapper { margin: 0px auto; } On Feb 6, 2008 1:10 PM, Michael Horowitz [EMAIL PROTECTED] wrote: I've noticed that my site is centered it ie 7.0 but left justified in firefox http://terrorfreeamerica.us/. What are the issues and workarounds to keep them in sync. In this case I would

Re: [WSG] Display Differences

2004-12-24 Thread Patrick H. Lauke
Gunlaug Sørtun wrote: Not sure the use of images as headlines, is a good move. rocks current projects sounds nice, but what is the headline? Some IR or plain text would be better for accessibility. As the image of the rocks is purely presentational, it should have a null alt attribute of alt=,

RE: [WSG] Display Differences

2004-12-24 Thread Lori Leach
Georg, Thank you very much for the time you spent to look at this for me. I really don't want to use the quick fix - so I will try again to do the one image. I did that before, and it was giving me problems. The skip nav is not needed - I just grabbed a HTML template from a previous client I

[WSG] Display Differences

2004-12-23 Thread Lori Leach
I always code my CSS and check it in Firefox. I have added the box hacks to my CSS to fix it for IE5 and IE6 - but now it is just a bit off in my right column using Firefox. I have been racking my brain trying to figure what I could have that is wrong in here. Can someone have a second look so

Re: [WSG] Display Differences

2004-12-23 Thread Gunlaug Sørtun
Lori Leach wrote: I always code my CSS and check it in Firefox. I have added the box hacks to my CSS to fix it for IE5 and IE6 - but now it is just a bit off in my right column using Firefox. I have been racking my brain trying to figure what I could have that is wrong in here. Can someone