Re: [css-d] Div Not Expanding

2009-05-02 Thread Jennifer Knowles
David Laakso wrote: > The "frame" does enclose everything providing you view the page in a > window 1280 or wider. > div.rounded { > min-width:1200px; <-- :: add :: > } > Thanks David. I could do that, but on other pages where the content is wider such as http://www.moonlightport

[css-d] Div Not Expanding

2009-05-01 Thread Jennifer Knowles
I am using a variation of Sliding Doors to create a frame for my content. The page I am working on is at http://www.moonlightportraits.com/portfolio/main.php?g2_itemId=11 It is driven by "Gallery2" php gallery script. Any ideas why the "frame" is not expanding to fit the content? Everthing (b

[css-d] Indent ul?

2009-01-26 Thread Jennifer Knowles
This is driving me nuts and I know it should be simple ... I am trying to indent an unordered list. I could use list-style-position but then if the second line under a bullet isn't indented. I have tried setting the margin and padding both to 30px on both the UL and then tried the same on the

Re: [css-d] Weird Bug With Drop-Down Menu

2008-07-04 Thread Jennifer Knowles
I thought I had tested this with the htc file disabled. However it seems to be working now after I included your code. Thanks. Bill Brown wrote: > Jennifer Knowles wrote: > >> I am having some menu issues at http://www.cultivatingbliss.com >> I thought I had my menu wor

[css-d] Weird Bug With Drop-Down Menu

2008-07-04 Thread Jennifer Knowles
I am having some menu issues at http://www.cultivatingbliss.com I thought I had my menu working great until I tried it with IE7 with Vista (I had been testing on a Mac on Safari and FF). The 2nd drop-down ("Classes, Workshops, Retreats") sometimes works fine but sometimes will show empty boxes

[css-d] Style tag AFTER body tag?

2008-01-24 Thread Jennifer Knowles
Can I put the

[css-d] Suckerfish Challenge

2007-07-09 Thread Jennifer Knowles
I am preparing a site for a redesign. For now I am just trying to make the site more accessible while keeping the old design (it isn't mine) in place so I am reworking one element at a time. I am starting with the top navigation menu, which is a horrible (in terms of being accessible) javascr

Re: [css-d] Counting Pixels

2006-07-23 Thread Jennifer Knowles
Christian Montoya wrote: > MeasureIt extension for Mozilla browsers: > https://addons.mozilla.org/firefox/539/ Thanks to all who replied ... I have some new tools now to play with. __ css-discuss [EMAIL PROTECTED] http://www.cs

[css-d] Counting Pixels

2006-07-23 Thread Jennifer Knowles
I am just now trying to understand CSS-P and I am reading Eric's "More" book and he mentions "counting pixels" in an html document to determine the position where to place his nav bar in the CSS-P-converted version of the page (page 10 for anyone following along.) What method can be used to co