Re: OT: CSS Question

2008-02-20 Thread Matt Quackenbush
Heh. The asterisks were placed in by Gmail's editor, to signify bold. I was merely attempting to highlight the "key words". After I sent my reply, I found that other people had already answered the question. For some reason the thread didn't stay together in my Gmail account, so I thought I was

RE: OT: CSS Question

2008-02-20 Thread Rick Faircloth
ush [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 20, 2008 1:12 PM > To: CF-Talk > Subject: Re: OT: CSS Question > > Yes. > > > > > ~| Adobe® ColdFusion® 8 software 8 is the mo

Re: OT: CSS Question

2008-02-20 Thread Matt Quackenbush
Yes. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.c

Re: OT css/flash question.

2008-01-17 Thread Ben Doom
Offhand, it looks like you aren't closing your block. --Ben Doom Mark Fuqua wrote: > I'm using a template from freetemplates.com. The css file seems quite well > done. I want to replace an image with a small flash movie. I thought I > would just eliminate the image, and embed the movie in the

Re: OT css/flash question.

2008-01-17 Thread Tom Chiverton
On Thursday 17 Jan 2008, Mark Fuqua wrote: > I'm using a template from freetemplates.com. The css file seems quite well > done. I want to replace an image with a small flash movie. Give SWFObject a go. -- Tom Chiverton Helping to synergistically conquer front-end synergies on: http://thefalk

Re: OT: CSS menu looks great on its own - looks jacked up on site

2007-09-02 Thread Dinner
Yo Will, I only messed with it a second (I LOVE firefox and the plugin that lets you edit CSS on the fly ;) but by adding a float to the menu CSS it sorta almost works. In Firefox, at least. :) Here's the effected block of CSS from acapellamenu2.css: (all I added was the float at the bottom- dunno

RE: OT: CSS Question

2007-06-12 Thread Rick Faircloth
bsolute positioning, but could get everything to stack up. Thoughts, Thanks, Rick -Original Message- From: Mark Henderson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 4:53 AM To: CF-Talk Subject: Re: OT: CSS Question Rick Faircloth wrote: > Hi, all... > > I'm wo

RE: OT: CSS Question

2007-06-12 Thread Rick Faircloth
- From: Mark Henderson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 4:53 AM To: CF-Talk Subject: Re: OT: CSS Question Rick Faircloth wrote: > Hi, all... > > I'm wondering if anyone knows why and what to do about aligning > a div background image to the right top corner

RE: OT: CSS Question

2007-06-12 Thread Rick Faircloth
Mark Henderson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 4:53 AM To: CF-Talk Subject: Re: OT: CSS Question Rick Faircloth wrote: > Hi, all... > > I'm wondering if anyone knows why and what to do about aligning > a div background image to the right top corner of a div. >

RE: OT: CSS Question

2007-06-12 Thread Rick Faircloth
Hi, Andrew... check out my response to Mark & Mik for the explanation I came upon for the problem. Let me know if you don't see it. Rick -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 5:29 AM To: CF-Talk Subject: Re: OT: CSS Qu

Re: OT: CSS Question

2007-06-12 Thread Andrew Scott
I will have to agree, works here too. but one thing I have also noticed is that in some case of heritance of styles, the image class needs to have margin-left: auto; and margin-right: auto; I have also found that in fireDebug, if you start to disable inherit css elements you can quickly identify

Re: OT: CSS Question

2007-06-12 Thread Mark Henderson
Rick Faircloth wrote: > Hi, all... > > I'm wondering if anyone knows why and what to do about aligning > a div background image to the right top corner of a div. > > IE 7 and FF display it as expected...IE 6 just leaves it in the *left* upper > corner. > > Here's the code: > > > Rick, That

Re: OT: CSS Question

2007-06-11 Thread Mik Muller
How about: { background-image: url('images/dove-section-bg.png'); background-repeat: no-repeat; background-position: 100% 0px; } Mik >IE 7 and FF display it as expected...IE 6 just leaves it in the *left* upper >corner. > >Here's the code: > > > > >The class, "section

RE: OT: css n00b question

2007-03-23 Thread Robert Rawlins - Think Blue
Glad to hear it Doug, If you've got any other questions then feel free to ask :-D Once you get your head around CSS you'll fall in love with it. Rob -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 23 March 2007 13:30 To: CF-Talk Subject: RE: OT: css n00

