Re: [css-d] Floats

2015-01-18 Thread David Laakso
On Sun, Jan 18, 2015 at 4:46 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > Updated [Link ] shouldn't the orange > box be below the blue boxes, as in; > > Blue Box > Blue Box > Blue Box > Orange Box > > Is this what you had in mind?

Re: [css-d] Floats

2015-01-18 Thread Crest Christopher
Updated [Link ] shouldn't the orange box be below the blue boxes, as in; Blue Box Blue Box Blue Box Orange Box David Laakso Sunday, January 18, 2015 1:17 PM Updated [Link ] I want to know

Re: [css-d] Floats

2015-01-18 Thread David Laakso
On Sat, Jan 17, 2015 at 11:01 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > Updated [Link ] I want to know what I'm > doing wrong why Pseudo-element:after with a clearing of floats is not > working for the orange box ? > In this version all four b

Re: [css-d] Floats

2015-01-17 Thread Tom Livingston
I see a stray exclamation mark. On Sat, Jan 17, 2015 at 11:01 PM Crest Christopher < crestchristop...@gmail.com> wrote: > Updated [Link ] I want to know what I'm > doing wrong why Pseudo-element:after with a clearing of floats is not > working for the orange box ?

Re: [css-d] Floats

2015-01-17 Thread Crest Christopher
Updated [Link ] I want to know what I'm doing wrong why Pseudo-element:after with a clearing of floats is not working for the orange box ? David Laakso Saturday, January 17, 2015 12:08 PM As above with generated content .bo

Re: [css-d] Floats

2015-01-17 Thread David Laakso
On Sat, Jan 17, 2015 at 10:27 AM, David Laakso wrote: > On Sat, Jan 17, 2015 at 7:58 AM, Crest Christopher > wrote: >> How come, with or without the pseudo-element of clearing float to the left, >> it doesn't appear to make a difference ? Everything still floats to the >> left, shouldn't some of

Re: [css-d] Floats

2015-01-17 Thread David Laakso
On Sat, Jan 17, 2015 at 7:58 AM, Crest Christopher wrote: > How come, with or without the pseudo-element of clearing float to the left, > it doesn't appear to make a difference ? Everything still floats to the > left, shouldn't some of the class=box be floating to the right, especially > the orang

Re: [css-d] Floats

2015-01-17 Thread Tim Arnold
On Sat Jan 17 2015 at 8:42:22 AM Philip Taylor wrote: Crest Christopher wrote: > How come, with or without the pseudo-element of clearing float to the > left, it doesn't appear to make a difference ? Everything still floats > to the left, shouldn't some of the class=box be floating to the righ

Re: [css-d] Floats

