Re: [css-d] whatever:hover fast and easy via Dynamic Properties

2005-07-11 Thread Klaus Hartl
Neat. But then on this end ( XP_SP2) IE6.0 'Security' setting at high. Now what I'll do? Any JavaScript is turned off with security setting high. No difference if you use an behavior, these dynamic properties I mentioned or just a normal javascript file. Therefore I recommend using

Re: [css-d] whatever:hover fast and easy via Dynamic Properties

2005-07-11 Thread Klaus Hartl
IE/Win: .whatever { background-color: expression(this.runtimeStyle.backgroundColor, this.onmouseover = function() { this.className += ' whateverhover'; }, this.onmouseout = function() { this.className = this.className.replace('whateverhover', ''); }); } Very nice! You can take this part

[css-d] Trouble with list/link in IE

2005-07-11 Thread Sverre Bjørseth
Hi folks, I was wondering if someone out there could help med with something thats been bothering me for 2 days now. I´ve made a menu on my site using lists, and styling it using CSS. It works perfectly in Fx and Opera, but in IE the list-items seems to be double the height of whats intended.

[css-d] A Little Firefox Firefly

2005-07-11 Thread Hershel Robinson
When I load this page: http://scarabbooks.com/index.php CSS: http://scarabbooks.com/main.css into Firefox, it loads with the footer text This site is protected by... right on top of the image 'Passing Time in the Loo.' When I refresh, then the footer goes to the bottom, where it belongs. I

[css-d] Problem with Eric Meyer dropdown menu

2005-07-11 Thread Pascal Gautronneau
Hello, I've juste made a drop down menu using the method explained in more Eric Meyer on css. My problem is that when the menu get over a div with a property overflow:auto, it disepear. I can't give an url because it is an intranet. Does someone has the same problem ? Thanks for help Pascal

Re: [css-d] Strange float drop

2005-07-11 Thread Bob Easton
Leigh Baker-Foley wrote: Hello again all, Same source XHTMLL: http://8.3.8.136/ Same source CSS: http://8.3.8.136/style/ief001.css All still validating. This time I muddled through several hours of hair ripping before writing for your help, just in case. :D I'm having a seemingly unfixable

[css-d] shorthand background:url(file.extension);

2005-07-11 Thread Uwe Kaiser
Hi list When I use the shorthand background: url(image.gif) fixed; all browsers should expand it to background: url(image.gif) 0% 0% fixed transparent; In Mr. Zeldman's book (Designing with ...) I've seen an explicit p { background: transparent; ... ... } and I don't

[css-d] Problem with IE and background image

2005-07-11 Thread Lee Underwood
I am new on the list and need some help. I have placed a fixed background image on my Web site at: http://www.shamar.org/emet/. It works fine in Firefox but not IE. However, I have a fixed image on another place on the Web site http://www.shamar.org/ that works fine in both Firefox and IE.

Re: [css-d] shorthand background:url(file.extension);

2005-07-11 Thread Christian Heilmann
When I use the shorthand background: url(image.gif) fixed; all browsers should expand it to background: url(image.gif) 0% 0% fixed transparent; In Mr. Zeldman's book (Designing with ...) I've seen an explicit p { background: transparent; ... ... } and I don't

Re: [css-d] shorthand background:url(file.extension);