RE: OT: css n00b question

2007-03-23 Thread Doug Brown
Robert, Thanks a lot that seems to do the trick...Back to the learning drawing board :) Doug -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 7:20 AM To: CF-Talk Subject: RE: OT: css n00b question Hello Doug, I'm unab

RE: OT: css n00b question

2007-03-23 Thread Robert Rawlins - Think Blue
No, no, I'm just lazy ;-) -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 23 March 2007 13:24 To: CF-Talk Subject: RE: OT: css n00b question Unable to test? Don't have a browser installed on your computer? :) -Original Message- From: Robe

Re: OT: css n00b question

2007-03-23 Thread Jose Diaz
on your computer? > > :) > > -Original Message- > From: Robert Rawlins - Think Blue > [mailto:[EMAIL PROTECTED] > Sent: Friday, March 23, 2007 8:20 AM > To: CF-Talk > Subject: RE: OT: css n00b question > > Hello Doug, > > I'm una

RE: OT: css n00b question

2007-03-23 Thread Andy Matthews
Unable to test? Don't have a browser installed on your computer? :) -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 8:20 AM To: CF-Talk Subject: RE: OT: css n00b question Hello Doug, I'm unable to test this, but yo

Re: OT: css n00b question

2007-03-23 Thread Jose Diaz
Hi Doug Sorry Margin is correct lol ignore my previous post ;) Jose On 3/23/07, Jose Diaz <[EMAIL PROTECTED]> wrote: > > Hi Doug > > Yeah I would use something like > > > #bottomContent > { > width: 600px; > padding-top: 10px; > background: #ff ; > } > > > > HTH > > > > Jose Diaz > > > On 3

RE: OT: css n00b question

2007-03-23 Thread Robert Rawlins - Think Blue
Hello Doug, I'm unable to test this, but you may want to try something like this. mailto:[EMAIL PROTECTED] Sent: 23 March 2007 13:15 To: CF-Talk Subject: Re: OT: css n00b question I prefer using margin when I'm creating space between containers and padding when I'm trying

RE: OT: css n00b question

2007-03-23 Thread Doug Brown
-align: center; } -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 7:15 AM To: CF-Talk Subject: Re: OT: css n00b question I prefer using margin when I'm creating space between containers and padding when I'm trying to create space betwe

Re: OT: css n00b question

2007-03-23 Thread Jose Diaz
Hi Doug Yeah I would use something like #bottomContent { width: 600px; padding-top: 10px; background: #ff; } HTH Jose Diaz On 3/23/07, Doug Brown <[EMAIL PROTECTED]> wrote: > > I am trying my first css design and was wondering how to accomplish > something. Say I have a container div

Re: OT: css n00b question

2007-03-23 Thread Rob Wilkerson
I prefer using margin when I'm creating space between containers and padding when I'm trying to create space between content and the container edge. I just find it easier to think about that way, I guess. I don't know why margin isn't working for you, though. Can you post a *snippet* of the css?

RE: OT: CSS Firefox vs. IE Question...

2007-03-20 Thread Che Vilnonis
2007 8:48 AM To: CF-Talk Subject: Re: OT: CSS Firefox vs. IE Question... Take a look at www.positioniseverything.net They have all the well-known IE CSS browser bugs listed, along with fixes. On 3/20/07, Che Vilnonis <[EMAIL PROTECTED]> wrote: > I am developing a site that displays fine

Re: OT: CSS Firefox vs. IE Question...

2007-03-20 Thread Kris Jones
Take a look at www.positioniseverything.net They have all the well-known IE CSS browser bugs listed, along with fixes. On 3/20/07, Che Vilnonis <[EMAIL PROTECTED]> wrote: > I am developing a site that displays fine in Firefox but not in IE. I am new > to CSS and I could use some insight as to what

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

Re: OT: CSS Horizontal Centering in IE7

2006-12-11 Thread Matt Quackenbush
Scott, http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> is what I use. So, unless there's a new one for strict, which I haven't found, unfortunately that's not the problem. :-( By posting that though, does that indicate that you are using the strict doctype declaration, along with the 'mar

Re: OT: CSS Horizontal Centering in IE7

