[css-d] Float problems

2014-10-20 Thread John
at this link http://www.coffeeonmars.com/category/illustration/, the image of the carburetors is being pushed downward; my goal is to have it top-aligned with the two little paragraphs. both that text and that picture are contained in the same container div which has overflow:hidden; So I’m

Re: [css-d] Float problems

2014-10-20 Thread Tom Livingston
Actually, in Chrome dev tools, i see .sample-summary div wrapping only the two little paragraphs. And the p wrapping the imgs is 100% width; On Mon, Oct 20, 2014 at 8:43 PM, John j...@coffeeonmars.com wrote: at this link http://www.coffeeonmars.com/category/illustration/, the image of the

Re: [css-d] Float problems

2014-10-20 Thread John
On Oct 20, 2014, at 5:50 PM, Tom Livingston tom...@gmail.com wrote: Actually, in Chrome dev tools, i see .sample-summary div wrapping only the two little paragraphs. And the p wrapping the imgs is 100% width; Here is with that p with a red line around it.. the container div which I thought

Re: [css-d] Float problems

2014-10-20 Thread John
On Oct 20, 2014, at 5:55 PM, John j...@coffeeonmars.com wrote: Here is with that p with a red line around it.. the container div which I thought was containing text (left) and picture (meant to be to the right) does span 100% but that image isn’t havin’ it.. John This is the link I

Re: [css-d] Float problems

2014-10-20 Thread Tom Livingston
.sample-summary is 100% width, and is holding the images down. In Chrome dev tools, I was able to add a style to .sample-summary as so: width: 30%; Float:left; and to the child ps, width: 100%; The images then came up to the top of the green div. On Mon, Oct 20, 2014 at 8:55 PM, John

Re: [css-d] Float problems

2014-10-20 Thread John
On Oct 20, 2014, at 6:03 PM, Tom Livingston tom...@gmail.com wrote: .sample-summary is 100% width, and is holding the images down. In Chrome dev tools, I was able to add a style to .sample-summary as so: width: 30%; Float:left; and to the child ps, width: 100%; The images then came

Re: [css-d] Float problems

2014-10-20 Thread Tom Livingston
On Mon, Oct 20, 2014 at 9:11 PM, John j...@coffeeonmars.com wrote: On Oct 20, 2014, at 6:03 PM, Tom Livingston tom...@gmail.com wrote: .sample-summary is 100% width, and is holding the images down. In Chrome dev tools, I was able to add a style to .sample-summary as so: width: 30%;

Re: [css-d] Float problems

2014-10-20 Thread John
On Oct 20, 2014, at 6:15 PM, Tom Livingston tom...@gmail.com wrote: That style says that the ps INSIDE .sample-summary are 30% wide. and the markup I see in Chrome dev tools is: div class=sample-summary p/p p/p /div p [img] /p This is what is rendered...not the source. Maybe a

Re: [css-d] Float problems

2014-10-20 Thread Tom Livingston
On Mon, Oct 20, 2014 at 9:22 PM, John j...@coffeeonmars.com wrote: On Oct 20, 2014, at 6:15 PM, Tom Livingston tom...@gmail.com wrote: That style says that the ps INSIDE .sample-summary are 30% wide. and the markup I see in Chrome dev tools is: div class=sample-summary p/p p/p /div p

[css-d] FLOAT PROBLEMS AND NAVIGATION PROBLEMS WITH INTERNET EXPLORER

2007-04-12 Thread ochieng' nelson
windows explorer refuses to float the banner images while the other browsers do. mac internet explorer shows the navigation drop down buttons jumping while the other browsers behave correctly. what could be the problem and what is the solution. the site url is driftwood.50webs.com

[css-d] Float problems

2006-07-25 Thread Christine Reed
Sorry about previous email - forgot a dot in the url. Apologies Hi everyone, Please could someone put me out of this misery? http://clairerich.co.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

[css-d] float problems

2006-07-25 Thread Christine Reed
Sorry about previous email - forgot a dot in the url. Apologies Hi everyone, Please could someone put me out of this misery? http://www.clairerich.co.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

Re: [css-d] float problems

2006-07-25 Thread David Laakso
Christine Reed wrote: Sorry about previous email - forgot a dot in the url. Apologies Please could someone put me out of this misery? It is like hypnotherapy, it requires behavior modification :-D . You still have not corrected the same problems that you had when you wrote last month.

Re: [css-d] Float problems in Firefox 1.5

2006-04-22 Thread Terri Chicko
On Apr 20, 2006, at 8:07 AM, Ingo Chao wrote: shrink-to-fit width = width of all the words And if I am wrong, it doesn't matter, because no one reads a post with more than one formula. Ingo I do : ) I love it. You are so informative. It's just hard to keep up with all these post.

Re: [css-d] Float problems in Firefox 1.5

2006-04-20 Thread Pringle, Ron
Ingo Chao wrote: div style=float: left; height:100px; width:100px; background: yellow;/div div style=float: left; pLorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam luctus urna non sem./p /div If the window is wide enough, the Lorem ipsum stays next to the

Re: [css-d] Float problems in Firefox 1.5

2006-04-20 Thread Ingo Chao
Pringle, Ron wrote: Ingo Chao wrote: div style=float: left; height:100px; width:100px; background: yellow;/div div style=float: left; pLorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam luctus urna non sem./p /div If the window is wide enough, the Lorem ipsum stays

[css-d] Float problems in Firefox 1.5

2006-04-19 Thread Pringle, Ron
Hmm. Having an odd issue with Firefox not properly displaying a float. Two columns floated left, the second column ends up under the first floated column, instead of next to it, as it should. I've not added a clear to the overall container, so a large horizontal white space appears where the

Re: [css-d] Float problems in Firefox 1.5

2006-04-19 Thread Prabhath Sirisena
So, to reiterate, the main content starting with the graphic Welcome is improperly clearing the white Aurora logo. Both are floated left. This problem appears in Firefox 1.5 on my Win2K pc. Are you sure the Welcome graphic is floated? I can't seem to find the style rule that specifies this

Re: [css-d] Float problems in Firefox 1.5

2006-04-19 Thread Pringle, Ron
Prabhath wrote: I wrote: So, to reiterate, the main content starting with the graphic Welcome is improperly clearing the white Aurora logo. Both are floated left. This problem appears in Firefox 1.5 on my Win2K pc. Are you sure the Welcome graphic is floated? I can't seem to find the

Re: [css-d] Float problems in Firefox 1.5

2006-04-19 Thread Ingo Chao
Pringle, Ron wrote: Hmm. Having an odd issue with Firefox not properly displaying a float. Two columns floated left, the second column ends up under the first floated column, instead of next to it, as it should. Apparently not. I don't have a spec at hand this night, and I might be wrong, but

Re: [css-d] Float problems in Firefox 1.5

2006-04-19 Thread Ingo Chao
Ingo Chao wrote: div style=float: left; height:100px; width:100px; background: yellow;/div div style=float: left; pLorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam luctus urna non sem./p /div If the window is wide enough, the Lorem ipsum stays next to the yellow

[css-d] Float Problems - ahhhh! Flying all over the screen - gotta pin em down!

2005-05-23 Thread Christopher Harris
Hello, I had a problem last week with columns extending all the way down. Thanks to the help of Ingo Chao and Gunlaug Sortun, I fixed it with the help of strategically placed background images. Now my next problem is a doozy. I'm having a problem with the floats. Their flying high from the