[css-d] Float Issue with IE7 (and IE6)

2011-07-27 Thread Debbie Roes
I recently rejoined this list, as I missed learning from the CSS experts who are a member of the group. I currently find myself facing an issue that I haven't been able to solve (despite spending a few hours and trying various potential solutions) and I'm hoping someone here can help me. I have b

Re: [css-d] Image gallery question

2009-08-06 Thread Debbie Roes
Tim, > > A different approach... > > #mainGal { text-align: center; } > > #box { > float: none; /* remove the float we added before */ > display: inline-block; > display: -moz-box; /* <== for firefox 2 */ > } > > To make inline-block work in comment to set #mainGal to displ

Re: [css-d] Image gallery question

2009-08-06 Thread Debbie Roes
Tedd, > > When I view your site via Safari (have not tested with other > browsers), the portrait images look great. However, the landscape > images force a vertical (yes vertical) scroll bar. One would think > that making the page wider would cause a horizontal scroll bar to > appear, but instead

[css-d] One Final Image gallery question

2009-08-06 Thread Debbie Roes
Hi All, Thanks to Tim Snadden, I have mostly solved the image gallery question I posted last night regarding centering the photos within the blue box background. There is one additional problem now. The image box (blue background with photo inside) for portrait sized images is aligned to the le

Re: [css-d] Image gallery question

2009-08-05 Thread Debbie Roes
Tim, > > #box { float: left; } /* will ensure that the box 'shrink-wraps' > around you content. */ > > #wrapper { overflow: auto; } /* will ensure that your float is > contained */ > > #footer { clear: both; } /* will ensure that your footer clears the > floated box */ > __

[css-d] Image gallery question

2009-08-05 Thread Debbie Roes
ossible solutions, but none of them work. I am still relatively new at CSS, though, so I'm guessing there are some things which I haven't even considered! I would appreciate any advice you have for me. Thank you, Debbie Debbie Roes (619) 523-9274 deb...@incline2000.com "Wh

Re: [css-d] Can this be done with CSS?

2009-07-29 Thread Debbie Roes
Fantasai, > > > > I thought of this, but wondered about there being too much spacing > around > > the portrait images with the static blue background image (which > > would > be > > wider in order to accommodate the landscape images). > > Why would you use a blue background image? Why not just

Re: [css-d] Can this be done with CSS?

2009-07-02 Thread Debbie Roes
To Fantasai and all others who have responded to my question, > Couldn't you just use a blue background and padding on the element > to > get the blue matting? And "margin: auto" should center the image for > the > portraits. I thought of this, but wondered about there being too much spacing

[css-d] Can this be done with CSS?

2009-07-02 Thread Debbie Roes
Hi, I am not a CSS expert (yet!), so I am calling upon the experts on this list with a question regarding whether or not a certain design can be accomplished using CSS. I have a client who is a professional photographer. She wants to include a photo gallery on her website which will display larg

Re: [css-d] Problem with visited links on flyout menus in IE6

2009-05-26 Thread Debbie Roes
David, > > First things first... > > 1/ The menu on the index and all inside pages suffers from the IE/6 > "whitespace bug"-- the vertical space between the list items is greater > in IE/6 than other bowsers. > The fix for IE/6 is: > * html #navbar ul li { float:left;} > 2/ All inside pages, suf

Re: [css-d] Problem with visited links on flyout menus in IE6

2009-05-26 Thread Debbie Roes
Alan, > Maybe this will help with the sub-menus. > > #navbar ul a:visited { >width:150px; >height:25px; >line-height:25px; > } Thank you very much for this suggestion! It helped significantly and when coupled with David Laakso's earlier suggestions, my site now looks much better in

[css-d] Problem with visited links on flyout menus in IE6

2009-05-25 Thread Debbie Roes
Hi All, I am a new member of this forum and fairly new to CSS (less than one year). I recently finished a site and have been trying to get it to work in the dreaded IE6... The main problem which is am still witnessing relates to the flyout menus. When I first visit the site, the flyout menus loo

[css-d] Floated divs don't stay in place when text size is increased

2008-10-30 Thread Debbie Roes
Hi, I have another issue with which I hope you can help. This one relates to the following site: http://www.kristenluke.com The CSS file is at http://www.kristenluke.com/styles.css The site looks fine when the Text Size is set to Medium (default). However, if I increase the Text S

[css-d] Horizontal Nav Bar Centering Issue in IE7

2008-10-30 Thread Debbie Roes
Hi, I am new to CSS and this list, and this is my first post. I recently created a site which uses a header, horizontal nav bar (with CSS drop-down menus), content area and footer. In IE7 (haven't checked IE6), when the window is expanded, the nav bar doesn't stay centered. When I hover over