2005-07-11 Thread Philippe Wittenbergh
On 11 Jul 2005, at 9:48 pm, Uwe Kaiser wrote: Hi list When I use the shorthand background: url(image.gif) fixed; all browsers should expand it to background: url(image.gif) 0% 0% fixed transparent; In Mr. Zeldman's book (Designing with ...) I've seen an explicit p { background:

[css-d] Re: css-d Digest, Vol 32, Issue 15

2005-07-11 Thread jason
Thank you for your e-mail. I am currently out of the office and only periodically checking e-mail. I will respond to your e-mail when I return to the office on Monday, July 18, 2005. Jason Gennaro JJPG Communications www.jjpg.com E-mail: [EMAIL PROTECTED] Phone #: 647-296-JJPG (5574)

[css-d] Print CSS Expandable Menu buggy

2005-07-11 Thread Craddock, Melissa
I am using a expanding menu based on http://www.gazingus.org/html/menuExpandable.html The menu uses li for the items. There is a very small amount of javascript. I would like to have the menu print expanded even though it is collapsed on the screen. When I first go to the page, I can click on

Re: [css-d] Strange float drop

2005-07-11 Thread Philippe Wittenbergh
On 11 Jul 2005, at 8:19 pm, Bob Easton wrote: Leigh Baker-Foley wrote: Hello again all, Same source XHTMLL: http://8.3.8.136/ Same source CSS: http://8.3.8.136/style/ief001.css All still validating. This time I muddled through several hours of hair ripping before writing for your help, just

[css-d] Check page please

2005-07-11 Thread Schalk Neethling
Greetings All! I am currently implementing a news scroller using XHTML, CSS and JavaScript. I know this list is not the place for Javascript question, if anyone knows of a good place please let me know but, I would really appreciate it if someone can look at the following page:

[css-d] Site Vista

2005-07-11 Thread Tom Livingston
Hello list, Possibly old news, but have you all seen this? http://www.sitevista.com/ Some good features, like full-page-depth screen shots. Looks interesting. -- Tom Livingston Senior Multimedia Artist Media Logic www.mlinc.com Using Opera's revolutionary e-mail client:

Re: [css-d] Tabless news scroller

2005-07-11 Thread Matthew
Can anyone point me to a good CSS based news scroller? News scrollers require either Flash or JavaScript to run. I was kinda wondering the same thing.Is it possible to create a news scroller without using javascript, or at least use a very minimum of javascript. I'm not really against the

Re: [css-d] Problem with Eric Meyer dropdown menu

2005-07-11 Thread Pascal Gautronneau
Le lundi 11 juillet 2005 à 11:55 +0200, Pascal Gautronneau a écrit : Hello, I've juste made a drop down menu using the method explained in more Eric Meyer on css. My problem is that when the menu get over a div with a property overflow:auto, it disepear. I can't give an url because it is

Re: [css-d] Tabless news scroller

2005-07-11 Thread Martin Heiden
Matthew, I was kinda wondering the same thing.Is it possible to create a news scroller without using javascript, or at least use a very minimum of javascript. I'm not really against the javascript but all the solutions I've seen won't degrade well when using a browser without JS. My thought

Re: [css-d] Tabless news scroller

2005-07-11 Thread Christian Heilmann
Can anyone point me to a good CSS based news scroller? News scrollers require either Flash or JavaScript to run. I was kinda wondering the same thing.Is it possible to create a news scroller without using javascript, or at least use a very minimum of javascript. I'm not really against

[css-d] Missing class assigments

2005-07-11 Thread Keith Bloom
Hi, Can someone let me know if I am going mad or not. I have this but of CSS: #content #article { float: left; } #content #article.slim { width: 395px; margin-right: 5px; } #content #article.aus { border: 1px solid #ff9922;

[css-d] help! IE but not Firefox showing faux columns background

2005-07-11 Thread Lisa Hoppes
I've stripped this down to just the problem. There is left nav that will go in, as well as other content. I've got a faux columns background image repeat-y on #contentcontainer (blue on left, gray in middle, white on right). In IE, the faux columns are showing up fine. In Firefox, nothing, though

Re: [css-d] Strange float drop

2005-07-11 Thread Al Sparber
From: Philippe Wittenbergh [EMAIL PROTECTED] IE Mac does NOT suffer from that broken box model. It was actually the first browser to implement the CSS2 block model correctly. Not ENTIRELY correctly :-) In my experience it sometimes mis-calculates borders on nested elements that ordinarily

[css-d] problems with background image flickering on scroll

2005-07-11 Thread Bruce Gilbert
Several people have pointed out to me that on my site you get a flicker when scrolling down or up with the background image which is just a small line gif which repeats. I can duplicate this myself, but I am not sure what is causing this problem. the URL is http://www.inspired-evolution.com CSS:

Re: [css-d] problems with background image flickering on scroll

2005-07-11 Thread Christian Heilmann
On 7/11/05, Bruce Gilbert [EMAIL PROTECTED] wrote: Several people have pointed out to me that on my site you get a flicker when scrolling down or up with the background image which is just a small line gif which repeats. I can duplicate this myself, but I am not sure what is causing this

[css-d] [Thanks ] shorthand background:url(file.extension);

2005-07-11 Thread Uwe Kaiser
Thanks for the answers. For the future, I will set both foreground *and* background, or none of it. Regards, Uwe Kaiser -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] ADMIN: Re: css-d Digest, Vol 32, Issue 15

2005-07-11 Thread Eric A. Meyer
At 1:13 PM + 7/11/05, [EMAIL PROTECTED] wrote: Thank you for your e-mail. I am currently out of the office and only periodically checking e-mail. Sadly, Jason will not see any further css-d traffic beyond the next digest, because he (like another list member recently) has been

