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

2005-07-10 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 o

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

2005-07-10 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 wh

Re: [css-d] Odd IE behaviour with borders

2005-07-10 Thread Ingo Chao
Mr. Kim Siever schrieb: http://kim.hotpepper.ca/test.html Jonathan McLean demoized the border chaos on P.I.E. http://positioniseverything.net/explorer/border-chaos.html Ingo -- http://www.satzansatz.de/css.html __ css-discuss

Re: [css-d] Safari doctype switcher affecting CSS

2005-07-10 Thread Kelly Miller
When I look at your nav code, I see -1. -1 what? I believe the standards say that the rule should be ignored if there are no units specified. It doesn't work in Firefox, either (there are no hover effects). -- http://www.mozilla.org/products/firefox/ - Get Firefox! http://www.mozilla.org/pr

Re: [css-d] Vertical Text for Castle Hotel Menu (Italy)

2005-07-10 Thread Maximillian Schwanekamp
> Thomas Hall wrote: >> Ok, so can I somehow use CSS to they can open >> a web >> page and print it so it can fold neatly in half and display the wine >> list on >> one half, the menu on the other. If so, how would I do this? If anyone >> would >> help, I would be s grateful. Bob Easton wrote

[css-d] Safari doctype switcher affecting CSS

2005-07-10 Thread IDS
Hi all, I am putting the finishing touches on http://impluviumsystems.com/ and have come across a weird behaviour in Safari: when I include a doctype, the CSS hover on the navigation stops working. When I take the doctype out, the :hover effect works once again. I wasn't aware that Safari

Re: [css-d] Mind the gap

2005-07-10 Thread Gunlaug Sørtun
Ian Sweeney wrote: In IE6 there is a gap between the bottom of the image shown at www.iansweeney.me.uk/p4 and the blue top border of the content section. There is no gap when viewed with Firefox. How do I get rid of the gap? Style the image to 'display: block', as it should be in strict. #ma

Re: [css-d] Mis-sized DIV in IE6?

2005-07-10 Thread Holly Bergevin
Ian Sweeney wrote: >The image shown at www.iansweeney.me.uk/p4 shows red within the yellow >border in IE6, but not in Firefox. How do I get rid of the red? >The image size is 744 x 164 and so is the div. >div#mix { background-color: red; border: 5px solid yellow; height: 164px; >margin: 0px; pad

RE: [css-d] Mind the gap

2005-07-10 Thread Peter Williams
> From: Ian Sweeney > > In IE6 there is a gap between the bottom of the image shown at > www.iansweeney.me.uk/p4 and the blue top border of the > content section. > There is no gap when viewed with Firefox. How do I get rid of the gap? ian, It is the whitespace in your markup causing it. Rewri

[css-d] Mind the gap

2005-07-10 Thread Ian Sweeney
In IE6 there is a gap between the bottom of the image shown at www.iansweeney.me.uk/p4 and the blue top border of the content section. There is no gap when viewed with Firefox. How do I get rid of the gap? The image size is 744 x 164 and so is the div. div#mast { border: 0; height: 164px; margin:

[css-d] IE css positioning woes - site update

2005-07-10 Thread Sam Leathers
that's http://www.magpienet.biz/newmag/ typo on my part. Sam -- in life, direction is everything, distance is secondary--so keep your bearings! [KJV] Luke 5:16 And he withdrew himself into the wilderness, and prayed. Get Firefox!!! http://www.spreadfirefox.com/?q=affiliates&id=13731&t=1 ___

Re: [css-d] Mis-sized DIV in IE6?

2005-07-10 Thread Rahul Gonsalves
Seems to me that if you just remove the: background-color: red; the problem dissapears. Is there a compelling reason - global stylesheet or somthing which requires you to leave that in? Rahul. Ian Sweeney wrote: The image shown at www.iansweeney.me.uk/p4 shows red within the yellow bor

Re: [css-d] IE css positioning woes

2005-07-10 Thread Dan Kletter
I couldn't see your site. I keep getting DNS not found. I'm only guessing at what the problem could be, but have you tried the band-pass filter or other IE hacks? http://stopdesign.com/examples/ie5mac-bpf/ Also, look for the heading "Giving Internet Explorer what it needs" in this article: http

Re: [css-d] Footnotes

2005-07-10 Thread Mirgy-CSS-discuss
Stephen, At 10:30 AM 7/8/2005, Stephen R Laniel wrote: I'd like to create CSS2 footnotes that a) are easy for web developers to code, b) are auto-numbered, and c) only display a number surrounded by brackets most of the time, and d) only display the footnote when you hover over the number.

[css-d] Mis-sized DIV in IE6?

