Re: [css-d] Navlist Problems

2007-08-17 Thread Kit Grose
Richard; you've also left the browser's automatic left padding on the list and list items. To fix, it's simply: #navlist, #navlist li { padding-left: 0; /* or some other suitable amount */ } Cheers, Kit Grose iQmultimedia __

Re: [css-d] Can a subdivided 6px baseline grid work?

2007-08-17 Thread Richard Grevers
On 8/15/07, Timothy Kelty <[EMAIL PROTECTED]> wrote: > I've been trying to set up some groundwork for setting up future sites on a > baseline grid. We starting setting to a 18px baseline, with a 12px body > type. > > Problems we ran into initially dealt with lists, where we weren't satisfied > with

Re: [css-d] IE6 Float right placement issue

2007-08-17 Thread Gunlaug Sørtun
Christopher McComas wrote: > I have the following code on a site, it displays properly in Firefox > and IE7, but in IE6 it doesn't display the main content where it > should be ... > www.getherdnews.com/test.html IE6 is running out of space. The "whitespace bug" and the "auto expansion bug" are a

[css-d] Using BlueprintCSS - trying to make it play nicely with IE 6

2007-08-17 Thread Chris Adams
Hi everyone, I'm currently fiddling around with BlueprintCSS, a grd based css framework that's been doing the rounds lately, and I'm struggling to find a workaround to how IE6 handles floats: I'm trying to a page using BlueprintCSS that provides the content first, in the source order; it works in

Re: [css-d] Using BlueprintCSS - trying to make it play nicely with IE 6

2007-08-17 Thread Ingo
On Fri, 17 Aug 2007 12:21:51 +0100 "Chris Adams" <[EMAIL PROTECTED]> wrote: > I'm trying to a page using BlueprintCSS that provides the content > first, in the source order; it works in FF, Safari, and Opera 9 and > even IE7, but IE6 falls over with how it handles the float "right" > column. > >

[css-d] Absolute & Floated Layout

2007-08-17 Thread Elli Vizcaino
Hi List, Is there a way to combine floated divs with absolute positioned divs for layout, without having the page behave erratically across several browsers? The page in question is: http://template.dev.advance.net/impact/index.ssf The company I work for would like the content area (FEATURED

Re: [css-d] Absolute & Floated Layout

2007-08-17 Thread Frank Piuck
Elli Vizcaino wrote: > Hi List, > > Is there a way to combine floated divs with absolute > positioned divs for layout, without having the page > behave erratically across several browsers? The page > in question is: > > http://template.dev.advance.net/impact/index.ssf > > The company I work for

Re: [css-d] Absolute & Floated Layout

2007-08-17 Thread Elli Vizcaino
Hi List, Here are a couple of links to current live versions of the template I pointed to down below. The template server requires password access which I'm not really allowed to hand over. http://www.nj.com/news/ http://www.pennlive.com/lehighvalley/ Same thing applies and worse they've got m

[css-d] Fixed Footer

2007-08-17 Thread Richard Brown
Hi All I'm trying to get a fixed footer to work on this site: It is failing if the page length increases beyond the browser window: Any ideas on how

Re: [css-d] Navlist Problems

2007-08-17 Thread Richard Brown
Hi Kit and Scott On 17/08/07, Kit Grose <[EMAIL PROTECTED]> wrote: > Richard; you've also left the browser's automatic left padding on the > list and list items. > > To fix, it's simply: > > #navlist, > #navlist li { > padding-left: 0; /* or some other suitable amount */ > } > > Many thank

[css-d] Navigation Problem : IE

2007-08-17 Thread Todd Silver
Hello List, I'm having a problem with my navigation on IE 7. It's pretty basic, stylized anchor tags in an , but doesn't work at all in IE 7. No hover effect, the links don't even work. The XHTML is valid, I use some proprietary code in the CSS to stylize the blackboard's scrollbar in Explorer

Re: [css-d] Can a subdivided 6px baseline grid work?

2007-08-17 Thread david
Richard Grevers wrote: > On 8/15/07, Timothy Kelty <[EMAIL PROTECTED]> wrote: >> I've been trying to set up some groundwork for setting up future sites on a >> baseline grid. We starting setting to a 18px baseline, with a 12px body >> type. >> >> Problems we ran into initially dealt with lists, whe

[css-d] Footerstick, and transparent columns and IE6

2007-08-17 Thread Arnold Gregory
Thank you for taking the time to look at my problem. QUESTIONS? 1. How can an absolutely positioned background div be effected by relative divs not contained in it? 2. Is there a better approach to achieving the layout I am attempting? I am trying to combine the "footer stick" technic with "fau

[css-d] IE6 still won't display drop-down

2007-08-17 Thread Chris Rahe
Here's the page: http://www.bremenhospital.org/testsite/pages/ specialists.html CSS for the pertinent part is in the HTML I can't get the "Specialties" button to drop down when hovered in IE6. A couple of people looked at this last week, but I still haven't been able to resolve it, though I

Re: [css-d] IE6 still won't display drop-down

2007-08-17 Thread Ingo Chao
Chris Rahe wrote: > Here's the page: http://www.bremenhospital.org/testsite/pages/ > specialists.html > > CSS for the pertinent part is in the HTML > > I can't get the "Specialties" button to drop down when hovered in > IE6. A couple of people looked at this last week, but I still haven't >

[css-d] Table-like layout for UL/LI

2007-08-17 Thread Mark Richards
Hi, I am trying to simplify the code for an existing site. We have a button bar that is rendered using a table. I figured, why not switch to UL/LI but the problem I ran into is that the browser will automatically resize the table columns to spread them out evenly but won't do this for the LI

Re: [css-d] Table-like layout for UL/LI

2007-08-17 Thread David Hucklesby
On Fri, 17 Aug 2007 18:02:21 -0400, Mark Richards wrote: > Hi, > I am trying to simplify the code for an existing site. We have a button bar > that is > rendered using a table. I figured, why not switch to UL/LI but the problem I > ran into > is that the browser will automatically resize the ta