Re: [css-d] Font issues in a P tag

2011-12-01 Thread BHomis
Hey, thanks for the help. I had both a div and a p with the same class name, and I guess the div class was overriding the p class. Stupid. Oh, and thanks for the heads up on the extra semicolon. Thanks, Bruce In a message dated 12/1/2011 6:53:32 P.M. Eastern Standard Time, jkorp...@cs.

Re: [css-d] Font issues in a P tag

2011-12-01 Thread Jukka K. Korpela
2011-12-02 1:44, Tom Livingston wrote: There are several markup errors on the page (as reported by http://validator.w3.org), and while some of them are essential, I don't think they affect font issues. And there is one CSS syntax error (as reported by http://jigsaw.w3.org/css-validator/): lin

Re: [css-d] Font issues in a P tag

2011-12-01 Thread Tom Livingston
See below... Sent from iOS 5 On Dec 1, 2011, at 5:40 PM, "Jukka K. Korpela" wrote: > 2011-12-02 0:17, bho...@aol.com wrote: > >> I'm having trouble some issues with fonts within a P tag. They won't >> alter their current style, regardless of what I try. The site is >> _www.travelexperiencecl

Re: [css-d] Font issues in a P tag

2011-12-01 Thread BHomis
I fixed it. Stupid mistake. Sorry. In a message dated 12/1/2011 5:17:40 P.M. Eastern Standard Time, bho...@aol.com writes: I'm having trouble some issues with fonts within a P tag. They won't alter their current style, regardless of what I try. The site is _www.travelexperiencecl

Re: [css-d] Font issues in a P tag

2011-12-01 Thread Jukka K. Korpela
2011-12-02 0:17, bho...@aol.com wrote: I'm having trouble some issues with fonts within a P tag. They won't alter their current style, regardless of what I try. The site is _www.travelexperienceclub.com_ (http://www.travelexperienceclub.com) . As far as I can see, all the font settings there

[css-d] layout

2011-12-01 Thread David Laakso
Comments and suggestions appreciated This end: OS X 10.4.11 Android/2.2.2/ with Opera Mobile and OperaMini. Best, Angelina -- Desktop. Laptop. Tablet. Mobile! http://chelseacreekstudio.com/ __

[css-d] Font issues in a P tag

2011-12-01 Thread BHomis
I'm having trouble some issues with fonts within a P tag. They won't alter their current style, regardless of what I try. The site is _www.travelexperienceclub.com_ (http://www.travelexperienceclub.com) . What do I need to do / post in order for assistance? Thanks, Bruce __

Re: [css-d] Creating angled corner with CSS

2011-12-01 Thread Paceaux
I expanded the jsfddle window and I saw it. The far right side is skewed. so, you could use transform and :after I'll leave it to you to fill in the appropriate styles, vendor prefixes, and positioning, but I'd start with this: .bg:after{ content: ""; transform: skew(5deg, 0) } Frank

Re: [css-d] Creating angled corner with CSS

2011-12-01 Thread Tim Climis
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css- > discuss.org] On Behalf Of Mads Erik Forberg > Sent: Thursday, December 01, 2011 11:12 AM > To: Paceaux > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] Creating angled corner with C

Re: [css-d] Creating angled corner with CSS

2011-12-01 Thread Mads Erik Forberg
Hi Frank, If you se my example on JSFiddle, http://jsfiddle.net/8jxxH/ , you'll see what I mean :-) Thank you for your response / Mads Den 01.12.2011 16:48, skrev Paceaux: Hi Mads, I'm not sure if I understand what you mean by "angled corner". Do you mean a rounded corner? If that's the

Re: [css-d] Creating angled corner with CSS

2011-12-01 Thread Paceaux
Hi Mads, I'm not sure if I understand what you mean by "angled corner". Do you mean a rounded corner? If that's the case, then you can certainly do that with border-radius. Or are you looking for something other than a rounded or traditional 90 degree angle? Frank M Tayl

[css-d] Creating angled corner with CSS

2011-12-01 Thread Mads Erik Forberg
Hello, I'm wondering if it's possible to achieving angled corner with pure CSS and no images: http://jsfiddle.net/8jxxH/ / Mads __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List