|
Posted by Jonathan N. Little on 03/06/07 23:24
dfloss wrote:
> http://tinyurl.com/2a5tjn
>
> If you scroll through the various linked pages, the nav arrows and/or
> column border are in a different position by around two pixels on
> various pages. They all use the same code for the top, left and bottom
> div's, with the exception of the column border (which may be attached to
> the left or right column).
>
> Results in various browsers:
> * IE6 & Opera: arrows never move, column borders move
> * Firefox: arrows and column border move
Because you are using a table for layout, a table by default tries to
expand to accommodate the content, and since the content changes from
page to page the table adjusts. Use DIVs and you can stop the shift.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|