[css-d] tbody, IE7 and overflow

2006-12-02 Thread victor NOAGBODJI
Hi all, I have searched over google, others have the same problem. When you try to set an overflow: auto; and height property on a tbody, IE7 will set the height on every tr I have a picture : http://img90.imageshack.us/my.php?image=screenshotfi8.jpg Is there any solution to the problem?

Re: [css-d] help with bottom positioning column floats

2006-12-02 Thread ~davidLaakso
Roger Roelofs wrote: Robin, On Dec 1, 2006, at 8:32 PM, Wonderbaby Designs wrote: Here is the design I am trying to create http://www.wonderbabydesigns.com/testing/design.jpg This is what I have so far without the background images added to the content area

Re: [css-d] Site Check :: richard brown

2006-12-02 Thread ~davidLaakso
Richard Brown wrote: Hi All On 29/11/06, Richard Brown [EMAIL PROTECTED] wrote: http://alexander.cregy.net/ http://alexander.cregy.net/wp-content/themes/ThirdSite/style.css Thanks to all who responded. I feel like the last man standing: :-) Some folks are going to have

Re: [css-d] Menu floats down in IE6

2006-12-02 Thread Jehangir Larry
Thanks, all. Removed the 'span' and got rid of most errors. Errors now down to 4 from 70+ ! The 4 are because of an embedded swf and I am unable to get rid of them. Any ideas? Thanks in advance. Larry - Original Message - From: david [EMAIL PROTECTED] To: css-d

Re: [css-d] help with bottom positioning column floats

2006-12-02 Thread Wonderbaby Designs
-Original Message- From: ~davidLaakso [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 3:32 AM Subject: Re: [css-d] help with bottom positioning column floats I'm not sure skidoo too is a good starting point for your layout. It assumes that the center column will

Re: [css-d] help with bottom positioning column floats

2006-12-02 Thread Wonderbaby Designs
-Original Message- From: Roger Roelofs [mailto:[EMAIL PROTECTED] Sent: Friday, December 01, 2006 9:25 PM Subject: Re: [css-d] help with bottom positioning column floats I'm not sure skidoo too is a good starting point for your layout. It assumes that the center column will always

Re: [css-d] Body BG not showing in IE5 Mac

2006-12-02 Thread Kim Brooks Wei
Thanks for helpful suggestions everyone and David, thanks for screenshots. Phillipe, I rearranged my code a little bit and the footer is now in the flow of my text. Now I have another problem. IE 5 is absorbing elements of #footer's bg. The bg has become invisible and the blue type is faded.

[css-d] site check please

2006-12-02 Thread Stephen Oravec
Hello, I think everything validate as XHTML 1.0 Strict . Could you please tell whats wrong and how to fix it and where I need to improve ? http://home.comcast.net/%7Es.oravec/example.html or At least point me in the right direction.

Re: [css-d] Menu floats down in IE6

2006-12-02 Thread david
Jehangir Larry wrote: Thanks, all. Removed the 'span' and got rid of most errors. Errors now down to 4 from 70+ ! The 4 are because of an embedded swf and I am unable to get rid of them. Any ideas? Thanks in advance. http://www.alistapart.com/articles/flashsatay/ Larry - Original

Re: [css-d] site check please :: stephen oravec

2006-12-02 Thread ~davidLaakso
Stephen Oravec wrote: Could you please tell whats wrong and how to fix it and where I need to improve ? http://home.comcast.net/%7Es.oravec/example.html Csshttp://home.comcast.net/%7Es.oravec/software.html I know I have a few problems with : 1. alignment If you mean center the page

[css-d] Centring a floating element - can it be done?

2006-12-02 Thread Ian Young
Horizontal menus rely on floats and position:relative etc. centring divs is relatively straightforward but menus don't play. The perceived wisdom is to use position:absolute as described in the wiki. Using all these and the menu is not centred in its wrapper. See:

[css-d] tr element - why can't I create a border?

2006-12-02 Thread Ian Piper
I have had a google on this but can't really get a definitive answer, so though I would ask at The Oracle. Why can I create a background for a tr element but not a border. It seems a reasonable thing in a data table to be able to enclose all of the cells in a row in a single border, but

Re: [css-d] tr element - why can't I create a border?

2006-12-02 Thread patrick
Ian Piper wrote: I have had a google on this but can't really get a definitive answer, so though I would ask at The Oracle. Why can I create a background for a tr element but not a border. It seems a reasonable thing in a data table to be able to enclose all of the cells in a row in

Re: [css-d] Centring a floating element - can it be done?

2006-12-02 Thread Ian Young
To: [EMAIL PROTECTED] Css-Discuss. Org Subject: [css-d] Centring a floating element - can it be done? Horizontal menus rely on floats and position:relative etc. centring divs is relatively straightforward but menus don't play. The perceived wisdom is to use position:absolute as described

Re: [css-d] site check please :: stephen oravec

2006-12-02 Thread Stephen Oravec
took your advise THANKS added a gradient image for content and swapped the footer image was .png made it a .gif . but dont own a (cough-cough) Windows pc to see how it looks . Thanks again for the help . On 12/2/06, ~davidLaakso [EMAIL PROTECTED] wrote: Stephen Oravec wrote: Could

Re: [css-d] Datagrid class

2006-12-02 Thread Jachin Sheehy
CssClass is the attribute to use. ASP.NET will convert this to a class attribute when it renders the HTML. Jachin Sheehy http://strangepants.com On 12/2/06, Pk [EMAIL PROTECTED] wrote: I wish to use the same style for all my datagrids. I think I need to use a class, but my code does not want

Re: [css-d] site check please :: stephen oravec

2006-12-02 Thread ~davidLaakso
Stephen Oravec wrote: took your advise THANKS added a gradient image for content and swapped the footer image was .png made it a .gif . but dont own a (cough-cough) Windows pc to see how it looks . *It is hard dirty work but as you've found out, someone has to do it. Such is my lot in

Re: [css-d] Menu floats down in IE6

2006-12-02 Thread Jehangir Larry
A million thanks. Arrived at 0 errors/ warnings. - Original Message - From: david [EMAIL PROTECTED] To: css-d css-d@lists.css-discuss.org Sent: Saturday, December 02, 2006 11:15 PM Subject: Re: [css-d] Menu floats down in IE6 Jehangir Larry wrote: Thanks, all. Removed the 'span' and

[css-d] Need help rounding a corner with a border?

2006-12-02 Thread Jon Hughes
I need to add a rounded corner on the bottom right of this green box here: http://www.phazm.net/newphazm/ But I can NOT use javascript. The problem is, it has a right and bottom border (making it look like a shadow) that I need to preserve, and if I add a background, it will still be there,

Re: [css-d] Centring a floating element - can it be done?

2006-12-02 Thread Holly Bergevin
From: Ian Young [EMAIL PROTECTED] the menu is not centred in its wrapper. See: http://www.iyesolutions.co.uk/templates/css/test-for-centre.html for example. I have included the image as this emphasises the problem. Your image is 750px wide. Use that as the width for your .navh div. Set

Re: [css-d] tr element - why can't I create a border?

2006-12-02 Thread Philippe Wittenbergh
On Dec 3, 2006, at 4:51 AM, Ian Piper wrote: Why can I create a background for a tr element but not a border. It seems a reasonable thing in a data table to be able to enclose all of the cells in a row in a single border, but although this does not throw up any errors, it also doesn't