Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / CSS / September 2007



Tip: Looking for answers? Try searching our database.

ie6 float issue driving me crazy

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
battle.chris@gmail.com - 25 Sep 2007 12:56 GMT
Hi all.

Any advice appreciated  - I'm floating an image right and the text to
the left of the image is being forced down about 5px from the top of
the containing area. You can see the issue here: http://www.cbcgroup.com.au/drupal.

No issues in ie7 or Firefox - can someone tell me what I'm doing
wrong?

Thanks.
Beauregard T. Shagnasty - 25 Sep 2007 13:21 GMT
> Any advice appreciated  - I'm floating an image right and the text to
> the left of the image is being forced down about 5px from the top of
[quoted text clipped - 3 lines]
> No issues in ie7 or Firefox - can someone tell me what I'm doing
> wrong?

Perhaps fixing errors would help. It appears you are using an underscore
to comment out changes in the CSS. That's an error; use real CSS comment
markers:  /* this is a comment */

<http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A%
2F%2Fwww.cbcgroup.com.au%2Fdrupal%2F
>

Fixing these may help as well.
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.cbcgroup.com.au%2Fd
rupal%2F
>
"This page is not Valid XHTML 1.0 Strict!
Result:  Failed validation, 43 Errors"

Signature

  -bts
  -Motorcycles defy gravity; cars just suck

rf - 25 Sep 2007 13:24 GMT
> Hi all.
>
> Any advice appreciated  - I'm floating an image right and the text to
> the left of the image is being forced down about 5px from the top of
> the containing area. You can see the issue here:
> http://www.cbcgroup.com.au/drupal.

Which of those images would you be talking about? I see almost no difference
in any of them.

Ah, the image of a, room I presume. So what? A couple of pixels.

img {vertical align: bottom:} perhaps?

> No issues in ie7 or Firefox - can someone tell me what I'm doing
> wrong?

You are using stupidly small font sizes. I tried to find the font size you
are using using firebug but your CSS is just so way over the top bloated
that I gave up. What is it with this reset.css and all the others?

You are worring about pixel perfect positioning.

You have a fixed width page that will never exactly fit in *my* browser
canvas.

You are wasting a huge amount of vertical pixels in a picture of some sort
of building at the top of your page. To what effect? Does it impress me? No.

You have failed to gain my attention within the 10 second timespan you have.
Just another one of *those* sites.

Signature

Richard.

dorayme - 25 Sep 2007 22:18 GMT
> You have failed to gain my attention within the 10 second timespan you have.
> Just another one of *those* sites.

You had to add that, being the prick that you are.

Signature

dorayme

rf - 26 Sep 2007 00:45 GMT
>> You have failed to gain my attention within the 10 second timespan you
>> have.
>> Just another one of *those* sites.
>
> You had to add that, being the prick that you are.

I'm entitled to my opinion and that page simply did not grab me. Being in
alt.html.critique I actually looked at it for over a minute trying to find
out what the company actually does, to no avail.

Now, piss off, bitch and stop whining.

Signature

Richard.

dorayme - 26 Sep 2007 01:29 GMT
> >> You have failed to gain my attention within the 10 second timespan you
> >> have.
[quoted text clipped - 7 lines]
>
> Now, piss off, bitch and stop whining.

Listen up earthling, unlike me, you need to worry about the
press. It looks bad to act like a pompous sh.t all the time, to
treat your expertise as a license to crap on others. Try to
behave yourself.

An interesting use of the word "entitled" here, you really do see
the payoff for you as being dumping on your fellow earthlings.
You must have other ways to get your kicks. No? What a shame.

You would really think that a couple of residents of a small
country like this one could at least get on, but you have proved
to be such a waspish w.nker, ready to fly off the handle,
misinterpret so much, fail to read between lines, unable to take
some mildly meant jocular references and the list goes on. You
are what my old pa used to call a "sh.t of the First Waters". I
have never really understood this phrase... ah ... what's the use
of chatting to you...

Now, go find a hill and ski down it, it does not matter that
there is no snow, try to adapt and ski down it anyway. (I know
some bits at the cliff edges near Coogee that are a bit downhill
that might suit. Want some jpgs to help you locate them?)

Signature

dorayme

Jim Moe - 25 Sep 2007 18:53 GMT
> Hi all.
>
> Any advice appreciated  - I'm floating an image right and the text to
> the left of the image is being forced down about 5px from the top of
> the containing area. You can see the issue here: http://www.cbcgroup.com.au/drupal.

 What image? Which text?
 As a debugging tool add borders to the various parts so you can see
where they are laying out. Or get one of the development add-ons for Firefox.

 BTW: What does CBC do? Nowhere does the home page mention its product or
service. I am guessing building construction of some sort but there is no
indication of what type (home? skyscraper? bridges? remodeling?).

Signature

jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)

Ben Bacarisse - 25 Sep 2007 23:30 GMT
> Any advice appreciated
<snip>
> http://www.cbcgroup.com.au/drupal.
>
> No issues in ie7 or Firefox

Not what you were asking about, but on my system, at the settings I
usually use, your menu texts wrap to two lines and overlap.  You may
see this yourself if you enlarge the font size in FF, on say the
"current projects" page.

Signature

Ben.

Gus Richter - 26 Sep 2007 01:59 GMT
> Hi all.
>
[quoted text clipped - 4 lines]
> No issues in ie7 or Firefox - can someone tell me what I'm doing
> wrong?

You have a "Collapsing Margins" occurrence, causing the extra white
space, below the horizontal red line.

It may be possible to locate the cause, but it's not worthwhile. The
reason is embedded somewhere among the numerous and superfluous divs you
use to create vertical space. Many, many, in fact most of the divs
should be removed from your markup, the page simplified and in other
words completely redone, IMHO.

I will give you an instance of the image of a man wrapped in a div which
is not necessary. Simply use the image and float it left and the
subsequent text <h1> and <p> will all flow around the image. (Wrap the
whole thing in a single div wrapper.)

The second instance is that of the patio image floated to the right this
time and the <h1>, <h2> and the following text will all flow around this
image as well. Also lose the <ul> which you use simply to create
vertical space. (Again, wrap this complete section in another Div wrapper.)

On the right side your "Latest News & Events" should have only a div
wrapper without the other divs and again a <ul> for vertical spacing.

On the bottom right side you don't need a div - at most a div wrapper
(if at all necessary).

The bottom line is to use the KISS principle and use a 2-column method, eh?

Signature

Gus

battle.chris@gmail.com - 26 Sep 2007 03:40 GMT
On Sep 25, 9:56 pm, battle.ch...@gmail.com wrote:
> Hi all.
>
[quoted text clipped - 6 lines]
>
> Thanks.

Wow - what a hammering.

Thanks to all you guys who've been constructive.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.