Re: CSS Help

2009-12-02 Thread Duane
Thanks a million! Virtual marguarita on me :) - Original Message - From: "morgan l" To: "cf-community" Sent: Tuesday, December 01, 2009 6:25 PM Subject: Re: CSS Help > > Your 'Header' div is set to a height of 191px, not tall enough to contain

Re: CSS Help

2009-12-01 Thread morgan l
Your 'Header' div is set to a height of 191px, not tall enough to contain the 'welcome' div. You're probably ok removing the height designation altogether. On Tue, Dec 1, 2009 at 4:00 PM, Duane wrote: > > Hi All, > > I'm flat out stuck on a CSS issue that is over my head and I'm hoping > someon

Re: CSS help on IE? Any suggestions appreciated

2009-05-13 Thread Jerry Johnson
I punted, and went with a css background image with padding. works fine, and i feel lighter using css. thanks, though, i may try these suggestions tonight. too many hours invested to not solve it, even though the project has moved on. Thanks a ton for the leads. On Wed, May 13, 2009 at 6:26 PM,

Re: CSS help on IE? Any suggestions appreciated

2009-05-13 Thread Mark Henderson
Jerry Johnson wrote: > I have been beating my head against this for a few hours. > > I have some existing code I need to style properly. I cannot (at this > time) change the html elements, just need to get them working right. > > Trying to add an icon image to the end of a string. In ff and safari

Re: CSS help on IE? Any suggestions appreciated

2009-05-13 Thread Michael Grant
you could try adding clear:none as well. On Wed, May 13, 2009 at 11:42 AM, Jerry Johnson wrote: > > I have been beating my head against this for a few hours. > > I have some existing code I need to style properly. I cannot (at this > time) change the html elements, just need to get them working

RE: CSS Help

2007-11-21 Thread Duane
5:01 PM To: 'cf-community@houseoffusion.com' Subject: RE: CSS Help I am a lot closer now. Duane -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 21, 2007 4:48 PM To: CF-Community Subject: Re: CSS Help looks just fine to me. yo

RE: CSS Help

2007-11-21 Thread Duane
I am a lot closer now. Duane -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 21, 2007 4:48 PM To: CF-Community Subject: Re: CSS Help looks just fine to me. you must have fixed it

Re: CSS Help

2007-11-21 Thread Paul Ihrig
looks just fine to me. you must have fixed it. ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Arc

RE: CSS Help

2007-02-19 Thread Coldfusion
Ihrig [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 5:12 PM To: CF-Community Subject: Re: CSS Help so you need to do an if stament that if it is clicked do not switch bg color on over. only when clicked again. so you need to check if active. if active dont change bg, in not active

Re: CSS Help

2007-02-19 Thread Paul Ihrig
FF as it does in IE > > -Original Message- > From: Coldfusion [mailto:[EMAIL PROTECTED] > Sent: Monday, February 19, 2007 4:56 PM > To: CF-Community > Subject: RE: CSS Help > > In this menu there is only one submenu (selectable menu). > However, to answer the que

RE: CSS Help

2007-02-19 Thread Coldfusion
Also does not look the same in FF as it does in IE -Original Message- From: Coldfusion [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 4:56 PM To: CF-Community Subject: RE: CSS Help In this menu there is only one submenu (selectable menu). However, to answer the question, as

RE: CSS Help

2007-02-19 Thread Coldfusion
e- From: Dinner [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 4:42 PM To: CF-Community Subject: Re: CSS Help On 2/19/07, Coldfusion <[EMAIL PROTECTED]> wrote: . > When the menu item "Program Services" is clicked, the submenu will > display (as it is doi

RE: CSS Help

2007-02-19 Thread Coldfusion
, February 19, 2007 4:42 PM To: CF-Community Subject: Re: CSS Help On 2/19/07, Coldfusion <[EMAIL PROTECTED]> wrote: > When the menu item "Program Services" is clicked, the submenu will > display (as it is doing), along with the item Program Services will > remain a

Re: CSS Help

2007-02-19 Thread Dinner
On 2/19/07, Coldfusion <[EMAIL PROTECTED]> wrote: > When the menu item "Program Services" is clicked, the submenu will display > (as it is doing), along with > the item Program Services will remain as a bgcolor or maroon and the small How are you thinking of handling "multiple expansions"--