Re: [css-d] Child Selector and IE7

2011-01-06 Thread Del Wegener
However, in IE7, everything is bold and not black. Why? What is the fix? Replace ol > li {font-weight:bold;font-size:120%;color:#71} with ol li {font-weight:bold;font-size:120%;color:#71} ol li li {font-weight:normal;font-size:80%;color:black} ~Chetan Thanks David and Chetan. My ap

Re: [css-d] Child Selector and IE7

2011-01-06 Thread David Hucklesby
On 1/6/11 6:27 PM, Del Wegener wrote: Good Evening: Please look at http://www.alliedcorrosion.com/products/manufacturer_introduction.php Click on List Test (top item on left menu) You will see an ordered list with an unordered list inside each In FF, Opera and IE8, the numbered lines are bol

Re: [css-d] Child Selector and IE7

2011-01-06 Thread Chetan Crasta
On Fri, Jan 7, 2011 at 7:57 AM, Del Wegener wrote: > Good Evening: > Please look at > http://www.alliedcorrosion.com/products/manufacturer_introduction.php > Click on List Test (top item on left menu) > You will see an ordered list with an unordered list inside each > In FF, Opera and IE8, the nu

Re: [css-d] Hello to the Group

2011-01-06 Thread Tim Climis
On Thursday, January 06, 2011 04:00:03 pm I wrote: > Laakso occasionally complains, but less often now than he used to. David did not take this in the tongue-in-cheek way in which it was intended, and so I would like to publicly apologize for that comment. I'm sorry. There was no offense inte

[css-d] Child Selector and IE7

2011-01-06 Thread Del Wegener
Good Evening: Please look at http://www.alliedcorrosion.com/products/manufacturer_introduction.php Click on List Test (top item on left menu) You will see an ordered list with an unordered list inside each In FF, Opera and IE8, the numbered lines are bold and a color other than black. while t

Re: [css-d] nav layout on a mac

2011-01-06 Thread Matthew P. Johnson
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Chetan Crasta Sent: Monday, January 03, 2011 8:36 PM To: David Laakso Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] nav layout on a mac On Tue, Jan 4, 2011 at 2:19

Re: [css-d] Hello to the Group

2011-01-06 Thread Tim Climis
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of Charles Miller > Sent: Thursday, January 06, 2011 10:24 AM > To: css discuss discuss > Subject: Re: [css-d] Hello to the Group > > 2. the method when you quote is t

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Thierry Koblentz
> This is driving me nuts. IE7 the menu is all bad, IE8 only the home > page > menu is bad. > > Site: http://www.fargoparks.com/ > css: http://www.fargoparks.com/css/home.css For the second rule I mentioned, don't look in the styles sheet, it's in a conditional comment after the LIs: -- Regar

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Thierry Koblentz
> This is driving me nuts. IE7 the menu is all bad, IE8 only the home > page > menu is bad. > > Site: http://www.fargoparks.com/ > css: http://www.fargoparks.com/css/home.css I see these two rules: #p7PMnav li { float:left; } #p7PMnav li { width:100%; clear:both; float:left; } The tw

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Al Sparber
On 1/6/2011 2:48 PM, Shanna Cramer wrote: Ok, I had a similar issue to this on two websites. I thought finding an answer on one would help with the other. Not so. This is driving me nuts. IE7 the menu is all bad, IE8 only the home page menu is bad. Site: http://www.fargoparks.com/ css: http://w

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Shanna Cramer
Ok, I had a similar issue to this on two websites. I thought finding an answer on one would help with the other. Not so. This is driving me nuts. IE7 the menu is all bad, IE8 only the home page menu is bad. Site: http://www.fargoparks.com/ css: http://www.fargoparks.com/css/home.css Thanks a

Re: [css-d] Absolutely Positioning an in a

2011-01-06 Thread G.Sørtun
I have a div with a background image and I am trying to position a flash video in an tag in that div by applying absolute positioning tho the object tab. It isn't budging. Am I trying to do something impossible? From your description it should be quite possible, but without code/CSS I can'

[css-d] Absolutely Positioning an in a

2011-01-06 Thread Dagmar Noll
I have a div with a background image and I am trying to position a flash video in an tag in that div by applying absolute positioning tho the object tab. It isn't budging. Am I trying to do something impossible? If not, I will keep hunting for a way to make this work. Dagmar

Re: [css-d] Why the narrow gap between images?

2011-01-06 Thread Dagmar Noll
On 1/6/2011 9:58 AM, David Laakso wrote: On 1/6/11 9:53 AM, Dagmar Noll wrote: Hi, folks. I have inherited a site that is table-based and am converting it to CSS. The title and such were created by splitting up an image and putting it in a table. When I switched to CSS, Firefox put a line in b

Re: [css-d] Browser hacks vs PHP vs JS for browser detection

2011-01-06 Thread G.Sørtun
Hi people, I just wondered if people had an opinion about the alternative of using hacks/conditional statements, php or js to account for browser variation? My opinion is that browser variations have to be fairly large to bother, but of course: designers often do, so we need methods for maki

