Re: [css-d] IE6 and percentages

2009-08-18 Thread Philippe Wittenbergh
On Aug 19, 2009, at 1:37 PM, Luc wrote: >> (and there is a loose } in your css) > > Same here: no excuse. ah, that is better; now the page displays as expected in my Gecko nightly build, which has a stricter error parser. Dunno what to suggest about iExploder 6. Thing doesn't know what a c

Re: [css-d] IE6 and percentages

2009-08-18 Thread Luc
For those who already took a look: i did the unspeakable: posting without validating first. HTML now validates. Css doesn't because of the IE stuff. Sorry about that guys and girls. But the problem still exists. -- Best regards, Luc _ http://www.dzinelabs.com Using th

Re: [css-d] IE7 issue / divs overlapping

2009-08-18 Thread David Laakso
David Gilden wrote: > Greetings, > > > > Suggestions are welcomed!!! > > Put it on a public server and provide a clickable link to it in your post to the list. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discu

Re: [css-d] IE7 issue / divs overlapping links to content

2009-08-18 Thread David Gilden
Here ya go. I am trying to create the following layout using only The page looks fine on Mac FireFox / Safari. However the product area is overlapping the top content area wrapper in IE7 (on XP)! It does not break at the productArea ! Just tried :   div.clearer {clear: both; line-he

[css-d] IE6 and percentages

2009-08-18 Thread Luc
Good evening list, A few days ago i posted a problem with a gallery i had in a liquid lay-out. Our friend David provided me with a good alternative (originally post: gallery in liquid lay-out: can of worms). However, for my own learning experience i experimented a bit and got some ini

Re: [css-d] embed CSS styles right within HTML page?

2009-08-18 Thread G.Sørtun
Ce Ce wrote: > How do you determine if it might be best to embed some styles right > within the html page. No rules, but... Page specific styles (for "this page" only) may as well go in the page head, so as to avoid unnecessarily complex stylesheets with lots of "one off" stuff. Site wide / sec

Re: [css-d] IE7 issue / divs overlapping

2009-08-18 Thread James White
On Tue, Aug 18, 2009 at 2:14 PM, David Gilden wrote: > Greetings, > > I am trying to create the following layout using only > > http://www.coraconnection.com/web/css-comp.gif > > The page looks fine on Mac FireFox / Safari. > > However the product area is overlapping the top content area wrapper

[css-d] IE7 issue / divs overlapping

2009-08-18 Thread David Gilden
Greetings, I am trying to create the following layout using only http://www.coraconnection.com/web/css-comp.gif The page looks fine on Mac FireFox / Safari. However the product area is overlapping the top content area wrapper in IE7 (on XP)! It does not break at the productArea ! Here is s

Re: [css-d] embed CSS styles right within HTML page?

2009-08-18 Thread Theresa Mesa
I would say the only time I would embed a style sheet is if the site is one page only, or that style is specific to that page and no other page in the site. Otherwise, if you need to make a change, you have to go in and change each page. That costs your client money. It's the same reason I

[css-d] Doctype.com - Q&A site for designers

2009-08-18 Thread Paul Farnell
Hello everyone, Last week I launched a question and answer site for web designers, that I thought might interest people here: http://doctype.com When you ask a web design question, you can choose to have cross- browser screenshots generated automatically for any browser. Doctype also archive

Re: [css-d] embed CSS styles right within HTML page?

2009-08-18 Thread Bobby Jack
--- On Tue, 8/18/09, Ce Ce wrote: > How do you determine if it might be > best to embed some styles right within the html page. Only if: a) The style is a completely unique, 'one-shot' affair with no potential for re-use b) Content is dynamically generated from a single source and, therefore,

[css-d] embed CSS styles right within HTML page?

2009-08-18 Thread Ce Ce
Hi, I always code my CSS on a separate style sheet. But I've seen some beautiful/contemporary sites with some CSS embedded within the html page, with accompanying style sheets also. How do you determine if it might be best to embed some styles right within the html page. Thanks, CC _