Re: [css-d] Missing class assigments

2005-07-11 Thread Ingo Chao
Keith Bloom schrieb: Hi, Can someone let me know if I am going mad or not. IEwin has some (cough) problems with #id.class combinations. #content #article.slim { background:blue; ... } #content #article.aus { background:red; ... } this div

Re: [css-d] Print CSS Expandable Menu buggy

2005-07-11 Thread James Denholm-Price
Hi Melissa [EMAIL PROTECTED], On 7/11/05, Craddock, Melissa [EMAIL PROTECTED] wrote: I am using a expanding menu based on http://www.gazingus.org/html/menuExpandable.html ... I would like to have the menu print expanded even though it is collapsed on the screen. When I first go to the page,

Re: [css-d] Print CSS Expandable Menu buggy

2005-07-11 Thread Mirgy-CSS-discuss
Melissa, At 06:25 AM 7/11/2005, Craddock, Melissa wrote: I am using a expanding menu based on http://www.gazingus.org/html/menuExpandable.html The menu uses li for the items. There is a very small amount of javascript. I would like to have the menu print expanded even though it is

Re: [css-d] help! IE but not Firefox showing faux columns background

2005-07-11 Thread Gunlaug Sørtun
Lisa Hoppes wrote: I've got a faux columns background image repeat-y on #contentcontainer (blue on left, gray in middle, white on right). In IE, the faux columns are showing up fine. In Firefox, nothing, though it's showing up behind the search area, so I know it's in there somewhere.

Re: [css-d] problems with background image flickering on scroll

2005-07-11 Thread Guillaume
Hi there, It's flickering for me here on FF mac, laptop... did you meet this problem especially on Firefox... I'm asking this because i experienced similar situation with fixed elements covering big size images... In fact the more i design with it the more i think the Gecko layout engine is

[css-d] extra space around a table inside a div

2005-07-11 Thread Anthony Morales
Hi y'all, I've come across a most vexing problem I hope y'all have seen before. I've got a div wrapped around a table. I'd like the table to run up the borders of the div so it looks like there's a border on the table, but I'll be adding more content inside this border so I'd rather

Re: [css-d] Trouble with list/link in IE

2005-07-11 Thread Sverre Bjørseth
Thanks a lot Paolo. IE doesn´t stop surprising me... But, it is still not possible to place the cursor to the right of the link text and achive the :hover-effect (This works in Fx and Opera, but not in IE). Anyone knows how to do this without specifying the width of the a-element? If I set the

[css-d] limiting collumns

2005-07-11 Thread jeremy
Ok, so I am sure this is a decent css question. I have this list of names, like 300 names.. and addresses that i would like to display as a list in 2 or three collumns. However, this list is constantly growing and changing, and i would like to be able to not force the break in the collumns but

RE: [css-d] A Little Firefox Firefly

2005-07-11 Thread Ric Jude Raftis
Could it be the missing DTD declaration at the top of your html? Regards, Ric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Hershel Robinson Sent: Monday, 11 July 2005 6:57 PM To: css-d@lists.css-discuss.org Subject: [css-d] A

Re: [css-d] limiting collumns

2005-07-11 Thread Brian Cummiskey
jeremy wrote: Is there a way that you can write the css to start displayig in a new collumn after 100 li entries? sounds like this is a better job for php than css. every 100, start a new dynamic Div ? for $x=0; $x100; x++ { echo ? div id=divA

Re: [css-d] whatever:hover fast and easy via Dynamic Properties

2005-07-11 Thread David Hucklesby
On Mon, 11 Jul 2005, Klaus Hartl wrote:  hm, I think using a property like behavior for assigning these  mouse events might be a good idea - should not have any side  effects and to me that even makes some sense :-) Is there any way to get IE to understand focus? Cordially, David -- David

[css-d] IE browser resize problem

2005-07-11 Thread Gwyn Perry
OK, I've joined this list after finally finding a problem that I couldn't work out a practical solution. I'm sure this won't be the first time. So here's my problem: My page works fine in Gecko browsers, and *almost* fine in IE6. I haven't tested in other browsers, as my client made it clear that

Re: [css-d] limiting collumns

2005-07-11 Thread jeremy
Thank you for your reply. I'll give that a shot... I wasnt aware that PHP would be the best approach and thought maybe there was a CSS solution. -jeremy Brian Cummiskey wrote: jeremy wrote: Is there a way that you can write the css to start displayig in a new collumn after 100 li entries?

[css-d] Color change on row hover

