[css-d] Float problem. I think.

2012-07-11 Thread BHomis
I'm doing over a very old website, and I'm having a problem with a floated div (content_main) not staying to the upper right. The problem can be found on _http://www.sportsmansresource.com/contact.htm_ (http://www.sportsmansresource.com/contact.htm) . No matter what I'm trying, it drops

Re: [css-d] Float problem. I think.

2012-07-11 Thread Georg
On 12.07.2012 01:17, bho...@aol.com wrote: I'm doing over a very old website, and I'm having a problem with a floated div (content_main) not staying to the upper right. You are apparently using overflow: auto; on div class=section to contain floats, which creates a scrollbar that takes up

Re: [css-d] Float problem. I think.

2012-07-11 Thread BHomis
Greg, Thanks. That always bites me. Thanks again, Bruce In a message dated 7/11/2012 8:40:31 P.M. Eastern Daylight Time, gunla...@c2i.net writes: On 12.07.2012 01:17, bho...@aol.com wrote: I'm doing over a very old website, and I'm having a problem with a floated div (content_main)

Re: [css-d] float problem in IE6/7

2009-12-07 Thread Wenlong Xu
Well, thanks anyway. Best~ Wenlong. From: David Laakso da...@chelseacreekstudio.com To: Wenlong Xu longa...@yahoo.com.cn Cc: css-discuss css-d@lists.css-discuss.org Sent: Mon, December 7, 2009 9:27:37 AM Subject: Re: [css-d] float problem in IE6/7 Wenlong Xu

[css-d] float problem in IE6/7

2009-12-06 Thread Wenlong Xu
Hi, dear all, I have met a float problem in IE6/7. code: div id=1 style=background-color: #0f0; div style=float:left;height:30px;width:100%; /div div style=clear:both;/div /div div

Re: [css-d] float problem in IE6/7

2009-12-06 Thread Reese
Wenlong Xu wrote: Hi, dear all, I have met a float problem in IE6/7. code: div id=1 style=background-color: #0f0; div style=float:left;height:30px;width:100%; /div div

Re: [css-d] float problem in IE6/7

2009-12-06 Thread David Laakso
Wenlong Xu wrote: Hi, dear all, I have met a float problem in IE6/7. code: div id=1 style=background-color: #0f0; div style=float:left;height:30px;width:100%; /div div

Re: [css-d] float problem in IE6/7

2009-12-06 Thread Wenlong Xu
...@yahoo.com.cn Cc: css-d@lists.css-discuss.org Sent: Mon, December 7, 2009 7:21:56 AM Subject: Re: [css-d] float problem in IE6/7 Wenlong Xu wrote: Hi, dear all, I have met a float problem in IE6/7. code: div id=1

Re: [css-d] float problem in IE6/7

2009-12-06 Thread Wenlong Xu
Thanks for your reply. Please forgive me my careless. in the real application, i'm sure every selector name is appropriate. here just use '1', '2' for short. anyway, Thank you! ___ 好玩贺卡等你发,邮箱贺卡全新上线!

Re: [css-d] float problem in IE6/7

2009-12-06 Thread David Laakso
Wenlong Xu wrote: Hi, David. i have just solved it in your way. Thank you for your help. However, I'm pretty curious about why the former code doesn't work well in IE6/7. do you have any ideas? Thank you! We will both need to rely on someone else to answer that good question. As

Re: [css-d] Float problem

2009-09-25 Thread David Hucklesby
MOHAMMED NASEER wrote: that does the job but it's out of place from the rest of the layout due to the border. I tried wrapping it up in a div, applied a class with 'clear:left' and that did the trick :-) On 24 Sep 2009, at 16:31, Thierry Koblentz wrote: Try to you use a fieldset instead

[css-d] Float problem

2009-09-24 Thread MOHAMMED NASEER
Hi - I was working on a tutorial and they suggested adding 'clear: left;' to the descendent selector below in order to remove the problem of next label/question ( in this case: 'Rate your apartment farming skills' ) wrapping around the float in case where the text for the question/label

Re: [css-d] Float problem

2009-09-24 Thread Thierry Koblentz
Hi - I was working on a tutorial and they suggested adding 'clear: left;' to the descendent selector below in order to remove the problem of next label/question ( in this case: 'Rate your apartment farming skills' ) wrapping around the float in case where the text for the question/label

Re: [css-d] Float problem

