RE: OT: CSS help?

2007-03-16 Thread Sandra Clark
From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 3:33 PM To: CF-Talk Subject: Re: OT: CSS help? Header text Div text On 3/16/07, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > Hey all, > > I'm having an issue where I can't get rid of space ab

Re: OT: CSS help?

2007-03-16 Thread Josh Nathanson
> Header text > Div text > Thanks Casey, I've decided to just ditch the tags as they weren't necessary anyway. I'm wrapping the blocks in a div and then setting the top margin of the div to get the spacing I want. Seems to be pretty consistent across browsers that way. Good to know there's

Re: OT: CSS help?

2007-03-16 Thread Casey Dougall
Header text Div text On 3/16/07, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > Hey all, > > I'm having an issue where I can't get rid of space above a div in Firefox. > It's like the top margin is about 15 pixels. I tried setting margin and > padding to 0px, no dice. It appears exactly as I wou

OT: CSS help?

2007-03-16 Thread Josh Nathanson
Hey all, I'm having an issue where I can't get rid of space above a div in Firefox. It's like the top margin is about 15 pixels. I tried setting margin and padding to 0px, no dice. It appears exactly as I would expect in IE, with the div right below the preceding text. Basically the code is

OT: CSS Help

2005-08-16 Thread Rick Root
Can someone explain to me why the following template has spaces on either side of the blue bar in the top middle section? I'm converting an existing table-driven layout to CSS and it looks decent in Firefox but the white spaces exist in IE. http://www.it.dev.duke.edu/template.html Rick ~

RE: Slightly OT: CSS Help Needed!

2001-01-17 Thread Michael Thomas
Error handling within Cold Fusion uses lil' to no I/O overhead, this includes CFTRY/CATCH blocks. If your more interested on this & other things in CF error handling, everything you ever wanted to know is right here: http://www.snazzydev.com/cf/tut/error_system/ Sincerely, Mike Lakes [EMAIL P

RE: Slightly OT: CSS Help Needed!

2001-01-17 Thread Michael Thomas
56:55 -0500 From: "Benjamin S. Rogers" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: Slightly OT: CSS Help Needed! Message-ID: <[EMAIL PROTECTED]> >I'm trying to design drop-down menus using CSS. If I >knew exactly where the menus were to appear, it would &

RE: Slightly OT: CSS Help Needed!

2001-01-16 Thread Benjamin S. Rogers
> I'm trying to design drop-down menus using CSS. If I > knew exactly where the menus were to appear, it would > be easy using absolute positioning and the visibility > property. There are a lot of really good canned scripts out there. One of those will probably do everything your looking to do.

RE: Slightly OT: CSS Help Needed!

2001-01-16 Thread DeVoil, Nick
lto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 5:43 AM To: CF-Talk Subject: Slightly OT: CSS Help Needed! I'm trying to design drop-down menus using CSS. If I knew exactly where the menus were to appear, it would be easy using absolute positioning and the visibility property. Unf

Slightly OT: CSS Help Needed!

2001-01-15 Thread wnelto
I'm trying to design drop-down menus using CSS. If I knew exactly where the menus were to appear, it would be easy using absolute positioning and the visibility property. Unfortunately, the menus must be placed relative to a table. The table is centered on the page, and it's width isn't alw