Re: [css-d] How to display a line BELOW the div?

2009-05-26 Thread Teknofile Services
Does not compute. You open box1 div, insert the image, close box1 div, then add a of text... does not match with "Image and text must stay inside box1 How about... blah blah blah And then just stick the { clear: both; }

Re: [css-d] How to display a line BELOW the div?

2009-05-26 Thread David Laakso
David Laakso wrote: > Anna G wrote: >> Thanks David :) >> But both the image and the first paragraph have be inside the box1 >> div :( > > > > This is fun, Anna. > > Reload. > > The image and the first paragraph are now inside #box1. > The text adja

Re: [css-d] How to display a line BELOW the div?

2009-05-26 Thread David Laakso
Anna G wrote: > Thanks David :) > But both the image and the first paragraph have be inside the box1 div :( This is fun, Anna. Reload. The image and the first paragraph are now inside #box1. The text adjacent to the image in #box1 will never wra

Re: [css-d] How to display a line BELOW the div?

2009-05-26 Thread Anna G
Thanks David :) But both the image and the first paragraph have be inside the box1 div :( Vestibulum egestas quam in nulla pretium blandit. In ac urna purus, tempor hendrerit sem. Vestibulum nec ligula dolor, quis egestas elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices p

Re: [css-d] Problem with menu in IE7

2009-05-26 Thread David Laakso
Joe Polk wrote: > David: > > I tried doing the thing that you said, but it looks way different in > the other browsers: > > http://www.keystonees.com/new/about_us.html > > Can you tell me what I did wrong? > > Thanks in advance for your reply! > > Joe Man, you've got to be kidding :-) . I can't

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] Weird breaks in printing multiple-pages

2009-05-26 Thread Seona Bellamy
Ah, right. I hadn't realised that the Spry thing was treated as an unbreakable box. That explains a lot. Personally I prefer using a JS method such as you mentioned below. The developer who built this site, however, was having something of a love affair with Spry and used it in as many places as h

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

Re: [css-d] Extra padding in IE7 on list items

2009-05-26 Thread David Laakso
Mike Smith wrote: > > > On Tue, May 26, 2009 at 2:35 PM, David Laakso > mailto:da...@chelseacreekstudio.com>> > wrote: > > > > Add this declaration to the style sheet to lose the gap: > div.divNav1 ul li {float:left;} > > > > > I'm wondering if you can offer any insights as to what

Re: [css-d] Extra padding in IE7 on list items

2009-05-26 Thread David Laakso
Mike Smith wrote: > > > I have a menu that uses a structure. I've styled the CSS to display it > the way I want it to and it looks great in FF and Safari. The problem is > that IE is adding a few pixels of padding or margin after each and I > can't figure out why. I'm hoping that fresher eyes tha

Re: [css-d] Extra padding in IE7 on list items

2009-05-26 Thread Mike Smith
On Tue, May 26, 2009 at 2:35 PM, David Laakso wrote: > > > Add this declaration to the style sheet to lose the gap: > div.divNav1 ul li {float:left;} > > > > I'm wondering if you can offer any insights as to what was actually causing this to happen. Thanks again! -Mike __

Re: [css-d] Background problem in IE6

2009-05-26 Thread Leo Luchs
Quick and easy, that should it do. Thank you! __ 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/p

Re: [css-d] Extra padding in IE7 on list items

2009-05-26 Thread Mike Smith
On Tue, May 26, 2009 at 2:35 PM, David Laakso wrote: > > Add this declaration to the style sheet to lose the gap: > div.divNav1 ul li {float:left;} > Fix implemented. I <3 this list. :) -Mike __ css-discuss [cs...@lists.css-di

[css-d] Extra padding in IE7 on list items

2009-05-26 Thread Mike Smith
Hello all, I'm having an issue with IE7 (go figure) and can't seem to figure out what's causing the problem (other than it being IE). But enough IE bashing, here's the issue: I have a menu that uses a structure. I've styled the CSS to display it the way I want it to and it looks great in FF and

Re: [css-d] Background problem in IE6

2009-05-26 Thread Brian Hazelton
the quick and easy solution, probably the best as well is that since it is a solid bg color, just use that color and ditch the image as a bg. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinf

Re: [css-d] Background problem in IE6

2009-05-26 Thread Leo Luchs
Alan Gresley wrote: > The best way to do this is to delete the above min-width and float the > element > body { float: left; } > since this creates a new block formating context. Hi Alan, thank you for answering. I've put the min-width for Firefox into the code. Now I've floated the body but th

Re: [css-d] Background problem in IE6

2009-05-26 Thread Alan Gresley
Leo Luchs wrote: > If you look at this page > (http://www.freunde.botgart.uni-bonn.de/neu/uns.php) with IE6 and > narrow the window, the repeating background-image in the header div is > not displayed although I declared a width of 100% in the > ie6-stylesheet. What should I do to display the heade

Re: [css-d] z-index and positioning

2009-05-26 Thread Alan Gresley
Yazmin Media wrote: > I have the following page: > > http://imaging-resource.com/PRODS/00TESTCAM/00TESTCAMA-ad.HTM > > With the following CSS: > > http://imaging-resource.com/IN/style-rev-test.css > > My issue is with the rectangle ad in the 3rd column (which is just an inset > div titled...you

[css-d] Background problem in IE6

2009-05-26 Thread Leo Luchs
If you look at this page (http://www.freunde.botgart.uni-bonn.de/neu/uns.php) with IE6 and narrow the window, the repeating background-image in the header div is not displayed although I declared a width of 100% in the ie6-stylesheet. What should I do to display the header background over the whole

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

2009-05-26 Thread Alan Gresley
David Laakso wrote: > Debbie Roes wrote: [...] > I did not get to the main reason you wrote (below). We'll both need to > count on someone else for that. > > >> The main problem which is am still witnessing relates to the flyout menus. >> When I first visit the site, the flyout menus look fine i

Re: [css-d] Taming definition lists

2009-05-26 Thread Benct Philip Jonsson
Tim Climis skrev: > On Monday, May 25, 2009 12:20:06 pm Benct Philip Jonsson wrote: >> I'm looking for a way to style definition list so >> that the terms run into the definition block like in a >> dictionary, > > floating or displaying your dt's inline would do it. > > so > > dl.dictionary dt

Re: [css-d] How to display a line BELOW the div?

2009-05-26 Thread David Laakso
Anna G wrote: > > The only problem is that the image has to stay INSIDE the box1. This is due > to the CMS we are using :( > > Is there any way to get the box2 to display below the image, by keeping the > image inside box1? > > Ana > > All of this is about as clear as mud. Or it may be that I

Re: [css-d] Weird breaks in printing multiple-pages

2009-05-26 Thread Teknofile Services
The flyout is obviously a styled Spry Accordion box... the source confirms that. It is one unbreakable unit... thus you won't get what you want by using it. Big block, no breakables. If you are OK with Javascript, you might want to check out masking and unmasking content by usi

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

2009-05-26 Thread David Laakso
Debbie Roes wrote: > 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... > Welcome! First things first... 1/ The menu on the index and all inside pages suffers from

Re: [css-d] IE and font size

2009-05-26 Thread David Dorward
2009/5/23 Maxim Soloviev : > Funny part is that I did W3C validation but since I clicked "Validate > local XHTML" in Web Developer toolbar it validated code modified by > Firefox. is valid XHTML - but not HTML, so if you claim your XHTML is HTML so that IE will parse it, then it breaks. -- Davi