2009-09-24 Thread MOHAMMED NASEER
that does the job but it's out of place from the rest of the layout due to the border. I tried wrapping it up in a div, applied a class with 'clear:left' and that did the trick :-) On 24 Sep 2009, at 16:31, Thierry Koblentz wrote: Try to you use a fieldset instead of a p to wrap the radio

[css-d] Float problem in Firefox

2009-03-29 Thread David Laakso
Gaurav Sharma wrote: Hi, I have a small problem with float in Mozilla. http://gauravsharma.uuuq.com I need two lists side-by-side. Please help. Thanks and regards, Gaurav Sharma. Nothing wrong with Firefox. There is a lot wrong with all versions of IE, particularly IE/6. Make a

Re: [css-d] Float problem in Firefox

2009-03-29 Thread designer
Try this: http://www.alistapart.com/articles/multicolumnlists Bob - Original Message - From: David Laakso da...@chelseacreekstudio.com To: Gaurav Sharma sharmal...@gmail.com Cc: css-d css-d css-d@lists.css-discuss.org Sent: Sunday, March 29, 2009 12:10 PM Subject: [css-d] Float

Re: [css-d] Float problem in Firefox

2009-03-29 Thread Gunlaug Sørtun
Gaurav Sharma wrote: http://gauravsharma.uuuq.com First: your example keeps all IE/win versions in a rendering mode equivalent to that of IE5.5 - Quirks Mode, and doesn't allow for any improvements made in IE6, IE7 and IE8. Not very wise to block all progress made to IE, so I hope you don't do

[css-d] Float problem in Firefox

2009-03-28 Thread Gaurav Sharma
Hi, I have a small problem with float in Mozilla. http://gauravsharma.uuuq.com The site above is a totally stripped down version with only the problem code displayed. The class box is assigned a float: left property. It works fine in IE 6, but in firefox 3, the background image does not render

Re: [css-d] Float problem in Firefox

2009-03-28 Thread Bobby Jack
--- On Sat, 3/28/09, Gaurav Sharma sharmal...@gmail.com wrote: I have a small problem with float in Mozilla. http://gauravsharma.uuuq.com the background image does not render right. Hi Gaurav, With only a cursory glance, I have a feeling that the structure is slightly more complicated

[css-d] Float problem with order of HTML

2008-10-28 Thread Rory Fitzpatrick
Hi, I'm trying to create a layout that has the nav section taking up a left hand column from position 0,0 of the container, with a header and then content on the right. I want to do this with the nav HTML element appearing below the header, but without using absolute positioning. My

Re: [css-d] Float problem with order of HTML

2008-10-28 Thread Gunlaug Sørtun
Rory Fitzpatrick wrote: http://www.roryf.co.uk/projects/safhs This shows the desired effect I want but has the nav first in the HTML. Maybe this all floats layout will work for you... http://www.gunlaug.no/tos/alien/alien/test_08_1029.html Relevant CSS:

Re: [css-d] Float problem with order of HTML

2008-10-28 Thread David Laakso
Rory Fitzpatrick wrote: Hi, I'm trying to create a layout that has the nav section taking up a left hand column from position 0,0 of the container, with a header and then content on the right. I want to do this with the nav HTML element appearing below the header, but without using

Re: [css-d] float problem: not being contained or something else?

2008-10-24 Thread Luc
Good morning Gunlaug, It was foretold that on 24/10/2008 @ 06:35:22 GMT+0200 (which was 02:35:22 where I live) Gunlaug Sørtun would write: snipped a bit Delete 'width: 18em' on #puller2 and let that float default to 'width: auto' and shrink-wrap. Delete 'margin-left: 1em' while you're at

Re: [css-d] float problem: not being contained or something else?

2008-10-24 Thread Gunlaug Sørtun
Luc wrote: That expression do not work well on other screen-resolutions than 96dpi - the most widespread one that IE6 may be found on at the moment, and there's not much I can do about that since resolution can't be easily checked and used as a variable in expressions. Oh well, for me

Re: [css-d] float problem: not being contained or something else?

2008-10-24 Thread Luc
Good afternoon Gunlaug, It was foretold that on 24/10/2008 @ 17:18:28 GMT+0200 (which was 13:18:28 where I live) Gunlaug Sørtun would write: You're right: web design isn't magic - just code :-) Yup and code is already difficult enough for me, let alone magic ;-) FWIW: my expression

[css-d] float problem: not being contained or something else?

2008-10-23 Thread Luc
Good afternoon list, Page: http://www.dzinelabs.com/sandbox/ieexpresssion.html Problem: next to the heading Departamento Logistica, you'll see two other headings, one on top of the other: Grupo Mendes Peres with the www.. When resizing your browser, and also on resizing the

