RE: [WSG] Website Check (hopkinsprogramming.net)

2005-03-23 Thread Dean Burge
Hi Rick, h2's on search page have wrong title values. A couple of }}'s messing up your CSS validation. -db -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faaberg Sent: Thursday, 24 March 2005 4:32 PM To: wsg@webstandardsgroup.org Subject: Re:

Re: [WSG] Site check please

2004-06-17 Thread dean burge
i'm not sure if this little nuggest is of relevance in this case for the site check, but while on the topic of css specificity... http://www.w3.org/TR/CSS21/cascade.html#specificity /d RC Pierce wrote: Hmmm... I fixed the above simply by re-ordering the css... Some days CSS just gets me There

Re: [WSG] Site breaking in Mozilla

2004-06-06 Thread dean burge
Hi Ward. Ward and Andrea Scott wrote: 1. I don't understand why Mozilla is dropping the header down about 20px. I don't have either padding or margins in either the container or the #top header. For this one, try setting padding /or margins of the h1 element to zero. I just experienced the same

RE: [WSG] 100% table inside auto width div

2004-04-26 Thread dean burge
thanks jason. adding a doctype to the example code fixed that, but uncovered more problems which i managed to figure out with the help of the article you posted. i noticed i have white space being output in my jsp template before the doctype line - tidying that up fixed the problem. -d Jason

[WSG] 100% table inside auto width div

2004-04-22 Thread dean burge
hi all, virgin poster here, and tfif. i'm stuck on a css layout with left, center and right columns. left and right columns have fixed width, and the center column fills the gap in between. how do i make a table in the center column the full width (using css or otherwise)? works as expected in