2005-07-10 Thread Ian Sweeney
The image shown at www.iansweeney.me.uk/p4 shows red within the yellow border in IE6, but not in Firefox. How do I get rid of the red? The image size is 744 x 164 and so is the div. div#mix { background-color: red; border: 5px solid yellow; height: 164px; margin: 0px; padding: 0px; width: 744px;

[css-d] IE css positioning woes

2005-07-10 Thread Sam Leathers
I've been working on a site for a week now, trying to get positioning looking good. The site is www.mapienet.biz/newmag/index.php. The positioning looks great in firefox, but in IE it broke horribly. I added a bunch of * html tags to force some boxes with IE 6 into the right place (IE5 still needs

RE: [css-d] Printing problems with DL/DT/DD for numbered paragraphs...

2005-07-10 Thread Mirgy-CSS-discuss
Friends, _Regarding the problem (solved! I hope...) Well, I thought I would be symmetric and finish out the thread represented by the subject. This list runs on the extraordinary generosity of the experts hereon offering their time and knowledge to others; even so, I was not succ

[css-d] Thanks

2005-07-10 Thread Markus Winter
Hi all, first of all thanks to everyone who responded to my questions. I got 7 replies straight into my inbox telling me off for posting non-css questions, 3 suggesting I should read a book before posting questions, and 4 which told me to either use JavaScript, PHP, or server site includes. As I

[css-d] Hey everyone

2005-07-10 Thread Sam Leathers
I'm new to the list. Just figured I'd say Hi. I'm between novice and moderate with using css and came across this list googling. Glad to find a place I can ask questions when I have problems. Sam -- in life, direction is everything, distance is secondary--so keep your bearings! [KJV] Luke 5:16

[css-d] Odd IE behaviour with borders

2005-07-10 Thread Mr. Kim Siever
Hi all, I'm am trying to put together a simple design for a Blogger blog and it's looks fine in FF, but I keep getting some problems in IE. Here is the temporary URL: http://kim.hotpepper.ca/test.html Each post has a border around it. In IE, the first box has a border, but there seems to be a s

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

2005-07-10 Thread David Laakso
Klaus Hartl wrote: Hi all, this may be of some interest here... I found a way to easily implement whatever:hover using Dynamic Properties. Here's an example of the code: [...] Here's a demo page: http://stilbuero.de/demo/whatever_hover/ ...and a blog entry of mine about all this: http://stilbue

[css-d] Spot the difference - IE breaks on some pages

2005-07-10 Thread Richard Grevers
http://www.qpsport.com/index.mv behaves as it should, but pages such as http://www.qpsport.com/en/maxiguard.mv and http://www.qpsport.com/en/links.mv have a white background on the left-hand side from the bottom of the header to the end of the page in IE6/Win (they are fine in Opera and Moz) - it l

Re: [css-d] can't get images to align correctly within 's using CSS

2005-07-10 Thread Rimantas Liubertas
On 7/11/05, Bruce Gilbert <[EMAIL PROTECTED]> wrote: > hello, > > on my graphics page, I want the images to be centered within their > table cells using CSS , but what I have tried isn't working. I can't > seem to find the selector for the images. <...> > any assisatnce is greatly appreciative! T

Re: [css-d] can't get images to align correctly within 's using CSS

2005-07-10 Thread David Dorward
On 7/10/05, Bruce Gilbert <[EMAIL PROTECTED]> wrote: > on my graphics page, I want the images to be centered within their > table cells using CSS , but what I have tried isn't working. I can't > seem to find the selector for the images. > > the URL is :http://www.inspired-evolution.com/Graphics.p

[css-d] can't get images to align correctly within 's using CSS

2005-07-10 Thread Bruce Gilbert
hello, on my graphics page, I want the images to be centered within their table cells using CSS , but what I have tried isn't working. I can't seem to find the selector for the images. the URL is :http://www.inspired-evolution.com/Graphics.php and CSS is http://www.inspired-evolution.com/Gilbert

[css-d] Problem with IE and background image

2005-07-10 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: . It works fine in Firefox but not IE. However, I have a fixed image on another place on the Web site that works fine in both Firefox and IE.

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

2005-07-10 Thread Klaus Hartl
Hi all, this may be of some interest here... I found a way to easily implement whatever:hover using Dynamic Properties. Here's an example of the code: EOMB: .whatever { background: #808080; } .whatever:hover, .whateverhover { background: #eaeaea; } IE/Win: .whatever { background-col

Re: [css-d] IE Problems

2005-07-10 Thread Moira Ashleigh
Hi Peggy I have redesigned an existing website using CSS which works in Mozilla except the drop-down menus don't disappear when you remove the cursor and unfortunately, it does not work well in IE. Can anyone give me some advice, starting with my sidebar. I validated all my code and it all chec

