Odd CSS related text "reflow" issue?

R

Rob O

Hi Folks

We are having an odd little effect happening with a non-tabled site
that uses fairly basic CSS.

It is only happening in IE it seems and it really is just a pixel
shift in a column of text, but the client has noticed it and wants it
fixed.

I wondered if any resident gurus may throw any light?

An example page can be seen here:

<http://www.littlejohnfraser.com/services/MERITservices.asp>

a screengrab from IE6 highlighting the problem can be seen here

<http://www.c-eye.co.uk/misc/ljftextproblem.jpg>

It seems to be related to when there is a right hand panel floated
right.

I know it's minor but as I say, the client wants it fixed and it would
be a shame to rebuild the site using tables :-(

TIA!

R
 
R

Rob O

Hi Folks

We are having an odd little effect happening with a non-tabled site
that uses fairly basic CSS.

It is only happening in IE it seems and it really is just a pixel
shift in a column of text, but the client has noticed it and wants it
fixed.

I wondered if any resident gurus may throw any light?

An example page can be seen here:

<http://www.littlejohnfraser.com/services/MERITservices.asp>

a screengrab from IE6 highlighting the problem can be seen here

<http://www.c-eye.co.uk/misc/ljftextproblem.jpg>

It seems to be related to when there is a right hand panel floated
right.

I know it's minor but as I say, the client wants it fixed and it would
be a shame to rebuild the site using tables :-(

TIA!

R

Follow up - it happens in Firefox too!!

R
 
A

Arne

Once said:
Hi Folks

We are having an odd little effect happening with a non-tabled site
that uses fairly basic CSS.

It is only happening in IE it seems and it really is just a pixel
shift in a column of text, but the client has noticed it and wants it
fixed.

I wondered if any resident gurus may throw any light?

An example page can be seen here:

<http://www.littlejohnfraser.com/services/MERITservices.asp>

a screengrab from IE6 highlighting the problem can be seen here

<http://www.c-eye.co.uk/misc/ljftextproblem.jpg>

It seems to be related to when there is a right hand panel floated
right.

I know it's minor but as I say, the client wants it fixed and it would
be a shame to rebuild the site using tables :-(

TIA!

Try to make navcol id just a couple of pixels more narrow. This id's
bottom line is on the same level as the line "All these services ..."
is, so every line abowe will move to the left when you change the
width of the navcol id.

--
/Arne

Top posters will be ignored. Quote the part you
are replying to, no more and no less! And don't
quote signatures, thank you.
 
R

Robert Frost-Bridges

Rob said:
Hi Folks

We are having an odd little effect happening with a non-tabled site
that uses fairly basic CSS.

It is only happening in IE it seems and it really is just a pixel
shift in a column of text, but the client has noticed it and wants it
fixed.

I wondered if any resident gurus may throw any light?

An example page can be seen here:

<http://www.littlejohnfraser.com/services/MERITservices.asp>
[...]
#all is specified as having a fixed width and there are then varying amounts
of margin/padding added to elements on the page. IE calculates the box
model somewhat differently so maybe you're seeing an effect of this? There
is a css hack regarding width and IE. I'm not saying it is this but it was
something that occured to me looking at the code. I could be miles off.
 
M

Martin Jay

W

Wÿrm

"Rob O" <[email protected]> kirjoitti
viestissä:[email protected]...

a screengrab from IE6 highlighting the problem can be seen here

<http://www.c-eye.co.uk/misc/ljftextproblem.jpg>

Looks like typical 3 pixel JOG bug. Googling for 3 pixel jog should give
you solution how to fix this. Been while I had to deal this issue so can't
be 100% sure I recall correctly, but I think you have to set some height,
most likely MAINTEXT class to height: 1px; or something like that.

Anyway, Google should give you more answers what fix is and if that cause
problems elsewhere...
 
R

Rob O

"Rob O" <[email protected]> kirjoitti
viestissä:[email protected]...



Looks like typical 3 pixel JOG bug. Googling for 3 pixel jog should give
you solution how to fix this. Been while I had to deal this issue so can't
be 100% sure I recall correctly, but I think you have to set some height,
most likely MAINTEXT class to height: 1px; or something like that.

Anyway, Google should give you more answers what fix is and if that cause
problems elsewhere...

Yep thanks guys, you're on the money - it is the 3 pixel Jog.

There is a dodgy CSS hack that we have now tried on dev machine and it
has cured the problem - many thanks for the quick responses!

R
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top