Re: [css-d] float problem: not being contained or something else?

2008-10-23 Thread Gunlaug Sørtun
Luc wrote: http://www.dzinelabs.com/sandbox/ieexpresssion.html When resizing your browser, and also on resizing the font, all the headings shift way over. At first i thought it was a containing float problem but if i'm correct that only effects escaping floats vertically. Those headings

Re: [css-d] float problem: not being contained or something else?

2008-10-23 Thread Luc
Hello Gunlaug, It was foretold that on 23/10/2008 @ 01:26:02 GMT+0200 (which was 21:26:02 where I live) Gunlaug Sørtun would write: snipped a bit Those headings are contained in #main-top, which has a 'width: 36em' declared on it. This means it'll have a certain width, and that width

Re: [css-d] float problem: not being contained or something else?

2008-10-23 Thread Gunlaug Sørtun
Luc wrote: Hello Gunlaug, It was foretold that on 23/10/2008 @ 01:26:02 GMT+0200 (which was 21:26:02 where I live) Gunlaug Sørtun would write: snipped a bit Those headings are contained in #main-top, which has a 'width: 36em' declared on it. This means it'll have a certain width, and

[css-d] Float problem in IE

2008-02-09 Thread Janie Hadsel
It's not a good CSS day for me. My site was working fine in IE6 7 until I started cleaning some things up today. I received some help from Ingo earlier, adding overflow: hidden to the main_nav's ul li a styles to fix a problem in FF, but I don't think that has anything to do with the new problem,

Re: [css-d] Float problem in IE

2008-02-09 Thread Kepler Gelotte
Here's my second problem of the day: the floated main navigation links are dropping down incrementally in IE 6, and are doing the same in IE 7, but also hiding all but the top link in IE 7 behind an image in the div below. Hi Janie, Try changing the LI elements of your navigation to inline

Re: [css-d] Float problem

2007-11-08 Thread Jim Davis
Vicki, Adding the rule display: table; to the ufwus div will fix the float problem in Firefox. As I view the site in IE 6, however, there appears to be major problems. I will send you a screen shot off the list. Jim On Nov 8, 2007 2:15 PM, Vicki Stebbins [EMAIL PROTECTED] wrote: Hi Everyone,

Re: [css-d] Float problem

2007-11-08 Thread Gunlaug Sørtun
Vicki Stebbins wrote: I'm almost there with this page http://www.keenstreet-dev.com/trying.html but the floated box on the right keeps going to the bottom of the 'ufwus div' instead of the top and then having the text wrap. The floated box on the right side can't go higher up than the one

Re: [css-d] Float problem

2007-11-08 Thread Vicki Stebbins
At 09:55 AM 9/11/2007, Gunlaug Sørtun wrote: Vicki Stebbins wrote: I'm almost there with this page http://www.keenstreet-dev.com/trying.html but the floated box on the right keeps going to the bottom of the 'ufwus div' instead of the top and then having the text wrap. The floated box on the

[css-d] Float problem

2007-11-08 Thread Vicki Stebbins
Hi Everyone, I'm almost there with this page http://www.keenstreet-dev.com/trying.html but the floated box on the right keeps going to the bottom of the 'ufwus div' instead of the top and then having the text wrap. I've placed it in quite a few different places, validated the html and CSS

Re: [css-d] Float problem

2007-10-26 Thread cFA
On 10/26/07, Steven Soers [EMAIL PROTECTED] wrote: Hi all, I¹m trying to make the text (textdiv) appear next to the image (like in the example.) But, I don¹t want to give the div that contains the texts a width. If i remove the width, the textdiv appears under the picture. Giving the div

[css-d] Float problem

2007-10-26 Thread Steven Soers
Hi all, I¹m trying to make the text (textdiv) appear next to the image (like in the example.) But, I don¹t want to give the div that contains the texts a width. If i remove the width, the textdiv appears under the picture. Giving the div a margin is not an option because in case of no picture the

Re: [css-d] Float problem

2007-10-26 Thread Tim White
I¹m trying to make the text (textdiv) appear next to the image (like in the example.) But, I don¹t want to give the div that contains the texts a width. If i remove the width, the textdiv appears under the picture. That's because you have the textdiv floated:left. Remove the float and the text

Re: [css-d] Float problem