2015-01-17 Thread Philip Taylor
Crest Christopher wrote: How come, with or without the pseudo-element of clearing float to the left, it doesn't appear to make a difference ? Everything still floats to the left, shouldn't some of the class=box be floating to the right, especially the orange box ? [Link

Re: [css-d] Floats followed by paragraphs

2011-01-13 Thread Del Wegener
See a sample here: http://www.alliedcorrosion.com/products/manufacturer_introduction.php Then click on "BOX test" at the top of the menu on the left. Do you have a reason for not giving us the correct URL? #container1 p { clear:b

Re: [css-d] Floats followed by paragraphs

2011-01-12 Thread Chris F.A. Johnson
On Wed, 12 Jan 2011, Del Wegener wrote: Good Day; I frequently float one image right another left and follow that with a paragraph of text. What is the best method for preventing the text from creeping up between the two pictures? See a sample here: http://www.alliedcorrosion.com/products/ma

Re: [css-d] Floats followed by paragraphs

2011-01-12 Thread Christian Kirchhoff
Hello, you have to define "clear: both;" on the p element in order to have it clear the left and the right floated image. Best regards, Christian Kirchhoff Editura GmbH & Co. KG Tempelhofer Damm 2 · 12101 Berlin www.editura.de AG Berlin-Charlottenburg · HRA 43189 B · U

Re: [css-d] Floats in IE6 ... again :-(

2010-10-20 Thread Anthony L
I found a solution, but it is not very elegant. First I updated the css by changing the margin declaration for the element. Second I added a class of .left and applied it in the HTML to the two elements I wanted to place well ... on the left. Here is the .css snippet : article { height: auto;

Re: [css-d] floats with margins

2009-11-08 Thread Ari Army
>You could create a class for the images on the bottom row img class="last" and change the padding on the bottom to img.last {padding-bottom: 0;} The last row though may be populated by any number of images, as the site is a dynamic CMS like Drupal, so if the thumbnail size changes (if the user u

Re: [css-d] floats with margins

2009-11-08 Thread Alan Gresley
Ari Army wrote: > Hello all, > I have a div container which has many floated images inside of it. The > images have 10px bottom and right margins, so they can space out and look > good. I noticed when I put a background color on the container that it > contains the all the images, yay which brings

Re: [css-d] floats and clears

2009-09-18 Thread jeffrey morin
On Fri, Sep 18, 2009 at 10:48 AM, Climis, Tim wrote: > > i was always under the impression that if you floated your elements that > > essentially would clear them also. is that not the case? any help in > > understanding this would be great. > > That is not the case. Floating an element means th

Re: [css-d] floats and clears

2009-09-18 Thread Climis, Tim
> i was always under the impression that if you floated your elements that > essentially would clear them also. is that not the case? any help in > understanding this would be great. That is not the case. Floating an element means that it will shrink to fit its contents (or shrink to the width y

Re: [css-d] floats and clears

2009-09-18 Thread MEM
> i was always under the impression that if you floated your elements > that > essentially would clear them also. is that not the case? any help in > understanding this would be great. > I believe not. I've use something like that, for example, when I have a float inside a float for example. I.

Re: [css-d] Floats without width?

2009-06-30 Thread Philippe Wittenbergh
On Jul 1, 2009, at 1:57 PM, Brian Funk wrote: >> > > it says: > "A floated box must have an explicit width (assigned via the 'width' > property, or its intrinsic width in the case of replaced elements)." > > Is it correct to unde

Re: [css-d] Floats without width?

2009-06-30 Thread Brian Funk
To take this in a slightly different track... On the page given at > it says: "A floated box must have an explicit width (assigned via the 'width' property, or its intrinsic width in the case of replaced elements)." Is it correct

Re: [css-d] Floats without width?

2009-06-29 Thread Philippe Wittenbergh
On Jun 30, 2009, at 10:34 AM, MEM wrote: > On the validation of this page > http://www.cantinho.org/pt/cantinho-site/layout4_ups.html , > here: > http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.cantinho.o > rg%2Fpt%2Fcantinho-site > %2Flayout4_ups.html&profile=css21&usermedium=

Re: [css-d] floats and divs

2008-09-21 Thread Luther Baker
Setting overflow worked great for firefox but as David suggested, IE requires min-height or height to be set as well. Thanks for the great help. -Luther On Sun, Sep 21, 2008 at 4:03 PM, David Laakso <[EMAIL PROTECTED]>wrote: > Luther Baker wrote: > >> I've attached a simple html page below. I

Re: [css-d] floats and divs

2008-09-21 Thread David Laakso
Luther Baker wrote: > I've attached a simple html page below. It is broken into TOP and BOTTOM > sections. > > Here is the look I'm after. Notice the border: > > Clear the floats for all browsers. IE7 needs the min-height or the h1 descender will touch the rule. div.TOP { overflow:h

Re: [css-d] floats and divs

2008-09-21 Thread Gunlaug Sørtun
Luther Baker wrote: > Here is the look I'm after. Notice the border: > FLOATING ELEMENTS on top > -- > Normal elements in the bottom Make div.TOP expand to contain its floating children, for instance by adding... div.TOP { overflow: hidden;} ...and

Re: [css-d] floats and IE

2007-12-02 Thread Shawn Lawler
Cynthia Page wrote: > Whoops, I did want the jc page to line up the cover images horizontally > according to the width of the "content" div. As here > http://hoengerlab.colorado.edu/b3d/docs/jc.html. It looks like now they just > stack up one image above the other hortizonally > http://bio3d.c

Re: [css-d] floats and IE

2007-12-02 Thread Gunlaug Sørtun
Cynthia Page wrote: > Dear Shawn and Georg, > > Thanks so much! > > Will this not work in IE6 because of width:auto? Does one need to > declare the height:1%, and is this for the HasLayout trick? IE/win (all versions) needs a 'hasLayout'[1] trigger on that #floatwrap, and 'overflow: hidden' onl

Re: [css-d] floats and IE

2007-12-02 Thread Cynthia Page
D]> To: Shawn Lawler <[EMAIL PROTECTED]> Cc: Cynthia Page <[EMAIL PROTECTED]>; css-d@lists.css-discuss.org Sent: Sunday, December 2, 2007 7:59:29 PM Subject: Re: [css-d] floats and IE Shawn Lawler wrote: > #floatwrap { > width:auto; > overflow: hidden; >

Re: [css-d] floats and IE

2007-12-02 Thread Cynthia Page
CTED]> Cc: Cynthia Page <[EMAIL PROTECTED]>; css-d@lists.css-discuss.org Sent: Sunday, December 2, 2007 7:59:29 PM Subject: Re: [css-d] floats and IE Shawn Lawler wrote: > #floatwrap { > width:auto; > overflow: hidden; > margin: 10px; > border: thin solid #FF66

Re: [css-d] floats and IE

2007-12-02 Thread Gunlaug Sørtun
Shawn Lawler wrote: > #floatwrap { > width:auto; > overflow: hidden; > margin: 10px; > border: thin solid #FF6600; > } In case it matters: that won't work properly in IE6. regards Georg -- http://www.gunlaug.no

Re: [css-d] floats and IE

2007-12-02 Thread Shawn Lawler
Cynthia Page wrote: > They don't work (they don't stack up under themselves, they hide off to the > right of the page) in Windows/IE7. > > added width:auto; removed clear:right; #floatwrap { width:auto; overflow: hidden; margin: 10px; border: thin solid #FF6600; } Cheers an

Re: [css-d] floats and IE

2007-12-02 Thread Gunlaug Sørtun
Cynthia Page wrote: > I have a few pages on my website that display images, or videos or > even just a list of contacts that I have put in divs with the float > attribute. They don't work (they don't stack up under themselves, > they hide off to the right of the page) in Windows/IE7. Same in a

Re: [css-d] floats and div widths

2007-09-07 Thread David Laakso
Cynthia Page wrote: > I am experimenting with layout for divs containing images and text. The outer > div will go inside a three column layout. > > My question concerns floating and clearing images in divs, nested within a > floating div. > > Should I float an image left and clear right to make

Re: [css-d] floats and div widths

2007-09-07 Thread Jason Crosse
On 07/09/2007 15:06, Cynthia Page wrote: > Also is it appropriate to ask such a basic question on this list? Absolutely. We have all levels of experience on the list. -- http://antanova.blogspot.com __ css-discuss [EMAIL PROTECT

Re: [css-d] floats

2007-06-27 Thread David Laakso
Gary Williamson wrote: > Generator Microsoft Word 11 (filtered medium) Hi > I' ve recently started to try and make my css fluid using floats and %. > Everything is fine until I resize the window (make it smaller) and then all > images on pages drop below the page text! I' ve tried adding a % val

Re: [css-d] Floats proving a problem

2007-04-11 Thread Richard Brown
Hi Mauricio On 11/04/07, Mauricio Samy Silva <[EMAIL PROTECTED]> wrote: > Hi Richard, > Let the #sidebar flows in their actual place, i. e. unfloat the #sidebar and > assign width=100% for #container. > > > > > Thanks so much for all the help I have received in the past. I am now > > trying to sor

Re: [css-d] Floats proving a problem

2007-04-11 Thread Mauricio Samy Silva
Hi Richard, Let the #sidebar flows in their actual place, i. e. unfloat the #sidebar and assign width=100% for #container. Mauricio Samy Silva - Original Message - From: "Richard Brown" <[EMAIL PROTECTED]> To: "CSS-Discuss" Sent: Wednesday, April 11, 2007 9:12 AM Subject: [css-d] Float

Re: [css-d] floats inside a div

2007-03-29 Thread DJS
Duckworth, Nigel wrote: >> http://www.redroosterweb.com/floats.html >> > > >> How do I, or can I make a container div actually >> contain a other floated divs and it's height is >> determined by the contents of the divs contained >> within it. >> > > Float it. > > For details see o

Re: [css-d] floats inside a div

2007-03-29 Thread Mauricio Samy Silva
This is a typical "clearing floats" issue. Set: #featured { overflow: auto; width: 100% ...actual rules... } See: http://annevankesteren.nl/2005/03/clearing-floats for further information. There are tons of fixes: Make Google search for: 'Clearing floats' PS: There is

Re: [css-d] floats inside a div

2007-03-29 Thread Duckworth, Nigel
> http://www.redroosterweb.com/floats.html > How do I, or can I make a container div actually > contain a other floated divs and it's height is > determined by the contents of the divs contained > within it. Float it. For details see our esteemed moderator's article: http://www.complexspir

Re: [css-d] Floats and Overflow

2007-01-30 Thread Zoe M. Gillenwater
Tribou, Eric wrote: > Anyone using floated layouts have any tricks to share regarding the use of > images or other objects within your floats that go wider than the float > allows? That seems to be my biggest problem; things like images are thrown > into columns that get too narrow and force col

Re: [css-d] Floats and Overflow

2007-01-29 Thread Philippe Wittenbergh
On Jan 30, 2007, at 6:40 AM, Tribou, Eric wrote: > Anyone using floated layouts have any tricks to share regarding the > use of images or other objects within your floats that go wider > than the float allows? That seems to be my biggest problem; things > like images are thrown into columns

Re: [css-d] Floats and Overflow

2007-01-29 Thread ~davidLaakso
Tribou, Eric wrote: > Anyone using floated layouts have any tricks to share regarding the use of > images or other objects within your floats that go wider than the float > allows? That seems to be my biggest problem; things like images are thrown > into columns that get too narrow and force col

Re: [css-d] Floats and 100% height ...

2007-01-26 Thread Zoe M. Gillenwater
Grady Kelly wrote: > I am building a UI for a web application. I am using 100% heights for a lot > of the outer elements, like this: > > - this has 100% height > - this has 100% height > - this has 100% height > - this has 100% height > > > this works all fine and dandy. the problem that I a

Re: [css-d] Floats and 100% height ...

2007-01-25 Thread Andy Harrison
Do you have an example page? On 1/25/07, Grady Kelly <[EMAIL PROTECTED]> wrote: > > Hello ... > > I am building a UI for a web application. I am using 100% heights for a > lot > of the outer elements, like this: > > - this has 100% height > - this has 100% height > - this has 100% height > -

Re: [css-d] floats not clearing properly in IE7?

2007-01-04 Thread Devon Miller
On 1/1/07, Web Developer <[EMAIL PROTECTED]> wrote: > Hello all, > I think some things aren't being cleared properly in a webpage I made > for a friend, it works in FF, and i rmemeber it worked in IE6. > > Seems like IE7 is goofing? Not sure where my mistake is, I manually > clear the floats with a

Re: [css-d] Floats not floating in IE

2006-11-29 Thread Mark Wheeler
Hi David, I tried your way, too. Works great. Don't know why I didn't think about floating BOTH divs. I guess I was thinking of just floating one from the other. There are many ways to solve layout issues. :) I just wish I knew if there are "standard" ways to do basic things like this. (wh

Re: [css-d] Floats not floating in IE

2006-11-29 Thread ~davidLaakso
Mark Wheeler wrote: > So in my quest to use less absolute positioning (why, because I > wanted to try it.) I've come up against some floats not floating next > to each other. I've written a short test page here, and the css is in > page. > > http://www.tonedeafstudios.com/test/test21.html >

Re: [css-d] Floats not floating in IE

2006-11-29 Thread Mark Wheeler
Hi Andy, Ok, I'm completely lost now. I'm sorry I'm not getting this. Here is what I have for #header_right and #header_left; #header_left { float: left; background-color: green; width: 171px; height: 168px; } #header_right { background-color: red; /*

Re: [css-d] Floats not floating in IE

2006-11-29 Thread Mark Wheeler
Hi Andy, Thanks for the reply. I've taken away the width attribute for #header_right, and that brings the div back up, but now there is a small break between the two divs. They should be flush. Is that where the negative margin comes in on #header_left? I tried putting in a -1px and -3px m

Re: [css-d] Floats not floating in IE

2006-11-29 Thread Andy Pemberton
Mark: This is quite an interesting case. Aparrently, applying "hasLayout" to the #header_right element is causing a rendering bug in IE that is adding extra space between the #header_left and #header_right elements. See the reference below for a description of "hasLayout" and its effects in IE. S

Re: [css-d] Floats for Form Labels -- vertical alignment

2006-11-23 Thread Stephan Wehner
Thanks a lot -- I followed your suggestion and added line-height: 3ex; to the label rule and that looks good. Adding line-height: 3em; to the input rule made no difference. (This is Safari 2.0.4, and Firefox 2.0, and now also IE 6) But I don't understand why this is necessary. Without the

Re: [css-d] Floats for Form Labels -- vertical alignment

2006-11-23 Thread Rafael Holt
On 24/11/06, Stephan Wehner <[EMAIL PROTECTED]> wrote: > > I'm looking at the example for floating form labels at > > http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml > > and I find the labels get shifted up by a tiny amount. > > In the "The original form" section the "Na

Re: [css-d] floats, fieldsets, and margins

2006-10-22 Thread francky
Matt Tibbits wrote: >[...] >"http://www.tibbits.ca/webdev/test.php"http://www.tibbits.ca/webdev/test.php > >It doesn’t seem to matter whether or not there is text floated to the left >of this nested fieldset element. I’m thinking that it probably has something >to do with the preceeding inline ele

Re: [css-d] floats, fieldsets, and margins

2006-10-22 Thread Zoe M. Gillenwater
Matt Tibbits wrote: > I have a fieldset within a fieldset, I cannot put a top margin on the nested > fieldset. > > Here’s a silly little example: HYPERLINK > "http://www.tibbits.ca/webdev/test.php"http://www.tibbits.ca/webdev/test.php > > It doesn’t seem to matter whether or not there is text floa

Re: [css-d] floats or margin alignment?

2006-06-19 Thread Ed Seehouse
On 6/19/06, Bruce Gilbert <[EMAIL PROTECTED]> wrote: > so for a two col layout as an example you would float the first col > left and for the second col add margin-left to clear the first col, > and add spacing, but there would be no need to float the sec col, > right. Would that be the best approa

Re: [css-d] floats or margin alignment?

2006-06-19 Thread Bruce Gilbert
so for a two col layout as an example you would float the first col left and for the second col add margin-left to clear the first col, and add spacing, but there would be no need to float the sec col, right. Would that be the best approach? On 6/18/06, Ed Seehouse <[EMAIL PROTECTED]> wrote: > On

Re: [css-d] floats or margin alignment?

2006-06-18 Thread Ed Seehouse
On 6/18/06, Bruce Gilbert <[EMAIL PROTECTED]> wrote: > I was just curious as to the benefits of floating divs, as opposed to > aligning with margin spacing? It seems that floated elements often > case floats drops and the floats need to be cleared etc. whereas > margin somewhat more easy to manage.

Re: [css-d] floats and expanding vertically

2006-06-02 Thread Bill Brown
> Hi List -- > > I'm having a problem with a floating div expanding vertically > to the content. > > Here is the structure: > > > -- includes a float that SHOULD expand based on the amount of text > > Lisa, I apologize if your example structure was meant to symbolize your html ra

Re: [css-d] floats making rows, not columns.

2006-05-23 Thread Els
nooluyo? wrote: > understood, it's working right now. > but the problem is: > how can i tell the width should be 100%-250px. :) > > because left column should be 250 px. and right column should > be whatever there's left screen space. Don't float the right column, just give it a margin-left of 25

Re: [css-d] floats making rows, not columns.

2006-05-22 Thread Ann Adamcik
It looks like the width on mustread is set to 100% - too wide to fit in the available space after the 1st column. Set it to something less than the page width minus the 1st column. Btw, I find that setting borders on things really helps to debug problems like this - you can see just what's

Re: [css-d] floats making rows, not columns.

2006-05-22 Thread nooluyo?
understood, it's working right now. but the problem is: how can i tell the width should be 100%-250px. :) because left column should be 250 px. and right column should be whatever there's left screen space. thanks, alp cj wrote: > the problem is your "width: 100%;" here: > > .mustread{ > floa

Re: [css-d] floats making rows, not columns.

2006-05-22 Thread Els
nooluyo? wrote: > This page should be something like this: > Featured MagazinesMust Read > > Headline > > but everything keeps going under Featured Magazines Section. > > You can see by yourself @ > http://www.alpalp.com/css3/tablecss.html > > what is wrong; i've already

Re: [css-d] floats making rows, not columns.

2006-05-22 Thread cj
the problem is your "width: 100%;" here: .mustread{ float:left; width:100%; text-align:left; } if you tell it to be 100% width, it is going to bump down until it can take up the whole 100%. whatever width you specify needs to take into account the other columns you want.

Re: [css-d] Floats Vs Absolute positioning

2006-05-19 Thread Zoe M. Gillenwater
Stevio wrote: > What about using relative positioning? How does that fit in to this > argument? > Stephen, Relative positioning is mainly used to cure IE bugs, occasionally to shift elements from their normal position, but that's it. It's not used for creating columnar layouts because the el

Re: [css-d] Floats Vs Absolute positioning

2006-05-19 Thread Gunlaug Sørtun
Stevio wrote: > What about using relative positioning? How does that fit in to this > argument? It just complicates it ever so slightly, by altering the visual cues :-) Relative positioning can be used to offset any element - including 'floats', but 'r.p.' leaves the element's original space int

Re: [css-d] Floats Vs Absolute positioning

2006-05-19 Thread Stevio
What about using relative positioning? How does that fit in to this argument? Thanks, Stephen - Original Message - From: "Gunlaug Sørtun" <[EMAIL PROTECTED]> Sent: Friday, May 19, 2006 11:59 AM > Eoin Maguire wrote: >> [...] > >> I am not happy with using positioning instead of floats,

Re: [css-d] Floats Vs Absolute positioning

2006-05-19 Thread Gunlaug Sørtun
Eoin Maguire wrote: > [...] > I am not happy with using positioning instead of floats, but now that > I think about it I amn't sure *why* exactly I have a preference for > floating as a layout method. > Anyone got good reasons for using one over the other or have I just > picked up an irration

Re: [css-d] Floats and position type

2006-05-18 Thread Ingo Chao
Mark Fellowes wrote: > One thing I haven't seen or read but curious about, > can a "float" be positioned [relative, absolute, static, fixed]? > http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo 9.7 Relationships between 'display', 'position', and 'float' ... if 'position' has the value 'absolu

Re: [css-d] Floats and content jumping

2006-04-26 Thread Zoe M. Gillenwater
Eoin Maguire wrote: > Hi, > >I'm working on a layout with 2 divs floating in a container div. The two > divs float left and right so essentially they are two columns, however, I > have it designed so that they only float side-by-side when the screen > resolution expands to a certain point. The

Re: [css-d] Floats and content jumping

2006-04-25 Thread Roger Roelofs
Eoin, On Apr 25, 2006, at 6:13 AM, Eoin Maguire wrote: > I'm working on a layout with 2 divs floating in a container div. The > two > divs float left and right so essentially they are two columns, > however, I > have it designed so that they only float side-by-side when the screen > resolution

Re: [css-d] Floats and border. How does this work?

2006-02-12 Thread Richard Grevers
On 2/10/06, Michiel van der Blonk <[EMAIL PROTECTED]> wrote: > For long I have been looking for the easiest way to create forms without > tables. I found several methods: > - floating > - position:absolute > - display:inline-block & display:-moz-inline-box > > All come with their own caveats and pr

Re: [css-d] Floats dropping on text resize

2006-02-11 Thread David Laakso
[EMAIL PROTECTED] wrote: >[...] >Also, is there a way to avoid having the horizontal scroll bar? I have >seen a few 2 column layouts that work well with multiple text increases >(5+ clicks in FF) and don't get a horizontal scroll bar, but is there a >way to avoid it with a 3 column layout? Th

Re: [css-d] Floats dropping on text resize

2006-02-10 Thread Gunlaug Sørtun
Felix Miata wrote: > Gunlaug Sørtun wrote Sat, 11 Feb 2006 02:42:29 +0100: >> Well, I have never found a reason to change the width of my >> viewports or use higher resolution. > What you say above seems to disagree with > http://www.gunlaug.no/contents/wd_1_01_02.html in its last section. Thi

Re: [css-d] Floats dropping on text resize

2006-02-10 Thread Felix Miata
Gunlaug Sørtun wrote Sat, 11 Feb 2006 02:42:29 +0100: > Felix Miata wrote: > >>> Be wary of believing a horizontal scrollbar on zoom to be a > >>> problem. Larger absolute sizes tend to go hand in hand with wider > >>> viewports and higher resolutions. > >> I disagree with Felix on this point

Re: [css-d] Floats dropping on text resize

2006-02-10 Thread Gunlaug Sørtun
Felix Miata wrote: >>> Be wary of believing a horizontal scrollbar on zoom to be a >>> problem. Larger absolute sizes tend to go hand in hand with wider >>> viewports and higher resolutions. >> I disagree with Felix on this point > How? Why? Well, I have never found a reason to change the widt

Re: [css-d] Floats dropping on text resize

2006-02-10 Thread Felix Miata
Gunlaug Sørtun wrote Sat, 11 Feb 2006 01:56:21 +0100: > Felix wrote: > > Be wary of believing a horizontal scrollbar on zoom to be a problem. > > Larger absolute sizes tend to go hand in hand with wider viewports > > and higher resolutions. > I disagree with Felix on this point How? Why? --

Re: [css-d] Floats dropping on text resize

2006-02-10 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > ... In FF, increasing the text size works as expected and keeps the > layout intact, but going down two sizes from the default causes all > of my columns to stack. Can someone help me out here? I'm > scratching my head on this one. Perhaps decreasing the font size

Re: [css-d] Floats dropping on text resize

2006-02-10 Thread Felix Miata
[EMAIL PROTECTED] wrote Fri, 10 Feb 2006 14:42:39 -0600: > Also, is there a way to avoid having the horizontal scroll bar? I have > seen a few 2 column layouts that work well with multiple text increases > (5+ clicks in FF) and don't get a horizontal scroll bar, but is there a > way to avoid it

Re: [css-d] Floats dropping on text resize

2006-02-10 Thread [EMAIL PROTECTED]
Christian Montoya wrote: >On 2/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > >>Also, is there a way to avoid having the horizontal scroll bar? I have >>seen a few 2 column layouts that work well with multiple text increases >>(5+ clicks in FF) and don't get a horizontal scroll bar, bu

Re: [css-d] Floats dropping on text resize

2006-02-10 Thread Christian Montoya
On 2/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Also, is there a way to avoid having the horizontal scroll bar? I have > seen a few 2 column layouts that work well with multiple text increases > (5+ clicks in FF) and don't get a horizontal scroll bar, but is there a > way to avoid it wi

Re: [css-d] Floats & Background Images

2006-02-05 Thread francky
Roger Roelofs wrote: > Welcome to the list! > First, validate your html and css. Often little typos can escape > notice and cause all kinds of difficulty. Computers are inherently > stupid and will do what you typed, not what you meant. > Here's the css I used to get the look I think you want >#n

Re: [css-d] Floats & Background Images

2006-02-05 Thread Roger Roelofs
Zellie, On Feb 5, 2006, at 12:30 PM, Zellie D. McClelland wrote: > This is my first post. Welcome to the list! First, validate your html and css. Often little typos can escape notice and cause all kinds of difficulty. Computers are inherently stupid and will do what you typed, not what you m

Re: [css-d] Floats Not Behaving in IE

2006-01-24 Thread cj
> Page: > http://www.springfieldmogov.org/egov/planning_development/planTest2.html > CSS with the float rules in question: > http://www.springfieldmogov.org/css/plan.css > Additional CSS Page: http://www.springfieldmogov.org/css/pw_oper.css > > Problem: Three floated divs at page bottom should

Re: [css-d] floats falling apart

2006-01-05 Thread Roger Roelofs
Tonya, On Jan 5, 2006, at 12:14 PM, Tanya Renne wrote: > I've been having trouble with a three col layout - I suspect a padding > issue but the behavior is so inconsistent - > the site is http://www.orchidsuites.net the problem is that when I increase the size of my text, 'Client Showcase' wrap

Re: [css-d] Floats, etc.

2005-11-10 Thread Alex Robinson
>stayed where it is. Otherwise, I have to critically size each image >or keep going back into the template and shaving off pixels from the >divs to the left. First off, you're obviously having problems with IE. Right? Because all the more modern browsers do the right thing and just have any con

Re: [css-d] Floats in Netscape and Firefox Problem

2005-11-08 Thread Ingo Chao
Les Mizzell wrote: > >>> http://www.christyfulmer.com/portfolio.cfm ... >>> In Netscape and Firefox - SOMETIMES the 3rd column will drop below >>> the other two. ... >> > >> You could try to assign a width and a height to these images: >> >> > > Nope, still does it! These will always

Re: [css-d] Floats in Netscape and Firefox Problem

2005-11-07 Thread Ingo Chao
Les Mizzell wrote: > http://www.christyfulmer.com/portfolio.cfm ... > In Netscape and Firefox - SOMETIMES the 3rd column will drop below the > other two. ... You could try to assign a width and a height to these images: Ingo -- http://www.satzansatz.de/css.html __

Re: [css-d] Floats problem (Firefox/Win)

2005-11-04 Thread Roy Schestowitz
_/ On Fri 04 Nov 2005 15:39:57 GMT, [ross] wrote : \_ > - Original Message - > From: "Mikhail Bozgounov" > To: > Sent: Friday, November 04, 2005 2:05 PM > Subject: [css-d] Floats problem (Firefox/Win) > > >> Here's the problem. >> >> Load the following page: >> http://bluelink.net

Re: [css-d] Floats problem (Firefox/Win)

2005-11-04 Thread ross
What version are you ruuning. This is similar to a problem I had with the older versions of FF when you resize the pages. Looks good on 1.5 beta 2. R. - Original Message - From: "Mikhail Bozgounov" <[EMAIL PROTECTED]> To: Sent: Friday, November 04, 2005 2:05 PM Subject: [css-d] Floats

Re: [css-d] Floats break containing div

2005-10-12 Thread Diona Kidd
Hi there. I think you need a block level element after #wrapper element. I use a couple of hacks to make this work well in different browsers. Give this a try. #wrapper { border-left: 6px solid #FFCC33; border-right: 6px solid #FFCC33; background-color: #fff; border

Re: [css-d] Floats break containing div

2005-10-12 Thread Diona Kidd
Hi there. I think you need a block level element after #wrapper element. I use a couple of hacks to make this work well in different browsers. Give this a try. #wrapper { border-left: 6px solid #FFCC33; border-right: 6px solid #FFCC33; background-color: #fff; border

RE: [css-d] Floats break containing div

2005-10-12 Thread jérôme coupé
Hello Brendan, This is typical with floats. Floated items are removed from the document flow and non floated elements do not take them into account anymore. You can have a look at Eric's article on the subject of "float containment" I

Re: [css-d] floats and clears and textareas

2005-09-19 Thread Rob Cochrane
Tekin Suleyman wrote: http://www.boxivity.co.uk/test/feedback.php Any ideas as to how i could get the submit button to clear the textarea? Thanks, Tekin __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/lis

Re: [css-d] Floats crashing IE6/Win?

2005-08-02 Thread Ingo Chao
Sorry, must be the cache, now its fixed. Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

Re: [css-d] Floats crashing IE6/Win?

2005-08-02 Thread Ingo Chao
ugo pozo schrieb: Ingo Chao wrote: No, it crashes mine too, thanks. On a local copy, it crashed when I was playing with the text-zoom. This can happen in tight fittings. In div#content form#contato p.formcontainer I changed the padding: 0px 20px; to padding: 0px 19px; and I didn't manage

Re: [css-d] Floats crashing IE6/Win?

2005-08-02 Thread ugo pozo
Michael Landis wrote: > You might want to use a span instead. Since you are redefining its > display properties, it shouldn't matter whether you ise a div or a > span to do this. Floats are automatically block-level, so if you are > using display:inline to work around something in IE, you should s

Re: [css-d] Floats crashing IE6/Win?

2005-07-29 Thread Michael Landis
On 7/29/05, ugo pozo <[EMAIL PROTECTED]> wrote (about http://www.cityofdis.org/flash/?irpara=contato): > I haven't tried to reproduce this effect in other computers, but it > seems to me that IE6 crashes everytime it tries to load this page, with > a "pure virtual function call" run-time error. If

Re: [css-d] Floats crashing IE6/Win?

2005-07-29 Thread Ingo Chao
ugo pozo schrieb: http://www.cityofdis.org/flash/?irpara=contato Is this a problem of my IE only? And, if it's not, what should I do? No, it crashes mine too, thanks. On a local copy, it crashed when I was playing with the text-zoom. This can happen in tight fittings. In div#content form#

Re: [css-d] floats and positioning issues - consistent in all browsers

2005-07-26 Thread Jim Davis
Tanya, A great tool for developing css sites is the Web Developer Toolbar for FireFox. Read about it and download it at: http://chrispederick.com/work/firefox/webdeveloper/ You will, of course, need the FireFox browser, which is also indispensable for css design work. The web developer tool bar

Re: [css-d] Floats on Top of Absolutes and Horizontal Nav Woes

2005-07-12 Thread Philip Wills
Can't explain the exact behaviour, but using the align property of images makes browsers do some special float type behaviour, see http://www.w3.org/TR/html401/present/graphics.html#h-15.1.3 and generally causes problems in combination with non-trivial css in my experience. It's presentational mar

  1   2   >