Re: [css-d] Site Help - Problem with IE7 in some circumstances (on wide monitors)

2009-08-20 Thread Edward Spodick
Hello Alan, Yes indeed - having a fixed-width centered body tag caused all position:relative elements to not reposition when the window was resized. Moving those from the body to a container div solved the problem. -Edward At 1:11 PM +1000 8/21/09, Alan Gresley wrote: Hello Edward, Was this

Re: [css-d] Site Help - Problem with IE7 in some circumstances (on wide monitors)

2009-08-19 Thread Edward Spodick
Thanks much to Tim Snadden, who identified a workaround for IE7 of movind the page centering styles (margins auto with fixed width) from the body tag to a new container tag. I am now working to implement, and am glad it works. -Edward At 11:49 AM +0800 8/18/09, Edward Spodick wrote: Good

Re: [css-d] Site Help - Problem with IE7 in some circumstances (on wide monitors)

2009-08-18 Thread Edward Spodick
After some testing, I have found that this is technically happenning on all MSIE 7 browsers, just that unless the monitor is big, few would actually resize. So reports of this being just some versions are wrong. That relieves me and makes me think may be a standard fix for these of which I am

[css-d] Site Help - Problem with IE7 in some circumstances (on wide monitors)

2009-08-17 Thread Edward Spodick
Good morning, everyone. I have just learned that our updated website design breaks our navigation bar in MSIE7 on 22 wide monitors with 1680x1050 resolution and 96 DPI Windows settings. Several other MSIE7 configurations are not showing this problem. The page loads fine, and looks fine

Re: [css-d] Site Help - Problem with IE7 in some circumstances (on wide monitors)

2009-08-17 Thread Tim Snadden
On 18/08/2009, at 3:49 PM, Edward Spodick wrote: Good morning, everyone. I have just learned that our updated website design breaks our navigation bar in MSIE7 on 22 wide monitors with 1680x1050 resolution and 96 DPI Windows settings. Several other MSIE7 configurations are not

Re: [css-d] Site Help - Problem with IE7 in some circumstances (on wide monitors)

2009-08-17 Thread Edward Spodick
Thanks Tim - sorry I missed that. The HTML all validates now. http://library.ust.hk/serv/qqq-faculty.html -Edward At 3:57 PM +1200 8/18/09, Tim Snadden wrote: Hi Edward - It's a good idea to validate your pages. This is  particularly true when debugging.

Re: [css-d] Site Help - IE trouble

2007-03-24 Thread Cole Tuininga
Hi folks - sorry I didn't get a chance to write back before now, but I just wanted to say thanks for the willingness of folks to step up and help me on such short order. It was much appreciated. :) __ css-discuss [EMAIL

[css-d] Site Help - IE trouble

2007-03-22 Thread Cole Tuininga
Hi all - I've been away from doing much CSS for a while and I'm running into a bit of trouble with IE. As I need to have the site up and running by Saturday (some press is going out), I was hoping I might impose on you kind souls to help me figure out where I've gone awry. The site in question

Re: [css-d] Site Help - IE trouble

2007-03-22 Thread jeffrey morin
On 3/22/07, Cole Tuininga [EMAIL PROTECTED] wrote:Hi all - I've been away from doing much CSS for a while and I'm running into a bit of trouble with IE. As I need to have the site up and running by Saturday (some press is going out), I was hoping I might impose on you kind souls to help me

Re: [css-d] Site Help - IE trouble

2007-03-22 Thread ~davidLaakso
Cole Tuininga wrote: Hi all - I've been away from doing much CSS for a while and I'm running into a bit of trouble with IE. As I need to have the site up and running by Saturday (some press is going out), I was hoping I might impose on you kind souls to help me figure out where I've gone

[css-d] site help

2005-11-15 Thread Mark Mckee
hi all. i need some help making my site IE compatible. the menus do not display correctly, and the site map is way out in IE6 on windows. could anyone make any suggestions on how i can fix this please main site http://homepage.ntlworld.com/sixfoot2/ css is here

Re: [css-d] site help

2005-11-15 Thread tedd
Hi Mark: For me (as an example) I used: #name { position: absolute; top: 2em; left: 28.6em; /* set width for IE 6 */ left /**/: 23.1em; /* set width for IE 5 (IE 6 will not see this) */ } htmlbody #name { left: 29em;

Re: [css-d] site help

2005-11-15 Thread Thierry Koblentz
Mark Mckee wrote: hi all. i need some help making my site IE compatible. the menus do not display correctly, and the site map is way out in IE6 on windows. could anyone make any suggestions on how i can fix this please main site http://homepage.ntlworld.com/sixfoot2/ css is here

Re: [css-d] site help

2005-11-15 Thread Gunlaug Sørtun
Mark Mckee wrote: hi all. i need some help making my site IE compatible. the menus do not display correctly, and the site map is way out in IE6 on windows. could anyone make any suggestions on how i can fix this please http://homepage.ntlworld.com/sixfoot2/ You may try... #left

Re: [css-d] site help

2005-11-15 Thread Thierry Koblentz
Mark Mckee wrote: thanks to Thierry and Tedd for the info. i now have my left hand menu sorted out. i have some more questions though. 1) in IE, my sitemap page is completely distorted, i need some advice on fixing this too. Did you try the height:0 declaration I mentionned in my previous