2007-10-26 Thread Gunlaug Sørtun
Steven Soers wrote: I¹m trying to make the text (textdiv) appear next to the image (like in the example.) But, I don¹t want to give the div that contains the texts a width. If i remove the width, the textdiv appears under the picture. Giving the div a margin is not an option because in case

Re: [css-d] Float problem

2007-10-26 Thread Steven Soers
You're right. Thanks a lot. I've been searching a couple of hours to find a solution for this. From: Gunlaug Sørtun [EMAIL PROTECTED] Date: Fri, 26 Oct 2007 16:45:10 +0200 To: Steven Soers [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Float problem Steven

[css-d] Float Problem in IE6

2007-09-26 Thread Lyn Williams
I'm having problem with a some floats on IE6. Could someone checkout the following page and let me know exactly what is wrong. http://www.ragonline.co.uk/main/ __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Float Problem in IE6

2007-09-26 Thread Gunlaug Sørtun
Lyn Williams wrote: I'm having problem with a some floats on IE6. Could someone checkout the following page and let me know exactly what is wrong. http://www.ragonline.co.uk/main/ Some content, or residue from IE's white-space bug, is pushing mainrightcol from the inside, and IE6 by default

[css-d] Float problem in IE

2007-08-01 Thread bill scheider
Hi all, I'm hoping someone can help me out with this. My layout is a two-column with opposing floats (float: left, float: right). All was well until I decided to add a right floating box into the right-floating column. It renders as it should (or as I expect it to - not always the same

Re: [css-d] Float problem in IE

2007-08-01 Thread Gunlaug Sørtun
bill scheider wrote: In IE, the box floats to the right but the text doesn't flow around it. http://tinyurl.com/3anvnc Delete the width on those paragraphs - at least for IE, as the width acts as a 'hasLayout' trigger, making each paragraph a rigid block in IE. There's no way around this

[css-d] Float problem

2007-06-18 Thread Amy Drayer
Dear CSSers: This floating problem is driving me crazy. The layout works fine in IE (so of course there's a problem...), and for some odd reason the left content box gets pushed below the floated right element in all the other browsers. I know some of my code doesn't validate (it happens with

[css-d] float problem

2007-06-04 Thread Martin Paton
Hi I've got a nice 3 col layout working. Problem is, in the centre column I need to create an unordered list which needs to be floated left When I clear the float underneath, it any content after the clear appears in the centre column, but just beneath where the left menu ends. This problem

Re: [css-d] float problem

2007-06-04 Thread Audra Coldiron
Martin Paton wrote: Hi I've got a nice 3 col layout working. Problem is, in the centre column I need to create an unordered list which needs to be floated left When I clear the float underneath, it any content after the clear appears in the centre column, but just beneath where the

Re: [css-d] float problem. Was: Born again CSS

2007-06-01 Thread Sarah Atkinson
PROTECTED] On Behalf Of Luc Sent: Friday, June 01, 2007 8:34 AM To: Css list Subject: [css-d] float problem. Was: Born again CSS Good morning list, After over 1 year of not messing with CSS i'm picking up CSS-design again and i'm stunned of how much i already forgot. I'm doing a mockup

[css-d] float problem...

2006-11-17 Thread Marty Martin
I'm having trouble getting div#left and div#right to float correctly. I want them beside each other but right now they are wrapping under each other and I can't figure where I'm going wrong with this float...help?! Here's what I have-- .header-bottom { width:755px; background-color: #FFF;

Re: [css-d] float problem...

2006-11-17 Thread Chris Martin
Sorry, originally posted this from my mobile and there's no 'reply all', so this didn't make it back to the list the way the css is defined, #left and #right would need to be nested inside a div, that's nested inside the 'header-bottom' class, but that's not how it's marked up. try simply #left

[css-d] Float problem (bug?) only in Opera and IE

2006-10-31 Thread Daryl Spitzer
You'll see in http://www.spitzer.us/daryl/Daryl_Spitzer_resume.html that in Opera (9.0.2) and IE (6.0) that the first date and city under Experience and the word ongoing under Education float up too high. This is strange, because they're the same class as the ones below, which are fine. And this

[css-d] Float problem

2006-07-25 Thread Christine Reed
Hi everyone, Please could someone put me out of this misery? http://clairerichco.uk/hypnotherapy.html full css at attached file Problem: Float leaving a huge gap Scroll down to the picture of the dog - why doesn't it float just ouside the paragraph and has to leave such a big gap. Have tried

Re: [css-d] Float problem

2006-07-25 Thread Stuart Homfray
Hi Christine, Christine Reed wrote: http://clairerichco.uk/hypnotherapy.html full css at attached file Is the url http://www.clairerich.co.uk/whatishypnotherapy.html ?? :) Problem: Float leaving a huge gap Scroll down to the picture of the dog - why doesn't it float just ouside the

[css-d] float problem... eh

2006-06-20 Thread Nicholas Morgan
Well I was trying to be slick using floats the way they were meant to be used and well of course IE doesn't cooperate. I tried setting the heights of the containing wrappers to 1% for IE only and setting the line height. Any other suggestions? Here is the url for the page:

[css-d] float problem -fixed it

2006-02-14 Thread Eoin Maguire
Ignore my earlier email, fixed the problem, middle column was missing a float. Thanks __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

[css-d] float problem in IE v. FF

2006-01-24 Thread Marty Martin
As usual, my code works perfectly in FF but breaks in IE. I know that's a shocker to you-all. Can someone point out what I need to do to fix this? I have the following code--- div id=header div style=float: left; img src=images/headers/winter_header.gif width=560

[css-d] float problem in FF

2006-01-24 Thread Theoracle9
hi, I am a newbie. My css works in IE, but not FF. I tried using floats. Please help thanks http://www.badcreditdeleter.com I validated the XHTML and CSS and it still does not work in Mozilla thanks again www.sharpindividuals.net

[css-d] Float problem (update) - bluelink.net

2005-11-04 Thread Mikhail Bozgounov
Sorry, forgot to mention: Version: FireFox 1.07 on WinXP Pro :-) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

[css-d] Float Problem

2005-08-18 Thread Tim Zappe
How do I make this so that the #footer stays at the bottom? http://www.western.edu/admissions/new/viewbook.html Thanks -t -- Tim Zappe Junior :: Computer Informational Science Western State College of Colorado http://www.tzappe.com http://www.western.edu

Re: [css-d] Float Problem

2005-08-18 Thread Roy Schestowitz
Quoting Tim Zappe: How do I make this so that the #footer stays at the bottom? http://www.western.edu/admissions/new/viewbook.html Thanks -t Relevant CSS bits: #footer{clear:both;width:764px;margin:0 auto;background:#5c5c5c;} #footer_content{padding:10px 0 0;text-align:left;color:#a0a0a0;}

[css-d] Float Problem in IE Mac... display:inline-block

2005-08-01 Thread Tracy Shorrock
Spoke too soon... I've fixed the problem in IE 5.2 where the right floated content dropped below the left floated content when you resized the window using * htmlbody div.floatbox {float:none; display:inline-block} However, I'm now getting this problem (screenshot):

[css-d] float problem in FireFox

2005-06-17 Thread Alisha
first of all, here is the document where i experience the problem http://www.alisha.it/cv.htm and here is the css http://www.alisha.it/style.css the problem is that the text doesn't relly flow around the floated image. anyone has any suggestion about it? sorry if i sound so newbie :)

Re: [css-d] float problem in FireFox

2005-06-17 Thread Philippe Wittenbergh
On 18 Jun 2005, at 6:52 am, Bruno Fassino wrote: The only workaround that I know is: li { -moz-float-edge: content-box; } Which *is* a good solution. which makes the lis to behave correctly in presence of floats. That's a Mozilla proprietary property so unfortunately it doesn't validate.

[css-d] float problem--repost

2005-05-25 Thread Jeanne Prine
Hello, I'm reposting my question from a few days ago. Truly desperate now. Can anyone tell me why this works at 800 x 600 but breaks at 1024 X 768 in Firefox 1.04 and Netscape 6 unless the width of #inner is reduced to 80% (but then that breaks at 800 x 600)? What I want is for #navcontainer to

Re: [css-d] float problem--repost

2005-05-25 Thread Kaspars Dambis
Jeanne Prine wrote: Hello, I'm reposting my question from a few days ago. Truly desperate now. Can anyone tell me why this works at 800 x 600 but breaks at 1024 X 768 in Firefox 1.04 and Netscape 6 unless the width of #inner is reduced to 80% (but then that breaks at 800 x 600)? What I want

Re: [css-d] float problem--repost

2005-05-25 Thread Kaspars Dambis
Jeanne Prine wrote: Hello, I'm reposting my question from a few days ago. Truly desperate now. Can anyone tell me why this works at 800 x 600 but breaks at 1024 X 768 in Firefox 1.04 and Netscape 6 unless the width of #inner is reduced to 80% (but then that breaks at 800 x 600)? What I want