Re: [css-d] no ul list style with reset.css

2012-11-04 Thread Beth Lee
bears the class test, so the proper selector is ul.test. -- Regards, Beth Lee callibeth.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] @Fontface Not Working?

2012-01-04 Thread Beth Lee
Am working on a coming soon page for my site and @font-face doesn't seem to be working. Not sure why .I implemented @font-face on another project and it was fine. Now it's not working for this. I am using a different font now - could this have something to do with it? I believe you need

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-11 Thread Beth Lee
On Sun, Sep 11, 2011 at 10:43 AM, David Laakso da...@chelseacreekstudio.com wrote: On 9/11/11 11:02 AM, Elli Vizcaino wrote: Oops, forgot one thing. To minimise the issue, you can give your footer a min-width, matching the fixed width of your main content. #footer-wrapper { min-width:

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-10 Thread Beth Lee
Have you reproduced that on a real machine ? The problem seems to occur only if the page is opened in a browser window 1120px wide and then scrolled right. __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Image going off page

2011-08-11 Thread Beth Lee
On Thu, Aug 11, 2011 at 2:05 PM, Tindle, Terri terri.tin...@ago.mo.gov wrote: I took over a very complex website from a web designer.  I'm trying to use her template to build a new page.  The only issue is that in resolution 800 x 600, the main image goes off the page.  To be honest, she is

Re: [css-d] Inaccessible block at some screen resolutions

2011-08-07 Thread Beth Lee
Earlier, I've written at various times: On this page: http://www.callibeth.com/about.php the bottom of the div gmain3 is covered up by the footer when the height of the browser windows is between 665px and 750px tall. Within these resolutions the gmain div is covered up by the footer and

Re: [css-d] Inaccessible block at some screen resolutions

2011-08-06 Thread Beth Lee
2em;    padding: 12px;    width: 722px; } Eka On Thu, Aug 4, 2011 at 10:48 PM, Beth Lee callib...@gmail.com wrote: On this page: http://www.callibeth.com/about.php the bottom of the div gmain3 is covered up by the footer when the height of the browser windows is between 305px and 750px tall

[css-d] Inaccessible block at some screen resolutions

2011-08-04 Thread Beth Lee
something? I rue the day I foolishly embraced the sticky footer. Regards, Beth Lee __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] browser check

2011-02-11 Thread Beth Lee
, Beth Lee www.bethleedesign.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] spacing on right side

2011-02-02 Thread Beth Lee
line for the margins: margin: 0 12px 16px -5px; (Why do you have 2 colors in your statement?) Regards, Beth Lee www.bethleedesign.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Help with IE6 and #*? Box Model

2010-12-17 Thread Beth Lee
http://ohalah.org/wp/index.php Felix wrote: IE6 use is down to less than 5%, deprecated by M$ even. Yes, I wasn't going to worry about IE6, until I had a specific reason to do so. Philippe wrote: As far as I can see without checking in IE 6 ... the issue is not one of box model, but

[css-d] Help with IE6 and #*? Box Model

2010-12-16 Thread Beth Lee
to avoid quirks mode, or deal with quirks mode. Any philosophy or wisdom on which approach is better? I kind of lean toward keeping the entire site as html5, since time is only marching forward. Regards, Beth Lee www.bethleedesign.com

Re: [css-d] Help with IE6 and #*? Box Model

2010-12-16 Thread Beth Lee
On Thu, Dec 16, 2010 at 10:34 PM, Beth Lee callib...@gmail.com wrote: Hi all, I'm moving a site from tables into html5 and css, and onto WordPress. The head of the organization is concerned that the front page drops the 2 rows of 3 images out of alignment in her browser, which is ... AOL

Re: [css-d] How to avoid quirks mode

2010-11-20 Thread Beth Lee
. Regards, Beth Lee www.bethleedesign.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

Re: [css-d] OK to insert block-level tag inside div?

2010-11-18 Thread Beth Lee
On Thu, Nov 18, 2010 at 2:34 PM, John j...@coffeeonmars.com wrote: I now get that an ID must be used only once on a page. Within div tags (from code generously provided here) I've been able to format specific bits of content, like text, using classes and span tags. But I'd like to ad a

Re: [css-d] Horizontal drop-down menu placement: FIXED!

2010-11-12 Thread Beth Lee
Hi Steve, http://www.caramiadesign.com/md/ The page looks good on a wide screen, but, as David mentioned, your .container div (the one containing the nav) is pushing the page width out to the right -- by about 380+px past your design, hence the horizontal scroll bar. When I look at it in a

Re: [css-d] Textarea not showing up

2010-11-07 Thread Beth Lee
with the rule position: absolute. Change that to position: static (or just take it out altogether) to start fixing your layout. Regards, Beth Lee www.bethleedesign.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] problem: printable version of page

