Re: [css-d] H1 tag Margin

2012-10-18 Thread Anna Vester
a problem with putting a sentence below it. Apparently not, huh? Brian, it's because your h1 tag is floated... You can either remove float:left from h1 tag, or add clear left to you p tag. Hope this helps, Anna Vester http://annavester.com

Re: [css-d] IE9 issue

2012-03-19 Thread Anna Vester
: There is no canvas tag on the page L From: Anna Vester [mailto:vean...@gmail.com] Sent: Sunday, March 18, 2012 5:56 PM To: Kamil Saiyed Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] IE9 issue Hi Kamil, It looks like your canvas needs a closing tag (i.e /canvas). Anna On Sun, Mar

Re: [css-d] IE9 issue

2012-03-19 Thread Anna Vester
/2012/03/chrome.png I’m perplexed. See if this helps any https://github.com/sorccu/cufon/wiki/faq#wiki-faq-8 Thanks for your help! From: Anna Vester [mailto:vean...@gmail.com] Sent: Monday, March 19, 2012 11:09 AM To: Kamil Saiyed Cc: css-d@lists.css-discuss.org Subject: Re: [css-d

Re: [css-d] IE9 issue

2012-03-18 Thread Anna Vester
Hi Kamil, It looks like your canvas needs a closing tag (i.e /canvas). Anna On Sun, Mar 18, 2012 at 5:43 PM, Kamil Saiyed kamil.sai...@rhapsodysolutions.net wrote: Hello, The navigation at the top does not display correctly in IE9 on Vista: http://certifiedauto.com/ Could anyone

Re: [css-d] IE6 Issue: PNG File Being Stretched on Home Page

2007-11-09 Thread Anna Vester
=images/pinspostit.png alt=Thanksgiving Pins amp; Post It width=### height=### / Let me know how that works for you... Anna Vester http://www.veanndesign.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] ie7 div width problem

2007-08-01 Thread Anna Vester
browsers (FF and Opera). Possibly, the fact that scroll bar is fixed in IE browser makes it look like that area is wider. Just a thought though. Hope this helps, -- Anna Vester Web Designer http://www.veanndesign.com __ css-discuss

Re: [css-d] No brainer with margin/padding

2007-08-01 Thread Anna Vester
-align:right; to the h1 tag? I haven't tested it, but that should work. h1 { text-align:right;) h1 span.title { float:left;} Hope this helps, --- Anna Vester Web Designer http://www.veanndesign.com __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] relative or absolute urls?

2007-06-18 Thread Anna Vester
cases). hth, -- Anna Vester Web Designer http://www.veanndesign.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http

Re: [css-d] submenu li hover

2007-06-17 Thread Anna Vester
for the .nohover class (that you already have defined in your html) like so: .submenu li a.nohover:hover { background-color: #C9D58D; } That will make the hover color of that first link set to the light green. Try that it should work. Hope this helps, -- Anna Vester Web Designer http