2005-07-11 Thread Scott Haneda
.tRow:hover { background: #FFD; border: 1px solid #EFE; color: 3F0; } I use the above CSS on a table, when you hover over the tr it changes the background to yellow, but the links inside it are not getting the color change to green that I am wanting, unless of course, you are right

[css-d] Stumped on white border on tables

2005-07-11 Thread Scott Haneda
http://www.click-brand.com/se_marketing/index.ws Look at the header and the footer, there is this 1px or so white line around everything, and I can not get it to go away. -- - Scott HanedaTel: 415.898.2602

Re: [css-d] Color change on row hover

2005-07-11 Thread Richard Grevers
On 7/12/05, Scott Haneda [EMAIL PROTECTED] wrote: .tRow:hover { background: #FFD; border: 1px solid #EFE; color: 3F0; } I use the above CSS on a table, when you hover over the tr it changes the background to yellow, but the links inside it are not getting the color change to

RE: [css-d] Color change on row hover

2005-07-11 Thread Ric Jude Raftis
I think your background should be background-color:#FFD; I am not getting any change in background in either Firefox or IE or border. I think you need to define a style for link, visited, hover and active in that order for it all to work. You may also need to include a DTD at the head of your

RE: [css-d] Stumped on white border on tables

2005-07-11 Thread Ric Jude Raftis
Could I suggest that you get rid of all your tables for a start and stick with one table if you are going to use them. At a cursory glance you appear to be using four tables some are nested and some aren't. Your page shows that you could achieve this design with a single column using colspan tags

Re: [css-d] Color change on row hover

2005-07-11 Thread Richard Grevers
On 7/12/05, Scott Haneda [EMAIL PROTECTED] wrote: on 7/11/05 6:02 PM, Richard Grevers at [EMAIL PROTECTED] wrote: On 7/12/05, Scott Haneda [EMAIL PROTECTED] wrote: .tRow:hover { background: #FFD; border: 1px solid #EFE; color: 3F0; } I use the above CSS on a table,

Re: [css-d] Color change on row hover

2005-07-11 Thread Scott Haneda
on 7/11/05 6:32 PM, Ric Jude Raftis at [EMAIL PROTECTED] wrote: I think your background should be background-color:#FFD; I am not getting any change in background in either Firefox or IE or border. I think you need to define a style for link, visited, hover and active in that order for it

Re: [css-d] Stumped on white border on tables

2005-07-11 Thread Scott Haneda
on 7/11/05 6:41 PM, Ric Jude Raftis at [EMAIL PROTECTED] wrote: Could I suggest that you get rid of all your tables for a start and stick with one table if you are going to use them. At a cursory glance you appear to be using four tables some are nested and some aren't. Your page shows that

Re: [css-d] Stumped on white border on tables

2005-07-11 Thread Gunlaug Sørtun
Scott Haneda wrote: As you can see http://www.click-brand.com/test.ws I am still nailed with this white border around the table, and I need to make that go away. Ok, you need a quick fix: img src=header0E.gif alt=Click-brand Logo width=725 height=85 border=0 style=float: left; margin: -1px

[css-d] Print stylesheet - cut pages off

2005-07-11 Thread Robert Neville
I just began developing the print stylesheet for the site listed below and have encountered several difficulties. These scenarios seem simple, yet my mind has not resolved them. Damm mind blocks! So the page remains fairly complex as far as the CSS. My header div created a page break between it

Re: [css-d] Trouble with list/link in IE

2005-07-11 Thread Gary Turner
Ric Jude Raftis wrote: You will possibly find that this hack fixes the problem for IE. Place in CSS file above the Navbar id. /* Fix IE. Hide from IE Mac \*/ * html #navbar ul li { float: left; } * html #navbar ul li a { height: 1%; } /* End */ It is not necessary to float the lis, making

Re: [css-d] limiting collumns

2005-07-11 Thread Wayne
On 7/11/05, jeremy [EMAIL PROTECTED] wrote: I'll give that a shot... I wasnt aware that PHP would be the best approach and thought maybe there was a CSS solution. I did a similar implementation for my work's site (in ASP, but same difference). I ended up breaking the lists up like this ALA page

Re: [css-d] help! IE but not Firefox showing faux columns background

2005-07-11 Thread Gary Turner
Gunlaug Sørtun wrote: Then add this: #contentcontainer {display: table;} ...which will make FF (and other good browsers) expand the container and background properly. regards Georg What's the reason for this method working? cheers, gary -- Anyone can build a usable web site. It takes a