Re: [css-d] Browser hacks vs PHP vs JS for browser detection

2011-01-06 Thread David Laakso
On 1/6/11 12:23 PM, Thierry Koblentz wrote: Is it just a case of using the right tool for the job? It would seem logical to me - if you are using PHP anyway of course - to check the user-agent header and add a class to the body tag? I realise people can change the header sent by their browser, bu

Re: [css-d] Browser hacks vs PHP vs JS for browser detection

2011-01-06 Thread Thierry Koblentz
> Is it just a case of using the right tool for the job? It would seem > logical to me - if you are using PHP anyway of course - to check the > user-agent header and add a class to the body tag? I realise people > can change the header sent by their browser, but how many people > actually do that?

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Alan Gresley
On 7/01/2011 3:07 AM, Alan Gresley wrote: .menu { margin: 10 0; } Little mistake. Correct CSS. .menu { margin: 10px 0; } -- Alan http://css-class.com/ Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo __ css-

Re: [css-d] Browser hacks vs PHP vs JS for browser detection

2011-01-06 Thread Chetan Crasta
On Thu, Jan 6, 2011 at 10:18 PM, Dougie McGilvray wrote: > Hi people, I just wondered if people had an opinion about the > alternative of using hacks/conditional statements, php or js to > account for browser variation? Whenever I need to target only IE, I use Conditional Comments. I have found t

Re: [css-d] Hello to the Group

2011-01-06 Thread Thierry Koblentz
Welcome! > I am hoping that someone in the group can > supply some great tutorials on CSS that will help in my endeavor to > become more proficent in CSS markup. http://www.css-101.org -- Regards, Thierry @thierrykoblentz www.tjkdesign.com | www.ez-css.org | www.css-101.org __

[css-d] Browser hacks vs PHP vs JS for browser detection

2011-01-06 Thread Dougie McGilvray
Hi people, I just wondered if people had an opinion about the alternative of using hacks/conditional statements, php or js to account for browser variation? Obviously, if you dont need php, there's no point using php for browser variations. But checking the user agent header in php doesn't seem to

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Alan Gresley
On 7/01/2011 1:42 AM, Shanna Cramer wrote: Having an issue with IE7. IE8, Chrome and Firefox are fine. The menu is stacked instead of inline in IE7. website: http://askhg.com/ css: http://askhg.com/wp-content/themes/askhg/style.css How can I fix that nav in IE7? Thanks. Hello, this is caused

Re: [css-d] stacked nav in IE7

2011-01-06 Thread David Laakso
On 1/6/11 9:42 AM, Shanna Cramer wrote: Having an issue with IE7. IE8, Chrome and Firefox are fine. The menu is stacked instead of inline in IE7. website: http://askhg.com/ css: http://askhg.com/wp-content/themes/askhg/style.css How can I fix that nav in IE7? Thanks. /* for IE/7.0 */ *:fir

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Chetan Crasta
On Thu, Jan 6, 2011 at 8:12 PM, Shanna Cramer wrote: > website: http://askhg.com/ > css: http://askhg.com/wp-content/themes/askhg/style.css > > How can I fix that nav in IE7? > Try this: .menu a {display:block} .menu .description{/*display:block*/} ~Chetan __

Re: [css-d] HTML, CSS, JavaScript: Model-View-Controller