2006-12-11 Thread Scott Stroz
Matt, Check you document declaration. If it is non-existent, incomplete or has syntax errors, the browser will, be default, show the page in 'quirks mode'. On 12/11/06, Matt Quackenbush <[EMAIL PROTECTED]> wrote: > > Well, I'm finally getting around to see what all IE7 has "broken" in my > vario

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-11-08 Thread Bobby Hartsfield
Still no example huh... -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 2:53 AM To: CF-Talk Subject: Re: OT - CSS Float Image Bottom Right corner of DIV On 11/6/06, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > > but it&#x

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-07 Thread Denny Valliant
On 11/6/06, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > > but it's pretty tough to look /all/ the way > > up that high... > > Especially if you deleted this thread days ago like I did. Yeah, gotta love those subjectless posts, neh? :)

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-11-06 Thread Bobby Hartsfield
> but it's pretty tough to look /all/ the way > up that high... Especially if you deleted this thread days ago like I did. -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 8:43 PM To: CF-Talk Subject: Re: OT - CSS Float I

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-06 Thread Denny Valliant
ge- > From: Denny Valliant [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 02, 2006 2:12 PM > To: CF-Talk > Subject: Re: OT - CSS Float Image Bottom Right corner of DIV > > It was a flippant comment, in response to a flippant comment. Context > is cool! ;-) > > Y

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-05 Thread Casey Dougall
> > Another little cheat, but not sure if it would work in your case: > > > > > > > Your Text > > > Nah... doesn't work, well atleast in Firefox. the text will only wrap around the image after the image. http://phat-links.com/img-test.cfm ~~

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-04 Thread John Cox
On 11/1/06, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > Caveat: It's not a true float as you have to fix the width of the outer > table. But, if you can do that you can achieve the desired effect. Not > sure if this is easier than doing the same thing with a div or not. Another little cheat

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-11-02 Thread Bobby Hartsfield
m: Josh Nathanson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 01, 2006 7:20 PM > To: CF-Talk > Subject: Re: OT - CSS Float Image Bottom Right corner of DIV > > I said originally it was a hack, and I wasn't the one who said "I'd use a > table",

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-02 Thread Denny Valliant
offer an example? > > I don't really think this falls under the "to 'CSS' or to 'Table'" debate > though. :-) if you can do it in either... id like to see it. > > -Original Message- > From: Josh Nathanson [mailto:[EMAIL PROTECTED] > S

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-02 Thread Will Tomlinson
>Sandy, you've mentioned these CSS "rules" a couple of times the past few >weeks. Is there a place where all these "rules" reside in one place? >Wasn't there like 72 of them or something? > Ray, you might be referring to a post I made while taking tips from sandy a week or so ago. I prob said

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Bobby Hartsfield
Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 7:20 PM To: CF-Talk Subject: Re: OT - CSS Float Image Bottom Right corner of DIV I said originally it was a hack, and I wasn't the one who said "I'd use a table", that was Denny. I just provided an adm

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Josh Nathanson
ss layouts most of the time. Call me when someone develops CLS (Cascading Layout Sheets) ;0) -- Josh - Original Message - From: "Bobby Hartsfield" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, November 01, 2006 3:34 PM Subject: RE: OT - CSS Float

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Bobby Hartsfield
> You have to do a table within a table, and hack a little, but > it's a lot easier than with a div. > > http://www.oakcitygraphics.com/image_align_right_bottom.html That’s a horrible hack... especially the actual placement of the bottom right table needing to be scrupulously placed into the te

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Josh Nathanson
t;[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, November 01, 2006 11:41 AM Subject: Re: OT - CSS Float Image Bottom Right corner of DIV > You have to do a table within a table, and hack a little, but it's a lot > easier than with a div. > > http://www.o

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Josh Nathanson
t: Wednesday, November 01, 2006 11:20 AM Subject: RE: OT - CSS Float Image Bottom Right corner of DIV >> I'd use a table. :-P > > How so? > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.430 / Vi

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Mark Henderson
On Wednesday at 5:15pm Denny Valliant wrote > I'd use a table. :-P See, that's what I'm talking about, and as soon as I hit send I knew there'd be mention of a table in there somewhere! Too cute :-) -- This message has been scanned for viruses and dangerous content by ISPNZ's automated virus

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Bobby Hartsfield
> I'd use a table. :-P How so? -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.430 / Virus Database: 268.13.21/511 - Release Date: 11/1/2006 9:40 AM ~| Introducing the Fusion Authority

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Andy Matthews
t: Tuesday, October 31, 2006 10:11 PM To: CF-Talk Subject: Re: OT - CSS Float Image Bottom Right corner of DIV On 10/31/06, Mark Henderson <[EMAIL PROTECTED]> wrote: . > Maybe I got a little carried away up there. Who knows. Denny, what do > you think?? J/k!! I'd use a tabl

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Casey Dougall
On 10/31/06, Denny Valliant <[EMAIL PROTECTED]> wrote: > I'd use a table. :-P Thank you all for your assistance. In the end I was attempting to mimic what our Designer put into the layout template but I guess there are times when this just can't happen without much additional overhead. Kinda funn

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Denny Valliant
On 10/31/06, Mark Henderson <[EMAIL PROTECTED]> wrote: > Maybe I got a little carried away up there. Who knows. Denny, what do > you think?? J/k!! I'd use a table. :-P Loved the ascii art, BTW! =D3 ~| Introducing the Fusio

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Mark Henderson
Casey Dougall wrote > I've been looking all around and maybe it's the 1/2 cup of > java that's slowing me down but I can't seem to find any CSS > resources that show a person placing an image on the bottom > right of a div . Text would wrap above and to the left of the image. Then Sandra Clark

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Jerry Johnson
Sure, take her class. Syllabus Positioning via Floats * Description of Floating * Floating Rules * Float Behaviors * Clearing a Float http://www.shayna.com/index.cfm?fuseaction=training.syllabus_display&id=3 Bwahhhaahhhaaahhaa! (I wish I could take her class.) On 10/31/06

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Sandra Clark
in Cascading Style Sheets and Accessibility -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 9:27 AM To: CF-Talk Subject: Re: OT - CSS Float Image Bottom Right corner of DIV On 10/31/06, Jerry Johnson <[EMAIL PROTECTED]> wrote: > &g

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Casey Dougall
On 10/31/06, Jerry Johnson <[EMAIL PROTECTED]> wrote: > > Sure, take her class. > > Syllabus > > Positioning via Floats > > * Description of Floating > * Floating Rules > * Float Behaviors > * Clearing a Float > > http://www.shayna.com/index.cfm?fuseaction=training.syllabus_dis

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Casey Dougall
On 10/31/06, Sandra Clark <[EMAIL PROTECTED]> wrote: > > Found it, it was dying at 1024 x 768. I'm uploading a fix for the dl now. > Should be up in around 5 minutes. Yeah, working from home today only 16 inch monitors (yuck) Casey ~

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Sandra Clark
andra Clark [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 9:39 AM To: CF-Talk Subject: RE: OT - CSS Float Image Bottom Right corner of DIV What version and OS? I'm looking at it on FF2.0 and it looks fine (also looks fine on FF 1.5) both Win XP Sp2. Send me a screen sho

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Casey Dougall
On 10/31/06, Doug Brown <[EMAIL PROTECTED]> wrote: > > Here is a link to check out > > > http://codex.wordpress.org/Wrapping_Text_Around_Images Yeah I checked it out but, I don't see anything in there about floating image bottom right. ~~~

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Ray Champagne
Looks fine here on FF2.0. > -Original Message- > From: Casey Dougall [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 31, 2006 9:27 AM > To: CF-Talk > Subject: Re: OT - CSS Float Image Bottom Right corner of DIV > > On 10/31/06, Jerry Johnson <[EMAIL PROTECT

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Ray Champagne
ay, October 31, 2006 8:52 AM > To: CF-Talk > Subject: Re: OT - CSS Float Image Bottom Right corner of DIV > Importance: High > > Sure, take her class. > > Syllabus > > Positioning via Floats > > * Description of Floating > * Floating Rules >

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Doug Brown
Here is a link to check out http://codex.wordpress.org/Wrapping_Text_Around_Images - Original Message - From: "Casey Dougall" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, October 31, 2006 5:24 AM Subject: OT - CSS Float Image Bottom Right corner of DIV > I've been looking all ar

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Doug Brown
PS... If you click on the link and it ads a 80: in the url, remove it and reload. Must be a CFTALK thing. - Original Message - From: "Doug Brown" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, October 31, 2006 6:00 AM Subject: Re: OT - CSS Float Image

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Ray Champagne
OTECTED] > Sent: Tuesday, October 31, 2006 8:38 AM > To: CF-Talk > Subject: RE: OT - CSS Float Image Bottom Right corner of DIV > > Rules of floating (there are 9 of them), basically says that an object being > floated will always tend as far toward the side it is floated

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Sandra Clark
instead. Sandra Clark == http://www.shayna.com Training in Cascading Style Sheets and Accessibility -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 8:13 AM To: CF-Talk Subject: Re: OT - CSS Float Image Bottom

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Peter Boughton
That'll be because you float to the left or the right - there's no facility to float up or down. If you want an image placed in the bottom right, you can set the containers style to be "background: url(imagename) no-repeat bottom right; padding-bottom: 100px;" (where 100px is the height of the

Re: OT: CSS UL?

2006-10-11 Thread Rob Wilkerson
On 10/11/06, Adkins, Randy <[EMAIL PROTECTED]> wrote: > Okay for all the CSS gurus: > > How can I make a UL tag use less spacing overhead. > > When you use a UL tag, it creates a good size space in between the > previous line to the First LI element. > How can I reduce that? margin: 0; That shoul

RE: OT: CSS

2006-08-14 Thread Mark Henderson
> Here is a test page using span to change the text to red. > Why does it not show up? Because in the style sheet you have span{margin-left:30px;font-size:13px;color:#888;display:none} Hence, it's not displaying anything at all. If you have control of the stylesheet (and I hope you do) you don

RE: OT: CSS

2006-08-14 Thread Chad Gray
: CF-Talk Subject: Re: OT: CSS Yes. Your method will work in a browser, but it's semantically wrong and will give the wrong result for other methods of looking at your page. You should use for what you want to do. red Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advan

Re: OT: CSS

2006-08-14 Thread Matt Williams
In line:red Block element (creates a line break unless overridden in the styles) red On 8/14/06, Chad Gray <[EMAIL PROTECTED]> wrote: > > Say I want to apply color on text. I need to do it in the html itself. > > Here is what I ended up with how can I do it better? The tag I have > no control

Re: OT: CSS

2006-08-14 Thread Mike Kear
Yes. Your method will work in a browser, but it's semantically wrong and will give the wrong result for other methods of looking at your page. You should use for what you want to do. red Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http:

Re: OT: CSS Positioning

2006-02-15 Thread Thomas Chiverton
On Tuesday 14 February 2006 15:55, Robert Everland III wrote: > I want to play around with using CSS instead of using tables to position > things. Does anyone have some sites that they use as an example of this > that I can go off of. CSS Zen Garden. -- Tom Chiverton Advanced ColdFusion Progra

Re: OT: CSS mystery

2006-01-13 Thread Michael Clayton
Why the ellipses when defining your classes? I've never seen that before. Maybe I'm behind the loop. :) -- Michael Clayton www.twilighted.com ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229448 Archives: http://w

Re: OT: CSS mystery

2006-01-12 Thread Robert Everland III
That's awesome, it works beautifully now. It was driving me crazy. Also those extra periods were added after I posted. The code only has one period. bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229393 Arc

Re: OT: CSS mystery

2006-01-12 Thread Zaphod Beeblebrox
It has to do with the way IE and Firefox treat the box model in quirks mode. There's some info about it here: http://www.quirksmode.org/css/quirksmode.html Also, if you remove the width:100% in the menu def, it will fill out correctly. On 1/12/06, Robert Everland III <[EMAIL PROTECTED]> wrote:

Re: OT: CSS mystery

2006-01-12 Thread Barney Boisvert
Because IE and Opera are incorrectly ignoring the first two periods, while Firefox is correctly ignoring the rest of the rule? I'm not sure that applies to selectors or just rules, but I'd guess it's for both. Or perhaps its a case-sensitivity issue. CSS is case sensitive, but I believe IE doesn

Re: OT: CSS width in NS 7

2005-11-15 Thread Marlon Moyer
here's a link to accompany my answer: http://www.quirksmode.org/css/forms.html On 11/15/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > by default labels are inline elements which shouldn't follow the width > declaration. In your css you can set up the following: > > > label {display:block;float

Re: OT: CSS width in NS 7

2005-11-15 Thread Marlon Moyer
by default labels are inline elements which shouldn't follow the width declaration. In your css you can set up the following: label {display:block;float:left;} Then all the labels will follow the width declaration. Of course, you open a whole new can of worms with the float :) On 11/15/05,

RE: OT: CSS

2005-11-11 Thread Bobby Hartsfield
eally cool. Thanks for the replies people :) ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 8:21 AM To: CF-Talk Subject: RE: OT: CSS Its already there Barney (cept in IE

RE: OT: CSS

2005-11-11 Thread Bobby Hartsfield
> You mean like this? No. I was trying to avoid setting a different class for every element then having to go through the site and actually put class="myclass" on those elements. But thanks to IE, I guess I'm going to have to do just that... sigh. Thanks everyone. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.

RE: OT: CSS

2005-11-11 Thread Sandy Clark
ested in a 4 day hands on CSS Class? Running 11/29 - 12/2 in Rockville, MD http://www.teratech.com/training/oc_classes.cfm#CS201H -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 7:58 PM To: CF-Talk Subject: Re: OT: CSS Nope, sure is

RE: OT: CSS

2005-11-10 Thread Paul Vernon
ee to look at the source and the CSS file... http://diyframing.dev.web-architect.co.uk/styles/diyframing.css Paul > -Original Message- > From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] > Sent: 11 November 2005 04:42 > To: CF-Talk > Subject: RE: OT: CSS > > I t

RE: OT: CSS

2005-11-10 Thread Bobby Hartsfield
ssage- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 7:58 PM To: CF-Talk Subject: Re: OT: CSS Nope, sure isn't. Forms and CSS don't play very well, because EVERYTHING is an input tag. It'd be a lot better if they had individual tags for each eleme

RE: OT: CSS

2005-11-10 Thread Bobby Hartsfield
, 2005 9:22 PM To: CF-Talk Subject: Re: OT: CSS I think you might be able to use Attributes selector for this purpose. An example although not tested input[type=button] { .. } HTH On 11/10/05, Barney Boisvert <[EMAIL PROTECTED]> wrote: > Nope, sure isn'

Re: OT: CSS

2005-11-10 Thread Qasim Rasheed
I think you might be able to use Attributes selector for this purpose. An example although not tested input[type=button] { . } HTH On 11/10/05, Barney Boisvert <[EMAIL PROTECTED]> wrote: > Nope, sure isn't. Forms and CSS don't play very well, because > EVERYTHING is

Re: OT: CSS

2005-11-10 Thread Barney Boisvert
Nope, sure isn't. Forms and CSS don't play very well, because EVERYTHING is an input tag. It'd be a lot better if they had individual tags for each element type, or at least had psuedo classes that would affect only certain elements. I.e. input::radio would only affect radio buttons. I'm not ho

Re: OT: CSS editor for Eclipse

2005-10-31 Thread Barney Boisvert
MyEclipse. 30 bucks a year for a whole slew of useful tools, including a CSS editor. JS, XML/XSL, HTML, SQL, etc. editors. DB tools. A buttload of J2EE stuff. cheers, barneyb On 10/31/05, Phill B <[EMAIL PROTECTED]> wrote: > Well it looks like this doesn't work with the newest version of > Ec

Re: OT: CSS editor for Eclipse

2005-10-31 Thread Phill B
Well it looks like this doesn't work with the newest version of Eclipse. Plus it hasn't had any one work on it since mid 2004. Any other suggestions? On 10/30/05, Phill B <[EMAIL PROTECTED]> wrote: > I cant seem to get it to do anything for me except open a CSS file. Am > I missing some thing or

Re: OT: CSS editor for Eclipse

2005-10-30 Thread Phill B
I cant seem to get it to do anything for me except open a CSS file. Am I missing some thing or maybe some thing I need to configure? I'm still new to Eclipse so who know what I may be doing wrong. On 10/30/05, Barney Boisvert <[EMAIL PROTECTED]> wrote: > check csseditor.sourceforge.net > > I haven

Re: OT: CSS editor for Eclipse

2005-10-30 Thread Barney Boisvert
check csseditor.sourceforge.net I haven't used it in a while (prefering the one included in MyEclipse), but it used to, and it worked well enough. cheers, barneyb On 10/30/05, Phill B <[EMAIL PROTECTED]> wrote: > Is there a good CSS editor for Eclipse? I downloaded one and all it > seemed to do

Re: OT: CSS and Firefox

2005-09-13 Thread Claude Schneegans
>> If you try it the other way around, you'll have a nightmare time trying to force compliant browsers like Firefox to do what IE does. It's possible, but it is a LOT harder. On the contrary, I always use IE for developing: 1º For Mozilla, I use an IE emulator that makes almost all functionali

Re: OT: CSS and Firefox

2005-09-13 Thread Mike Kear
As a general rule, I seriously suggest NOT using IE to develop with. I suggest using Firefox instead as your main browser. This is not any ideological, anti-Microsoft thing, it's a simple truth that Firefox is CSS compliant and IE isnt. (It's not the only CSS compliant browser, but it's the one

Re: OT: CSS and Firefox

2005-09-13 Thread Ryan Guill
If the css isnt changing from one page to another, its probably flowing too wide on those pages. Try taking your content div a little more narrow and see if that helps. On 9/13/05, Cutter (CF-Talk) <[EMAIL PROTECTED]> wrote: > OK, I'm working on making all new sites I work on XHTML/CSS compliant,

RE: OT: CSS: image overflow in IE vs Firefox

2005-08-26 Thread Damien McKenna
Thanks for the offer of help Sandy. I ended up finding this page: http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/?f ormat=print Tip #4 worked beautifully for what I needed to do. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucom

RE: OT: CSS: image overflow in IE vs Firefox

2005-08-26 Thread Sandy Clark
Dave, Can you put up a sample page so I can see the situation? I think you are running into an IE bug, but I am not sure yet. -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 10:59 PM To: CF-Talk Subject: re: OT: CSS: image overflow in IE vs

re: OT: CSS: image overflow in IE vs Firefox

2005-08-25 Thread dave
~Dave the disruptor~ "Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time." From: "Damien McKenna" <[EMAIL PROTECTED]> Sent: Thursday, August 25, 2005 6:22 PM To: CF-Talk Subject: OT: CSS: image overflow

re: OT: CSS: image overflow in IE vs Firefox

2005-08-25 Thread dave
~Dave the disruptor~ "Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time." From: "Damien McKenna" <[EMAIL PROTECTED]> Sent: Thursday, August 25, 2005 6:22 PM To: CF-Talk Subject: OT: CSS: image overflow

Re: OT: CSS and Firefox

2005-07-21 Thread Marlon Moyer
What's interesting is when I use the webdeveloper toolbar 'edit css' option, the screen will redraw quickly and have the correct spacing on the top. It looks like FF is having trouble parsing that second stylesheet. You might want to try to get rid of everything but the definition for that div n

Re: OT: CSS Resources

2004-11-15 Thread Michael Wilson
Donna French wrote: > I am hoping some of you can recommend a good online source for CSS. > I'm wanting to add dotted lines and such around paragraphs, and would > like to see examples with code of what all can be done with CSS. > > TIA, Hi, http://www.westciv.com/style_master/academy/css_tutori

Re: OT: CSS Class vs ID?

2004-10-20 Thread Mark Drew
Thank you for all of the replies I think i shall have to do it via the javascript route as if you can imagine I *CANT* touch the html and I was trying to override existing classes (long story and reasons why, we could argue till cows come home and make dinner , beef burgers persumably) simply usi

Re: OT: CSS Class vs ID?

2004-10-20 Thread Nathan Strutz
Just to add to the conversation, another simple selector is the built-in HTML tags. I see too many and . Use to , , etc. -nathan strutz http://www.dopefly.com/ Damien McKenna wrote: > Which is the more correct method for calling CSS styles, to use the id > attribute or the class attribute

Re: OT: CSS Class vs ID?

2004-10-20 Thread Michael Wilson
Hi, Either method is correct but id's must be unique per document. Classes may be applied to multiple elements and instances in a single document, so in some instances a class offers more flexibility. I use id's as often as possible because I find them to be more human readable and because the

Re: OT: CSS Class vs ID?

2004-10-20 Thread Jochem van Dieten
Dick Applebaum wrote: > What if you want to change the attributes of some related items? > > Say you have table cells: > > >row 1 column 1 >row 1 column 2 > > >row 2 column 1 >row 2 column 2 > > * > * > * > > You can change the column width for all cells in the column with: >

  1   2   >