Re: [css-d] center problem - img gallery

2008-10-31 Thread Philippe Wittenbergh
On Nov 1, 2008, at 8:29 AM, Luc wrote: > Page: > > http://www.dzinelabs.com/sandbox/IEFIXEDexternalcss.html > > Stylesheets: > > Compliant browsers: > http://www.dzinelabs.com/sandbox/MP/Stylesheets/MP.css > > IE: > http://www.dzinelabs.com/sandbox/MP/Stylesheets/ie.css > > Problem: > > ... > The

Re: [css-d] CSS reset and table cell padding

2008-10-31 Thread Andrew Gaffney
David Hucklesby wrote: > On Thu, 30 Oct 2008 13:25:10 -0500, Andrew Gaffney wrote: > [...] >> I tried to do a CSS solution to this problem by creating a style like: >> >> table.cellpadding_4 tr td { >> padding: 4px; >> } >> >> and then putting class="cellpadding_4" on the TABLE containing the TDs I

[css-d] center problem - img gallery

2008-10-31 Thread Luc
Good evening list, Page: http://www.dzinelabs.com/sandbox/IEFIXEDexternalcss.html Stylesheets: Compliant browsers: http://www.dzinelabs.com/sandbox/MP/Stylesheets/MP.css IE: http://www.dzinelabs.com/sandbox/MP/Stylesheets/ie.css Problem: I have an img gallery inside my mainco

Re: [css-d] CSS question

2008-10-31 Thread Keith DiSarno
If you are talking about 1) redirecting the short one to the long one or 2) masking the URL to appear as the short one...No. Using PHP, if possible, modifying the htaccess with some REGEX would be a relevant search. Keith D. __

[css-d] CSS question

2008-10-31 Thread Lou Hernsen
I have a question can CSS be used to change the web address on a browers from http://www.luinrandir.com/cgi-bin/ArgMatey/ArgMatey.cgi to www.ArgMatey.com I know it can be done form the host from a html frame, but I need to find a different way. So can CSS do this? thank Lou

Re: [css-d] background not staying centered in IE

2008-10-31 Thread Gunlaug Sørtun
Jody Levinson wrote: > Is the text really unreadable and small? It's looked normal > everywhere we've checked. Perhaps we should be handling that > differently? Me thinks so since I can only read it with great difficulty, and there are too many pages on the web to bother with hard-to-read text

Re: [css-d] background not staying centered in IE

2008-10-31 Thread Jody Levinson
Thanks again, Georg, Is the text really unreadable and small? It's looked normal everywhere we've checked. Perhaps we should be handling that differently? Jody On Oct 31, 2008, at 2:35 PM, Gunlaug Sørtun wrote: > Jody Levinson wrote: >> Thank you so much for this. It did fix the problem, but

Re: [css-d] background not staying centered in IE

2008-10-31 Thread Gunlaug Sørtun
Jody Levinson wrote: > Thank you so much for this. It did fix the problem, but now, on a few > pages of the site, the "contact" link in the horizontal nav bar > seems to be falling into the overflow. Is there a way to prevent > this? As on this page: > > http://www.atlas-inspection.com/newsite/

Re: [css-d] CSS reset and table cell padding

2008-10-31 Thread David Hucklesby
On Thu, 30 Oct 2008 13:25:10 -0500, Andrew Gaffney wrote: [...] > > I tried to do a CSS solution to this problem by creating a style like: > > table.cellpadding_4 tr td { > padding: 4px; > } > > and then putting class="cellpadding_4" on the TABLE containing the TDs I > wanted to have > the padding

Re: [css-d] background not staying centered in IE

2008-10-31 Thread Jody Levinson
Thank you so much for this. It did fix the problem, but now, on a few pages of the site, the "contact" link in the horizontal nav bar seems to be falling into the overflow. Is there a way to prevent this? As on this page: http://www.atlas-inspection.com/newsite/pmi_metal_alloy.html Thanks a

Re: [css-d] help for an IE bug

2008-10-31 Thread Adam Ducker
ray wrote: > Look at this page http://www.soundbowl.com/test.html in IE7. The outer div > has a padding of 6px, but the inner div seems not respect to this padding, > its background covers the left padding of its parent div. When I set "float: left;" on the inner box it respects that padding. Wh