2010-09-21 Thread Beth Lee
http://chmackellar.ehclients.com/printable_catalog I am making a print version of the above web page. If you go to this page and click print, then view a preview of the page, you will see that there is a ton of space right under the collection header, making most of the first page

Re: [css-d] Adjacent Sibling Selectors in Reverse?

2010-08-30 Thread Beth Lee
On Mon, Aug 30, 2010 at 1:16 PM, Rick Gordon li...@rickgordon.com wrote: Yes, Tim, I understand that, and in fact, I am currently addressing the h2. The reason why I was trying to do it the other way is because the context is for EPUB formatting, and space above the h2 causes it to fall lower

Re: [css-d] IE Problem - logo appearing on top of text

2010-08-30 Thread Beth Lee
--- On Tue, 31/8/10, Timariane Thornewig timandari...@yahoo.com wrote: I was wondering if someone can help me out, I'm a newbie. The logo is appearing on top of my text in several versions of IE. and then ... On Mon, Aug 30, 2010 at 7:24 PM, Timariane Thornewig timandari...@yahoo.com wrote:

Re: [css-d] Odd behavior of main div

2010-08-14 Thread Beth Lee
On Sat, Aug 14, 2010 at 7:05 PM, William Gaffga will.gaf...@gmail.com wrote: Hi ... I'm working on a new portfolio site for myself and I've stumbled across something I just can't seem to figure out, namely, why the Main div on the page is shifting left by 8 pixels on 2 of my pages. This is the

Re: [css-d] Webkit problem with a list - I just can't figure it out

2010-08-13 Thread Beth Lee
On Fri, Aug 13, 2010 at 9:36 PM, Nate pixeln...@gmail.com wrote:  Hey guys, There is a problem with the way a nested unordered list in my sidebar is rendering. In Firefox everything is working fine (doesn't it always?), but in webkit browsers the first li renders properly while it's siblings

Re: [css-d] ID vs. Class

2010-07-19 Thread Beth Lee
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Chris Blake Sent: Monday, July 19, 2010 8:50 PM To: css discuss discuss Subject: [css-d] ID vs. Class I understand the difference between class and ID to a basic level.

Re: [css-d] ID vs. Class

2010-07-19 Thread Beth Lee
Chris writes: 3. If you use Javascript, your getElementById functions could go blooey if there are multiple divs with the same ID. (If there's a more technical terms for it, I don't know it.) But it's OK if they classes? Well, you can't use getElementById (obviously), but you can use

Re: [css-d] getting a horizontal list to float to the right

2010-02-19 Thread Beth Lee
Do you need to set a width on the ul#nav? If you remove the rule width:550px, it works as I believe you want it to. Beth On Fri, Feb 19, 2010 at 10:20 AM, Chris Kavinsky ckavin...@gmail.com wrote: I'm working on a site with a horizontal navigation. Ideally, I would like the list to float to

Re: [css-d] Amazing CSS

2009-09-15 Thread Beth Lee
-text-shadow I've been meaning to try it out, but haven't done so yet. Beth Lee http://www.bethleedesign.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] One Bullet Missing in IE

2007-09-07 Thread Beth Lee
On 9/6/07, patrick mattison [EMAIL PROTECTED] wrote: I'm having a bit of a problem here. For some reason the red square bullet before About won't show up in IE, however the bullet for Career and Education shows up fine. Any suggestions? Below is the markup and the css:

[css-d] Website page needs css validation and cross-browser help

2007-09-03 Thread Beth Lee
if the content doesn't fitabove the footer. Although Firefox is not a problem, Safari 3.0.2 on XP is. How to fix? Thanks, Beth Lee www.callibeth.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Newbie CSS callibeth website questions

2007-02-25 Thread Beth Lee
On 2/25/07, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Beth Lee wrote: http://www.callibeth.com/dev2/index.htm Myself: I tend to reduce support for older versions after a few years, *when* there are at least a couple of later (and hopefully improved) versions of that particular browser

Re: [css-d] Newbie CSS callibeth website questions

2007-02-19 Thread Beth Lee
On 2/18/07, ~davidLaakso [EMAIL PROTECTED] wrote: Beth Lee wrote: This test site page is here: http://www.callibeth.com/dev2/index.htm and the css is here: http://www.callibeth.com/dev2/css/main.css In FF2, I'd like a little more room above the text in the quote div, but if I add even

[css-d] Newbie CSS callibeth website questions

2007-02-18 Thread Beth Lee
why. What's the best way to address that? And help with these problems, or any other problems I don't see yet, would be much appreciated. Regards, Beth Lee callibeth.blogspot.com __ css-discuss [EMAIL PROTECTED] http://www.css