Re: [css-d] Unexpected padding with IE6 and IE7

2006-11-18 Thread Gunlaug Sørtun
John Zaitseff wrote: > http://www.zap.org.au/~john/web/test-css/test.html > The problem is that the word "Subheader" is displayed with additional > padding under IE6/IE7, as if a "padding-top: 0.75em" appeared > somewhere. It's a version of IE's old whitespace bug. > Now for my question: does

Re: [css-d] help with equal-length columns

2006-11-18 Thread Gunlaug Sørtun
e lohroff wrote: > http://lohroff.com/MOPStest/index1_900.html > http://lohroff.com/MOPStest/calendar.html > http://lohroff.com/MOPStest/andreastest_900.css > 1. I tried to do Georg's elastic faux columns > http://www.gunlaug.no/tos/moa_12c.html but it's still not working. I > want the green

Re: [css-d] help with equal-length columns

2006-11-18 Thread ~davidLaakso
~davidLaakso wrote: > e lohroff wrote: > >> My first real try at formatting completely in css >> instead of tables. >> >> http://lohroff.com/MOPStest/index1_900.html >> http://lohroff.com/MOPStest/calendar.html >> http://lohroff.com/MOPStest/andreastest_900.css >> >> [Previous message trimm

Re: [css-d] help with equal-length columns

2006-11-18 Thread ~davidLaakso
e lohroff wrote: > My first real try at formatting completely in css > instead of tables. > > http://lohroff.com/MOPStest/index1_900.html > http://lohroff.com/MOPStest/calendar.html > http://lohroff.com/MOPStest/andreastest_900.css > > The html validates in the index1_900 page, but the > validator

[css-d] help with equal-length columns

2006-11-18 Thread e lohroff
My first real try at formatting completely in css instead of tables. http://lohroff.com/MOPStest/index1_900.html http://lohroff.com/MOPStest/calendar.html http://lohroff.com/MOPStest/andreastest_900.css The html validates in the index1_900 page, but the validator hates Google's calendar code in t

Re: [css-d] Yet another rounded corner request (with conditions)

2006-11-18 Thread Bradley Wright
Jon Hughes wrote: > > > > This > That > The other > > > You have enough mark-up there for all the hooks you need. Start with the following style: This ... The other And roughly these styles: #bottomlinks { ... styles ... padding: 0; background: url(top-l

[css-d] Yet another rounded corner request (with conditions)

2006-11-18 Thread Jon Hughes
I am looking to have a box with rounded corners with a border. Simple enough But I also need it to not use javascript, css hooks, and be cross-browser compatible without using multiple stylesheets (meaning an ie-only stylesheet, etc) and the only content is a list. That is something I haven

Re: [css-d] Styling for Print Question Please

2006-11-18 Thread Michael Stevens
That's the basic idea but keep in mind that everyone has a different print with different margins. When I've done that in the past I've always made sure that my page will print with at least 1" margins so that I know it will stay on one sheet for just about everyone. Your other option, and prefera

[css-d] Styling for Print Question Please

2006-11-18 Thread Thomas Hall
On a website I am developing I have a link that will pop up a window intended for printing. Sort of like a "coupon" if you will. My question pertains to the formatting of that page so it prints neatly on an 8.5 x 11 piece of paper. Can someone please explain to me how to be style that pop up window

Re: [css-d] A question on creating CSS Rounded Corner Boxes

2006-11-18 Thread Dave Goodchild
Check out CSS Mastery by Andy Budd - some good methods in there. On 11/18/06, Micky Hulse <[EMAIL PROTECTED]> wrote: > > John Moynihan wrote: > > Does anyone have any tips on the easiest way to create a CSS rounded > Corner > > Box? > > Take your pick: > >