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. 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 to contain floats, which creates a scrollbar that takes up space so the right

[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 be

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

2009-12-07 Thread Wenlong Xu
Well, thanks anyway. Best~ Wenlong. From: David Laakso To: Wenlong Xu Cc: css-discuss Sent: Mon, December 7, 2009 9:27:37 AM Subject: Re: [css-d] float problem in IE6/7 Wenlong Xu wrote: > Hi, David. > > i have just solved it in your way. > T

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 que

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! ___ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/_

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

2009-12-06 Thread Wenlong Xu
s.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

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: > > > > > > > > > it

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: > > > > > > > > > i

[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: it looks pretty good in FF3+/IE8, but in IE6/

[css-d] Float problem

2009-09-25 Thread MOHAMMED NASEER
many thanks for those responses, I have added the fieldset with clear:left and border:0 for the styling for radio buttons. But was wondering how I could fine tune the layout, for the fieldset (radio buttons), like that achieved by the descendent selector, 'subForm .label' which allows the for

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 ins

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 rad

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/labe

[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 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

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" To: "Gaurav Sharma" Cc: "css-d css-d" Sent: Sunday, March 29, 2009 12:10 PM Subject: [css-d] Float problem in Firefox > > Gaurav Sharm

[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/

Re: [css-d] Float problem in Firefox

2009-03-28 Thread Bobby Jack
--- On Sat, 3/28/09, Gaurav Sharma 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 than it need be

[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 r

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 usin

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... Relevant CSS:

[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 progre

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 tak

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,

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

2008-10-24 Thread Luc
Good afternoon Mark, It was foretold that on 24/10/2008 @ 02:39:42 GMT+1300 (which was 11:39:42 where I live) Mark Henderson would write: > I can hear the sound of frantic keyboard tapping. and banging head to table :-) -- Best regards, Luc _ Using the best

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

2008-10-24 Thread Mark Henderson
Luc wrote: > Oh well, for me it suffices ... i guess if we want to consider all > possible screen resolutions out there and users that change default > font size etc we'll be in the magic business :-) > Ut oh! I can hear the sound of frantic keyboard tapping. *cringes and heads to bed* _

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: > Delete 'width: 18em' on #puller2 and let that float default to 'width: > auto' and shrink-wrap. Delete 'margin-left: 1em' while you're at it. > That

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: > > > >> Those headings are contained in #main-top, which has a 'width: >> 36em' declared on it. This means it'll have a certain width, and >

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: > 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 > will change w

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 he

[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 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 elements of your navigation to inline a

[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

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

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 o

[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 and

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: > Subject: Re: [css-d]

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 cas

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 t

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. > Givin

[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 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 defa

[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] http://www.css-discuss.org/mailman/

Re: [css-d] Float problem in IE

2007-08-01 Thread bill scheider
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 th

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 thi

[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 thi

Re: [css-d] Float problem

2007-06-18 Thread David Hucklesby
On Mon, 18 Jun 2007 11:38:58 -0500, Amy Drayer wrote: > 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 b

[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 con

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 wh

[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. Was: Born again CSS

2007-06-01 Thread Luc
Good afternoon Sarah, It was foretold that on 1/6/2007 @ 14:41:49 GMT-0400 (which was 15:41:49 where I live) Sarah Atkinson would write: > Well if it's a 3 column layout then you should have 4 divs Tnx Sarah ... i'm heading out for the weekend now but i'll give it a try on monday! --

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

2007-06-01 Thread Sarah Atkinson
-Original Message- From: Luc [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 2:30 PM To: Sarah Atkinson Subject: Re: [css-d] float problem. Was: Born again CSS As to your question if i have a mock pic, it's attached hereby. How it should look: left the nav, center the ro

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

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

2007-06-01 Thread Luc
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 at the moment involving floats and they go crazy on me. On resizing the viewport the center float jumps down ... is there a kind

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

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

2006-11-17 Thread muskokee
Try floating the right one to the left as well. They should sit beside each other then. On 11/17/06, Marty Martin < [EMAIL PROTECTED]> wrote: > > 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 > oth

[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; backgr

[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

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 t

Re: [css-d] Float problem

2006-07-25 Thread Dave Goodchild
On 25/07/06, Christine Reed <[EMAIL PROTECTED]> wrote: > > 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 flo

[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 a

[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: http://rochoet.new

[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 -- http://css-discuss.incutio.com/?page

[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 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--- In FF the second div is moving up beside the first div as it should. In IE it is

[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 -- http:

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

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

[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 * html>body div.floatbox {float:none; display:inline-block} However, I'm now getting this problem (screenshot): http://www.vandevelde.co

Re: [css-d] float problem in FireFox

2005-06-18 Thread Alisha
Philippe Wittenbergh wrote: Given that there is no padding nor borders, one can also use li { width:100%; } I didn't know about this bug. Well gladly the width:100% solves it perfectly. Thanks a lot. Btw is there any documentation on the web about this bug? I'm quite curious because I ne

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 s to behave correctly in presence of floats. That's a Mozilla proprietary property so unfortunately it doesn't validate. Y

RE: [css-d] float problem in FireFox

2005-06-17 Thread Bruno Fassino
Alisha wrote: > 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 soun

[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" :) *Alish

[css-d] float problem--repost

2005-05-26 Thread Jeanne Prine
Hi Kaspars, Thanks very much for your reply, which was very helpful. I first saw Doug Livingstone's code in a book by someone else, but with no width included for #outer. His code at www.redmelon.net/tstme/ 3cols2/noborder.htm has width: auto which I tried just before I got your reply. As you saw

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 is

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 is

[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