Re: [css-d] Site check

2007-05-23 Thread Matt McCool
The navigation looks nice, like the image sprites. But when the text is resized with the browser (in firefox), the #infobar div gets pushed down, and the #menu sprite images are exposed. Could you adjust the positioning of #infobar to fix this?

Re: [css-d] Problems with Column Widths

2007-05-14 Thread Matt McCool
Try changing #pg-diamond to float:right. Also, if you want a consistent pixel-based margin or "gutter" in between all three columns, you have two options. 1) Strip all margin and padding from the #pg-whatever div's, and apply the margins (1%, 10px, whatever) to all elements inside the #pg-* divs