Re: [css-d] In IE 6 my dropcap is not aligning correctly

2005-07-10 Thread Moira Ashleigh
I noticed on my home page of my personal web site (http://www.inspired-evolution.com) my drop cap (the large I in inspired) doesn't exactly fit in with the rest of the word in IE 6 (pc), that is it is too far to the right. In the browser I designed the site for (Mozilla for Mac), it looks good and

Re: [css-d] White Block

2005-07-10 Thread Jesper Brunholm
Richard Brown wrote: Could you please tell me how I might fix the problem. I am presuming I should reduce the width by 10px? it looks like 10px, and that would fit the bill of 2x5px border, have you tried? :-) regards Jesper Brunholm _

Re: [css-d] IE6 and background-position [my solution]

2005-07-10 Thread Jon Trelfa
I went ahead with the solution suggested by Uwe. My server has the correct module installed on Apache, so I added the following to the .htaccess file: ExpiresActive on ExpiresByType image/gif "access plus 1 days" ExpiresDefault "access plus 1 days" I tested in IE...no noticeable flick

Re: [css-d] White Block

2005-07-10 Thread Richard Brown
Hi Jesper and All Could you please tell me how I might fix the problem. I am presuming I should reduce the width by 10px? Thanks Rich On 10 Jul 2005, at 09:13, Jesper Brunholm wrote: fits the description, I assume it's the one (?) > A developer has just finished

Re: [css-d] Footnotes

2005-07-10 Thread Gunlaug Sørtun
Stephen R Laniel wrote: Is there a canonical place to look to see which browsers support which CSS properties? I find this quite useful: regards Georg -- http://www.gunlaug.no _

Re: [css-d] IE6 and background-position

2005-07-10 Thread Brett Merkey
quoted: << In IE, however, a message shows up in the status bar that it's 'downloading' the image everytime I roll the mouse over a tab? Sometimes it's a really fast message, but it really shows up poorly on a dialup connection. Is this normal behavior? >> This is normal behavior when you have c

Re: [css-d] Footnotes

2005-07-10 Thread Eileen
On 7/10/05, Stephen R Laniel <[EMAIL PROTECTED]> wrote: > > Is there a canonical place to look to see which browsers > support which CSS properties? > try http://www.dithered.com/css_filters/css_only/index.php __ css-discuss [EM

Re: [css-d] overflow: auto and other ridiculous notions

2005-07-10 Thread Bob Easton
Virginia Murdoch wrote: Hi all, I'm working on this site: http://mccloud.com.au/test/shoes.html http://mccloud.com.au/test/mccloud.css I've managed to get the overflow:auto thing working, in an aesthetic sense, in most browsers now, but I wondered if an Opera user, or someone with access to

Re: [css-d] Forgot Link for "Div "jumping" in FF

2005-07-10 Thread Gunlaug Sørtun
Thomas Hall wrote: http://design.tmhdesign.com/meran/italy-golf-spa-e.asp Please look at this page. The div titled "copyright" jumps up mid-page when first loaded, but after a refresh it "jumps" to where it is supposed to be. Looks like Firefox becomes confused by some mixed styling. So do

[css-d] Forgot Link for "Div "jumping" in FF

2005-07-10 Thread Thomas Hall
Sorry, I forgot to put in the link for my earlier post - http://design.tmhdesign.com/meran/italy-golf-spa-e.asp Please look at this page. The div titled "copyright" jumps up mid-page when first loaded, but after a refresh it "jumps" to where it is supposed to be. I am not quite sure why that i

Re: [css-d] White Block

2005-07-10 Thread Jesper Brunholm
Richard Brown wrote: I am trying to resolve some issues on . fits the description, I assume it's the one (?) > A developer has just finished building a cms driven online shop that is html and css styled. I have uploaded the site but have an is

[css-d] Div "jumping up" in Firefox...

2005-07-10 Thread Thomas Hall
Please look at this page. The div titled "copyright" jumps up mid-page when first loaded, but after a refresh it "jumps" to where it is supposed to be. I am not quite sure why that is, I looked in Firefox using the outline for the block elements but it just isn't clear to me what is going on. The o

Re: [css-d] IE6 and background-position

2005-07-10 Thread Roy Schestowitz
Quoting Jon Trelfa: I've got a document I've been working on that uses a background image that moves for rollovers (tabs). In FF, everything seems to operate smoothly. In IE, however, a message shows up in the status bar that it's 'downloading' the image everytime I roll the mouse over a tab?

Re: [css-d] White Block

2005-07-10 Thread Roy Schestowitz
Quoting Richard Brown: Hi All I am trying to resolve some issues on . A developer has just finished building a cms driven online shop that is html and css styled. I have uploaded the site but have an issue with a white block sticking out of the right hand side of the si