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-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

OT: CSS editor for Eclipse

2005-10-30 Thread Phill B
Is there a good CSS editor for Eclipse? I downloaded one and all it seemed to do was set Eclipse to be the default editor of css files. -- Phil ~| Logware (www.logware.us): a new and convenient web-based time tracking

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 was

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't

OT: CSS and Firefox

2005-09-13 Thread Cutter (CF-Talk)
OK, I'm working on making all new sites I work on XHTML/CSS compliant, one step at a time. Not a heavy learning curve, but I am running into some small odd things that I don't understand. For instance, on http://i05.irieradio.com, on pages other than the home page and the blogs page, my

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 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

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

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-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 -

OT: CSS: image overflow in IE vs Firefox

2005-08-25 Thread Damien McKenna
I'm working on a site where I'm attempting to make some images float outside their parent div, as you'd often see in magazines where you've e.g. got a column of text with an inserted image that pushes out wider than the text. The way the page is set up is that there's text in the middle with one

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 cf-talk@houseoffusion.com Subject: OT

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 cf-talk@houseoffusion.com Subject: OT

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

OT: CSS / Fieldset / IE

2005-07-28 Thread Tangorre, Michael
Does anyone know of a way to remove the extra area above a fieldset/legend that shows up in IE when the fieldset has a different background color than the page background color? It looks perfect in FF but in IE the background color of the fieldset bleeds above the border of the fieldset... any CSS

OT: CSS and Firefox