2011-01-06 Thread HallMarc Websites
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Chetan Crasta Sent: Wednesday, January 05, 2011 11:24 PM To: Philip Taylor (Webmaster, Ret'd) Cc: css-d Subject: Re: [css-d] HTML, CSS, JavaScript: Model-View-Controller O

Re: [css-d] Why the narrow gap between images?

2011-01-06 Thread Chetan Crasta
On Thu, Jan 6, 2011 at 8:23 PM, Dagmar Noll wrote: > The title and such were created by splitting up an image and putting it in a > table. When I switched to CSS, Firefox put a line in between all of the > stacked images. > By default, the bottom of images are aligned to the baseline. To align t

Re: [css-d] @fontface

2011-01-06 Thread Chetan Crasta
On Thu, Jan 6, 2011 at 8:34 PM, Rob Crowther wrote: > What happens if you take the @font-face rule out of the media query?  I > wonder if Gecko doesn't like that being nested? > > Rob Hmm, it works if the fall back font-families are removed. http://www.roughtech.com/t/indexx.php.html ~Chetan _

Re: [css-d] Hello to the Group

2011-01-06 Thread Charles Miller
On Jan 6, 2011, at 9:01 AM, David and Vince wrote: >> Hello Everyone, >>I would just like to say that I am new here... > > Welcome to the list! I offer an outlier's welcome. I post here seldom and softly - since the list has requirements that aren't congenial for me. I'll try to list the

Re: [css-d] @fontface

2011-01-06 Thread Philippe Wittenbergh
On Jan 6, 2011, at 11:21 PM, David Laakso wrote: > Re: [intentional spelling] > > Please drag to an approximately 400px window. You can't have a @rule inside another @rule. Move the @font-face block outside of the @media block and Gecko will see your

Re: [css-d] @fontface

2011-01-06 Thread David Laakso
On 1/6/11 10:04 AM, Rob Crowther wrote: On 06/01/11 14:44, David Laakso wrote Drag the page to a 400px window and the styles will "kick-in." ~d What happens if you take the @font-face rule out of the media query? I wonder if Gecko doesn't like that being nested? Rob Bingo [repeatedly sma

Re: [css-d] @fontface

2011-01-06 Thread Rob Crowther
On 06/01/11 14:44, David Laakso wrote Drag the page to a 400px window and the styles will "kick-in." ~d What happens if you take the @font-face rule out of the media query? I wonder if Gecko doesn't like that being nested? Rob _

Re: [css-d] Hello to the Group

2011-01-06 Thread David Laakso
On 1/6/11 9:33 AM, vi...@graymatterstudios.ca wrote: Hello Everyone, I would just like to say that I am new here and consider myself as a beginner to CSS and hope to learn alot listening to what everyone here has to say and contribute. I am hoping that someone in the group can supply some g

Re: [css-d] Why the narrow gap between images?

2011-01-06 Thread David Laakso
On 1/6/11 9:53 AM, Dagmar Noll wrote: Hi, folks. I have inherited a site that is table-based and am converting it to CSS. The title and such were created by splitting up an image and putting it in a table. When I switched to CSS, Firefox put a line in between all of the stacked images. The

[css-d] Why the narrow gap between images?

2011-01-06 Thread Dagmar Noll
Hi, folks. I have inherited a site that is table-based and am converting it to CSS. The title and such were created by splitting up an image and putting it in a table. When I switched to CSS, Firefox put a line in between all of the stacked images. The margins and padding and borders are all

Re: [css-d] @fontface

2011-01-06 Thread David McGlone
On Thursday, January 06, 2011 09:21:22 am David Laakso wrote: > Re: [intentional spelling] > > Please drag to an approximately 400px window. > > FF/3.6.13 and SeaMonkey render sans, rather than the intended > slab-serif, for the heading "About" on the i

Re: [css-d] @fontface

2011-01-06 Thread David Laakso
On 1/6/11 9:39 AM, Rob Crowther wrote: Chetan Crasta wrote: On my computer (ubuntu), there was absolutely no styling of any element on the page. I get the same thing, no styles: Windows XP + Firefox 4. Rob Drag the page to a 400px window and the styles will "kick-in." ~d -- http://chelse

[css-d] stacked nav in IE7

2011-01-06 Thread Shanna Cramer
Having an issue with IE7. IE8, Chrome and Firefox are fine. The menu is stacked instead of inline in IE7. website: http://askhg.com/ css: http://askhg.com/wp-content/themes/askhg/style.css How can I fix that nav in IE7? Thanks. -- Shanna ___

Re: [css-d] @fontface

2011-01-06 Thread Philip Taylor (Webmaster, Ret'd)
Did both you and Rob reduce the window width to < 400px as suggested ? Strange things happen when you do that in Seamonkey 2.0.11 under Win/XP;SP3 @ 1152 x 864 Philip Taylor Chetan Crasta wrote: On my computer (ubuntu), there was absolutely no styling of any element on the page. It mig

Re: [css-d] @fontface

2011-01-06 Thread Rob Crowther
Chetan Crasta wrote: On my computer (ubuntu), there was absolutely no styling of any element on the page. I get the same thing, no styles: Windows XP + Firefox 4. Rob __ css-discuss [cs...@lists.css-discuss.org] http://www.cs

Re: [css-d] @fontface

2011-01-06 Thread Chetan Crasta
On my computer (ubuntu), there was absolutely no styling of any element on the page. It might have something to do with the CSS error? http://jigsaw.w3.org/css-validator/validator?uri=http://chelseacreekstudio.com/indexx.php&profile=css3 ~Chetan

[css-d] Hello to the Group

2011-01-06 Thread vince
Hello Everyone,   I would just like to say that I am new here and consider myself as a beginner to CSS and hope to learn alot listening to what everyone here has to say and contribute. I am hoping that someone in the group can supply some great tutorials on CSS that will help in my endeavor to

[css-d] @fontface

2011-01-06 Thread David Laakso
Re: [intentional spelling] Please drag to an approximately 400px window. FF/3.6.13 and SeaMonkey render sans, rather than the intended slab-serif, for the heading "About" on the index and for the heading "Portfolio" on the portfolio page. Safari, W

Re: [css-d] Helping css-d members to get their best from CSS

2011-01-06 Thread Philip Taylor (Webmaster, Ret'd)
Gabriele Romanato wrote: Hi all. After my last post and all the responses that came after that, I first decided to unsubscribe from css-d, but later I'm back again. Very emotional, very Italian! Welcome back, Gabriele :-) And to add to your list of essentials, please do not forget C

[css-d] Helping css-d members to get their best from CSS

2011-01-06 Thread Gabriele Romanato
Hi all. After my last post and all the responses that came after that, I first decided to unsubscribe from css-d, but later I'm back again. Very emotional, very Italian! But the point is another: for the new year I'm going to be more supporting on this mailing list to the various needs of