[css-d] Scrolling table with fixed header: coping with different number of columns

2012-12-21 Thread Tim Dawson
I'm developing a page whose content is a table, the body of which will scroll up under the header. Actually it's two tables, the upper one only has the THEAD element, which remains fixed. The lower table scrolls up. http://www.holidaymullandiona.com/test/users.html For test purposes I've

Re: [css-d] Scrolling table with fixed header: coping with different number of columns

2012-12-21 Thread Tim Dawson
On 21/12/2012 14:27, Tim Dawson wrote: I'm developing a page whose content is a table, the body of which will scroll up under the header. Actually it's two tables, the upper one only has the THEAD element, which remains fixed. The lower table scrolls up.

[css-d] IE8 off to the right

2012-12-21 Thread Steve Caramia
Hi everybody, Is this the double-margin bug? In IE8, my content hugs the right margin. I tried adding display:inline. Any other suggestions? Thank you! Steve http://www.caramiadesign.com/fredio_new/about.htm ¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡! CARAMIA

Re: [css-d] IE8 off to the right

2012-12-21 Thread David Laakso
On Fri, Dec 21, 2012 at 3:54 PM, Steve Caramia st...@caramiadesign.com wrote: Hi everybody, Is this the double-margin bug? In IE8, my content hugs the right margin. I tried adding display:inline. Any other suggestions? Thank you! Steve re:

Re: [css-d] IE8 off to the right

2012-12-21 Thread Steve Caramia
Hi David, Good to hear from you! First, I only mentioned that because Dreamweaver (CS6) suggested it in the Browser Compatibility tab. No mention of 8. And I don't compress my files. I think that's a Bluehost/Cloudflare thing. The good news is: the site is off my server and on the client's.

Re: [css-d] IE8 off to the right

2012-12-21 Thread Philippe Wittenbergh
Le 22 déc. 2012 à 05:54, Steve Caramia st...@caramiadesign.com a écrit : Is this the double-margin bug? In IE8, my content hugs the right margin. I tried adding display:inline. Any other suggestions? http://www.fredio.com/ I suspect this may have something to do with it. You have rules that

Re: [css-d] IE8 off to the right

2012-12-21 Thread Steve Caramia
But I only have one media query (on the home page [or it was, I ned to put it back]) style type=text/css media=screen @media only screen and (max-width: 1300px) { .nivoSlider { position:relative; width:700px; height:auto; overflow: hidden; margin: 0 auto

Re: [css-d] IE8 off to the right

2012-12-21 Thread Philippe Wittenbergh
Le 22 déc. 2012 à 10:43, Steve Caramia st...@caramiadesign.com a écrit : But I only have one media query Your pages have this: link href=css/layout.css rel=stylesheet type=text/css That stylesheet has 3 media queries that affect layout. Philippe -- Philippe Wittenbergh http://l-c-n.com

[css-d] IE8 problems

2012-12-21 Thread Steve Caramia
http://www.fredio.com/ OK, now it's on the server. IE9 looks great, but 8 has that to the right problem and my image-replacement button has disappeared. the css for that: #topnav {margin : 17px 0 0 500px;} #topnav a:link{ font-size:20px; padding: 11px 65px 15px 25px;

Re: [css-d] IE8 off to the right

2012-12-21 Thread Steve Caramia
Ah yes. I thought I was so clever to start with a Fluid Grid. As it turns out, that's not at all important to this client! I might try deleting that stylesheet and adjusting everything that shifts as a result. What a pain! On Dec 21, 2012, at 5:29 PM, Philippe Wittenbergh wrote: Le 22

Re: [css-d] IE8 off to the right

2012-12-21 Thread David Hucklesby
On 12/21/12 5:29 PM, Philippe Wittenbergh wrote: Le 22 déc. 2012 à 05:54, Steve Caramia st...@caramiadesign.com a écrit : Is this the double-margin bug? In IE8, my content hugs the right margin. I tried adding display:inline. Any other suggestions? http://www.fredio.com/ I suspect this may

Re: [css-d] IE8 off to the right

2012-12-21 Thread Philippe Wittenbergh
Le 22 déc. 2012 à 12:15, David Hucklesby huckle...@gmail.com a écrit : I thought that conflicts like this were supposed to resolve by ignoring the margin-right. But that would make IE 8 correct. So what is wrong with my thinking? There is nothing wrong with your thinking:-) But other