2005-07-21 Thread Cutter (CF-Talk)
I can't get my head around this. Small but significant problem with external stylesheets. I've got this page (http://s05.seacrets.com) where the flash item in the middle of the page is supposed to be flush on the top of the div containing it (#primaryContent). This (oddly) is working great in

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

OT: CSS Question

2005-05-16 Thread John Stanley
Does anyone know the style command to half-space characters in a word, so that the they appear more spread out than normal, but not as far as the regular space between words? TIA ~| Discover CFTicket - The leading ColdFusion

OT: CSS Resources

2004-11-15 Thread Donna French
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, -- Donna French [EMAIL PROTECTED] Blog:

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,

OT: CSS Class vs ID?

2004-10-20 Thread Damien McKenna
Which is the more correct method for calling CSS styles, to use the id attribute or the class attribute? Can IDs be nested, e.g. #box #inside #field {...}, like classes can be, e.g. table.box th.inside td.field {...}. -- *Damien McKenna* - Web Developer - [EMAIL PROTECTED] mailto:[EMAIL

Re: OT: CSS Class vs ID?

2004-10-20 Thread Andy Allan
The ID attribute is unique. It should apply to one and only one div. Use the class attribute for general styles. Andy On Wed, 20 Oct 2004 12:06:20 -0400, Damien McKenna [EMAIL PROTECTED] wrote: Which is the more correct method for calling CSS styles, to use the id attribute or the class

Re: OT: CSS Class vs ID?

2004-10-20 Thread Barney Boisvert
Yes, you can nest IDs. There isn't a right one for referencing a certain element. If the element is unique in a document, use ID, but if it's one of many, use class. Classes are more general, so I tend to use those when I can, reserving ids mostly for page layout tasks (rather than formatting

Re: OT: CSS Class vs ID?

2004-10-20 Thread Mark Drew
On a similar note, as I have been doing this *right now* I wonder if the fllowing is possible: (excuse the pseudocode. style .mystyle1 { // some styles here } .mystyle2 { //a different stule here } //now change mystyle1 to mystyle 2 .mystyle1 { //overwrite with mystyle2 } /style

RE: OT: CSS Class vs ID?

2004-10-20 Thread Dave Francis
Latest style wins. -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 12:53 PM To: CF-Talk Subject: Re: OT: CSS Class vs ID? On a similar note, as I have been doing this *right now* I wonder if the fllowing is possible: (excuse

Re: OT: CSS Class vs ID?

2004-10-20 Thread Barney Boisvert
You can do it with javascript, as the entire content of a stylesheet is accessible as a variety of data structures, but you can't do it with CSS itself. cheers, barneyb On Wed, 20 Oct 2004 18:52:47 +0200, Mark Drew [EMAIL PROTECTED] wrote: On a similar note, as I have been doing this *right

Re: OT: CSS Class vs ID?

2004-10-20 Thread Jochem van Dieten
Mark Drew wrote: On a similar note, as I have been doing this *right now* I wonder if the fllowing is possible: (excuse the pseudocode. style .mystyle1 { // some styles here } .mystyle2 { //a different stule here } //now change mystyle1 to mystyle 2 .mystyle1 { //overwrite

Re: OT: CSS Class vs ID?

2004-10-20 Thread Dick Applebaum
What if you want to change the attributes of some related items? Say you have table cells: tr td id=col1row 1 column 1/td td id=col2row 1 column 2/td /tr tr td id=col1row 2 column 1/td td id=col2row 2 column 2/td /tr * * * You can change the column width for all cells in the column

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: tr td id=col1row 1 column 1/td td id=col2row 1 column 2/td /tr tr td id=col1row 2 column 1/td td id=col2row 2 column 2/td /tr * * * You can change the

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

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 div class=title and div class=text. Use h1 to h6, p, etc. -nathan strutz http://www.dopefly.com/ Damien McKenna wrote: Which is the more correct method for calling CSS styles, to use the id

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

ot: css ?

2004-10-11 Thread dave
is there a way to override a body tag? what the problem is that i have 1 page that i want a white bg on but in my css i have an image bg in my body tag and i need the css file in there and dont really want to add another for validation purposes. so again, is there a way to be able to over ride

Re: ot: css ?

2004-10-11 Thread Umer Farooq
just define a new css body tag for that page.. with transparent image as background...CSS takes the last defined setting... dave wrote: is there a way to override a body tag? what the problem is that i have 1 page that i want a white bg on but in my css i have an image bg in my body tag

Re: ot: css ?

2004-10-11 Thread dave
i had already tried something similiar with no success :( -- Original Message -- From: Umer Farooq [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Mon, 11 Oct 2004 18:29:46 -0400 just define a new css body tag for that page.. with transparent image as

Re: ot: css ?

2004-10-11 Thread Umer Farooq
are you sure.. as this works.. in IE and Firefox.. !-- normal css -- link rel=stylesheet type=text/css href=""> !-- overwrite css -- style type=text/css body { background: #FF url(/images/spacer.gif) repeat-x; } /style dave wrote: i had already tried something similiar with no success

Re: ot: css ?

2004-10-11 Thread Nathan Strutz
You just have to be more specific... body { color:red; } html body { color:green; } your text will be green because the 2nd selector is more specific. If you wanted to be even more specific: htmlbody { color:blue; } but the direct descendant selector only works in newer browsers (firefox,

Re: ot: css ?

2004-10-11 Thread dave
actually i do think its done, i tried using a color and that didnt work so i followed the other suggestion but instead of a transparent bg i made a white one and wrote that in and that workd. thanks all [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

OT: CSS and tableless tables

2004-10-01 Thread Phillip Perry
Sorry for the OT post but i need help. The CSS I am using for a CSS table format works on 3 different browsers when the css is embedded in the individual pages, but when I do a link or cfinclude the formatting goes to hell. Is there any css experts out there that can explain what I'm doing wrong?

Re: OT: CSS and tableless tables

2004-10-01 Thread Joe Rinehart
Oct 2004 19:57:00 -0400 Subject: OT: CSS and tableless tables To: CF-Talk [EMAIL PROTECTED] Sorry for the OT post but i need help. The CSS I am using for a CSS table format works on 3 different browsers when the css is embedded in the individual pages, but when I do a link or cfinclude

Re: OT: CSS and tableless tables

2004-10-01 Thread pperry
] Date: Fri, 1 Oct 2004 19:57:00 -0400 Subject: OT: CSS and tableless tables To: CF-Talk [EMAIL PROTECTED] Sorry for the OT post but i need help. The CSS I am using for a CSS table format works on 3 different browsers when the css is embedded in the individual pages, but when I do a link or c

Re: OT: CSS and tableless tables

2004-10-01 Thread pperry
Never mind. I found it. I had, for some reason, a amp; in the css code. Dont have any clue how it got there. Well lesson learned. I guess i should use the validator more often :) sorry for the interruption and thanks for your help. [Todays Threads] [This Message] [Subscription] [Fast

Re: OT: CSS and tableless tables

2004-10-01 Thread pperry
? Also, you're not putting the style/style tags in the .css file when you move it over, are you? -joe - Original Message - From: Phillip Perry [EMAIL PROTECTED] Date: Fri, 1 Oct 2004 19:57:00 -0400 Subject: OT: CSS and tableless tables To: CF-Talk [EMAIL PROTECTED] Sorry for the OT post

OT - CSS Talk and Class Announcment

2004-08-09 Thread Sandy Clark
Just an FYI for those out there, I will be speaking at the NYCFUG tomorrow night (Tuesday) on CSS. Hope to see many of you there. I am also offering a class in CSS in October, this will be a 4 days, hands on class.It is appropriate both for beginners and those who really want to delve more into

OT: CSS layer positioning

2004-06-30 Thread James Smith
I am trying to do some page layout with layers and CSS and it is driving me insane.The printing position is crucial as it will be printing onto labels. 1) Is there any way I can control the page borders of the browser as if two people have different margins set then the printouts won't match up.

OT: CSS 'focus' in IE

2004-05-20 Thread d.a.collie
Hello I've been looking at http://www.w3.org/TR/CSS21/selector.html#pseudo-elements and the pseudo-class 'focus' When I've got style type=text/css .input { background: #CC; color: #00; } .input:focus { background: #FF; color: #FF; } /style input type=text size=20

Re: OT: CSS 'focus' in IE

2004-05-20 Thread Nathan Strutz
Did you try the IE7 hack? http://dean.edwards.name/IE7/ forces IE6 to behave with web standards. -nathan strutz [EMAIL PROTECTED] wrote: Hello I've been looking at http://www.w3.org/TR/CSS21/selector.html#pseudo-elements and the pseudo-class 'focus' When I've got style

OT: CSS validation (mac)

2004-04-02 Thread Dwayne Cole
My style sheets work fine in IE and Netscape on PC but on macs I'm running into problems.Does anyone know of any services or resources that can help me validate and/ tweak style sheets to make sure that they are cross browser, cross platform compatible. Dwayne Cole, MS in MIS, MBA Certified

Re: OT: CSS validation (mac)

2004-04-02 Thread Stephen Moretti
Dwayne Cole wrote: My style sheets work fine in IE and Netscape on PC but on macs I'm running into problems.Does anyone know of any services or resources that can help me validate and/ tweak style sheets to make sure that they are cross browser, cross platform compatible. Have you tried

RE: OT: CSS validation (mac)

2004-04-02 Thread Dave Carabetta
My style sheets work fine in IE and Netscape on PC but on macs I'm running into problems.Does anyone know of any services or resources that can help me validate and/ tweak style sheets to make sure that they are cross browser, cross platform compatible. Dreamweaver MX 2004 has phenomenal

RE: OT: CSS validation (mac)

2004-04-02 Thread Hugo Ahlenius
- | -Original Message- | From: Dave Carabetta [mailto:[EMAIL PROTECTED] | Sent: Friday, April 02, 2004 17:05 | To: CF-Talk | Subject: RE: OT: CSS validation (mac) | | My style sheets work fine in IE and Netscape on PC but on macs I'm | running into problems.Does

RE: OT: CSS validation (mac)

2004-04-02 Thread Dave Carabetta
but you have to separate things: you can validate the stylesheet against a w3c css standard, which makes sure that all the code is correct. That does not imply (necessarily) that a browser (esp. a legacy one) interprets and renders it correctly. You can either test that hands-on or learn

OT: CSS and Cloaking Search Engine question...

2004-03-30 Thread Les Mizzell
Just out of curiosity: Several of the CSS Books I'm studying hard advocate using page navigation to help with accessibility: CSS: #pagenav { display:none; } On the Page: div id=pagenav ul lilinks here/li lilinks here/li /ul /div This is certainly a good thing and I've started using it myself

OT: CSS Question... is this possible?

2004-03-09 Thread Jon Block
I have a situation where I have a content display page that is quite long. I want to split up the content into multiple pages. In other words, rather than having a really really long page, I'd like to break it up and use next/previous buttons for navigation. Let's pretend that the following table

RE: OT: CSS Question... is this possible?

2004-03-09 Thread Suyer, Ed
It strikes me that if you remove the table/table, you eliminate the problem, no? If you must use tables, try something like this (syntax may not be exact) : !--- use a spacer image as a placeholder for the maximum amount of space to be occupied by the text i.e. 800 pixles high --- table

OT-CSS list of quality

2004-03-01 Thread Mickael
Hi All, I was wondering if someone could recommend a good list for CSS, a list like this one would be great were there are experienced people that don't snub beginners. Thanks Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: OT-CSS list of quality

2004-03-01 Thread Marlon Moyer
, but the last time I checked, we don't have a whole lot of songs that feature the cowbell! -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 7:53 AM To: CF-Talk Subject: OT-CSS list of quality Hi All, I was wondering if someone could recommend a good

Re: -OT- CSS Scrollbars

2003-07-21 Thread Thomas Chiverton
On Friday 18 Jul 2003 19:51 pm, Thane Sherrington wrote: At 02:48 PM 7/18/03 -0700, Cutter (CF-Talk)2 wrote: width. In my research (which may be incomplete and flawed, if so someone please speak up) I found that the scrollbar CSS attributes appeared to only be supported by IE. While

-OT- CSS Scrollbars

2003-07-18 Thread Thane Sherrington
Is there a way to change the width of a toolbar using CSS? I found a comment on Google to use Zoom, but I can't figure it out. T Tired of your bookmarks/favourites being limited to one computer? Move them to the Net! www.stuffbythane.com/webfavourites makes it easy to keep all your

Re: -OT- CSS Scrollbars

2003-07-18 Thread Cutter (CF-Talk)2
Thane, I was also recently trying to find information on changing the scrollbar width. In my research (which may be incomplete and flawed, if so someone please speak up) I found that the scrollbar CSS attributes appeared to only be supported by IE. While researching the various attributes on

Re: -OT- CSS Scrollbars

2003-07-18 Thread Thane Sherrington
At 02:48 PM 7/18/03 -0700, Cutter (CF-Talk)2 wrote: width. In my research (which may be incomplete and flawed, if so someone please speak up) I found that the scrollbar CSS attributes appeared to only be supported by IE. While researching the various attributes on the This is what I had read as

Re: OT: CSS Layouts

2003-07-14 Thread jon hall
I'm not sure using this would be the best idea for someone just getting into css layouts, but it help get rid of a lot of the leg work. At least it isn't a copy/paste solution. http://www.fu2k.org/alex/css/layouts/3Col_NN4_FMFM.mhtml -- jon mailto:[EMAIL PROTECTED] Sunday, July 13, 2003,

OT: CSS Layouts

2003-07-13 Thread Jeff Chastain
I am looking for a CSS layout that fits the following criteria and I am not having much luck. Anybody have any pointers? - allows for header, 2 or 3 columns, and a footer - allows for 'miss-ordering' of the blocks (content first, then header, navigation, and footer) within HTML Anybody

Re: OT: CSS Layouts

2003-07-13 Thread Gyrus
At 17:00 13/07/2003 -0500, you wrote: I am looking for a CSS layout that fits the following criteria and I am not having much luck. Anybody have any pointers? - allows for header, 2 or 3 columns, and a footer - allows for 'miss-ordering' of the blocks (content first, then header,

Re: OT: css, dhtml question

2003-03-28 Thread Thomas Chiverton
On Tuesday 25 Mar 2003 15:15 pm, Jason Miller wrote: through css isn't there a getElementByID(YourScrollName.height) or something similiar? obj= getElementByID(YourScrollName); iHeight=obj.height; -- Tom C Land of the free, home of the brave... you have to be brave to live there and enjoy

RE: OT: css, dhtml question

2003-03-25 Thread Hugo Ahlenius
Try this technique: http://scott.sauyet.name/CSS/Demo/FooterDemo1.html I have tried it and it works very well, but you have to be careful that you get the styles right. ~| Archives:

RE: OT: css, dhtml question

2003-03-25 Thread Hugo Ahlenius
Oh, Another thing: frames might be an alternative. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

Re: OT: css, dhtml question

2003-03-25 Thread Jason Miller
somewher (been about 2 years sorry) -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 March 2003 6:11 AM To: CF-Talk Subject: RE: OT: css, dhtml question Perhaps a better explaination is in order. The app is internal for an IE5.5+ only audience

RE: OT: css, dhtml question

2003-03-25 Thread Barney Boisvert
: 360.671.8708 x12 fax : 360.647.5351 www.audiencecentral.com -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 12:04 AM To: CF-Talk Subject: RE: OT: css, dhtml question Try this technique: http://scott.sauyet.name/CSS/Demo

OT: css, dhtml question

2003-03-24 Thread Mark A. Kruger - CFG
Can someone give me the quick and dirty answer on why this page doesn't render correctly in IE? http://www.thelifegate.net/Pages/ClassReg.asp thanks! -mk ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Re: OT: css, dhtml question

2003-03-24 Thread Jason Miller
since i don't have to much time - I glanced at browser view only - no source - And you have text all collapsing on each other - most often that is the result of a display property. display: none display: block display: inline etc OR position:asbolute vs position:relative. It looks as if you

RE: OT: css, dhtml question

2003-03-24 Thread Mark A. Kruger - CFG
Thanks Jay - it's not my code (I'm not a CSS guy at all) - but the author greatly appreciates your insight. -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 12:06 PM To: CF-Talk Subject: Re: OT: css, dhtml question since i don't have to much

RE: OT: css, dhtml question

2003-03-24 Thread Barney Boisvert
:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 10:18 AM To: CF-Talk Subject: Re: OT: css, dhtml question may want to give the div class=sidebar a width... it might defined in the 'sidebar' class in the .css...i was too lazy to look :) charlie Mark A. Kruger - CFG writes: Can someone

Re: OT: css, dhtml question

2003-03-24 Thread Jason Miller
www.audiencecentral.com -Original Message- From: charlie griefer [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 10:18 AM To: CF-Talk Subject: Re: OT: css, dhtml question may want to give the div class=sidebar a width... it might defined in the 'sidebar' class in the .css...i

RE: OT: css, dhtml question

2003-03-24 Thread Tim Laureska
Subject: RE: OT: css, dhtml question Totally unrelated, but on the same topic. How might I go about putting a footer bar at the bottom of my page using CSS, rather than a table. I've had no problems with topbars, sidebars (either side) and the main content pane(s), but I can't get stuff to sit

RE: OT: css, dhtml question

2003-03-24 Thread Barney Boisvert
(formerly PIER System, Inc.) [EMAIL PROTECTED] voice : 360.671.8708 x12 fax : 360.647.5351 www.audiencecentral.com -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 10:53 AM To: CF-Talk Subject: Re: OT: css, dhtml question Personally - I

RE: OT: css, dhtml question

2003-03-24 Thread Douglas.Knudsen
-Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 2:11 PM To: CF-Talk Subject: RE: OT: css, dhtml question Perhaps a better explaination is in order. The app is internal for an IE5.5+ only audience. It's quite visually complex, and I'm

Re: OT: css, dhtml question

2003-03-24 Thread Jochem van Dieten
Barney Boisvert wrote: +---+ | | +---+---+---+ | | | | | | | | | | | | | | | | | | | | +---+---+---+ | | +---+ The top 4 content areas all have variable content, while the

Re: RE: OT: css, dhtml question

2003-03-24 Thread ksuh
: OT: css, dhtml question Perhaps a better explaination is in order. The app is internal for an IE5.5+ only audience. It's quite visually complex, and I'm trying to keep the number of page loads down as the presentation changes as much as possible. I have a base page set up like

RE: OT: css, dhtml question

2003-03-24 Thread Buckland, Ramon
March 2003 6:11 AM To: CF-Talk Subject: RE: OT: css, dhtml question Perhaps a better explaination is in order. The app is internal for an IE5.5+ only audience. It's quite visually complex, and I'm trying to keep the number of page loads down as the presentation changes as much as possible

Re: [OT] CSS Question

2003-02-26 Thread Bob Haroche
Anyone know how to get rid of that inner border line that appears on a submit button when it is active?? onClick=blur() If you use Dreamweaver, www.projectseven.com has an extension to add/remove that code to all links on a page. I've noticed that IE6 (pc) won't always get rid of the border

Re: [OT] CSS Question

2003-02-24 Thread Jochem van Dieten
Taco Fleur wrote: Anyone know how to get rid of that inner border line that appears on a submit button when it is active?? Or even change the color? onClick=blur() Jochem ~| Archives:

[OT] CSS Question

2003-02-23 Thread Taco Fleur
Anyone know how to get rid of that inner border line that appears on a submit button when it is active?? Or even change the color? Or is this a stupid question? ;-) ~| Archives:

OT: CSS - How to do this

2003-02-06 Thread Mark Stephenson - Evolution Internet
Hey, When a user puts their mouse over a td i want the left borderline to be red onMouseover=style.border-left= 'red thin solid'; Is what i thought would do it It works for style.border but i want only the left I am sure it is something silly that i am missing Ideas

Re: OT: CSS - How to do this

2003-02-06 Thread charlie griefer
Mark Stephenson - Evolution Internet writes: Hey, When a user puts their mouse over a td i want the left borderline to be red onMouseover=style.border-left= 'red thin solid'; Is what i thought would do it It works for style.border but i want only the left I am

RE: OT: CSS - How to do this

2003-02-06 Thread Mark Stephenson - Evolution Internet
vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme. -Original Message- From: charlie griefer [mailto:[EMAIL PROTECTED]] Sent: 06 February 2003 17:51 To: CF-Talk Subject: Re: OT: CSS - How to do this Mark Stephenson

Re: OT: CSS - How to do this

2003-02-06 Thread jon hall
fyi, the Mozilla DOM Inspector will give you a list of all of the Javascript settable CSS properties for an object by clicking on the tag and choosing Javascript Object and expanding style. -- jon mailto:[EMAIL PROTECTED] Thursday, February 6, 2003, 12:58:20 PM, you wrote: MSEI Hey, MSEI

Re: OT: CSS - How to do this

2003-02-06 Thread danielEthan
When a user puts their mouse over a td i want the left borderline to be red onMouseover=style.border-left= 'red thin solid'; Is what i thought would do it It works for style.border but i want only the left I am sure it is something silly that i am missing Ideas This

OT: CSS Alignment of OL

2002-10-02 Thread Andy Ousterhout
I am trying to align the following 1. First line a. Second line with the following html: ol liFirst line/li ol liSecond line/li /ol /ol but the result is: 1. First line a. Second line My question is: 1. How do I control the spacing before the ordered

Re: OT: CSS Alignment of OL

2002-10-02 Thread Jochem van Dieten
Andy Ousterhout wrote: I am trying to align the following 1. First line a. Second line Maybe: ol liFirst line/li ol li style=float: left;Second line/li /ol /ol Jochem ~| Archives:

RE: OT: CSS Alignment of OL

2002-10-02 Thread Andy Ousterhout
Float removed level 2 numbering: 1. First line Second line -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 7:41 PM To: CF-Talk Subject: Re: OT: CSS Alignment of OL Andy Ousterhout wrote: I am trying to align

Re: OT: CSS to stop printing part of page

2002-07-05 Thread Tony Schreiber
STYLE TYPE=text/css MEDIA=print .noprint {display: none;} /STYLE div class=noprint /div This was in steve druckers presentation at CFUN, and I can't find the syntax anywhere. I need to know the style for stopping a bit of text from printing. For instance below, all of this would

OT: CSS to stop printing part of page

2002-07-01 Thread BEN MORRIS
This was in steve druckers presentation at CFUN, and I can't find the syntax anywhere. I need to know the style for stopping a bit of text from printing. For instance below, all of this would show on the screen but not on the printed page: span style=...Don't Print This/span span style=...Do

OT: CSS and dynamically changing classes

2002-04-16 Thread Matthew R. Small
Hi everybody, I have a form where a text input box become available for use only if a certain slection is made. What I want to do is have the color of the text box be grey if it is not available and normal color (which is purple in my case) if it is available. I can handle the

OT: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Matthew R. Small
, 2002 10:57 AM To: CF-Talk Subject: OT: CSS and dynamically changing classes Hi everybody, I have a form where a text input box become available for use only if a certain slection is made. What I want to do is have the color of the text box be grey if it is not available and normal color

OT: CSS

2002-01-21 Thread Steven Dworman
I've been reading through css resources, but I can't seem to find much on altering the properties of a select box. Changing the font, width, height, blah blah is no problem. This issue is changing the scroll bar properties such as color, and border properties so that I can remove the 3d effect.

OT CSS

2001-03-27 Thread ibtoad
How many of you are using external CSS in your apps and can anyone recommend a good reference book on CSS? Thanks, Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: OT CSS

2001-03-27 Thread DeVoil, Nick
How many of you are using external CSS in your apps and can anyone recommend a good reference book on CSS? I almost always use them Danny Goodman's Dynamic HTML book (O'Reilly) works for me. Nick ** Information in this

RE: OT CSS

2001-03-27 Thread Adkins, Randy
Yes. Personally I enjoyed the 'Cascading Style Sheets - The Definitive Guide' by O'Reillyl (ISBN: 1-56592-622-6) -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 9:19 AM To: CF-Talk Subject: OT CSS How many of you are using external CSS

<    1   2   3   >