Re: [css-d] Why using file extension ".css"

2005-05-24 Thread Uwe Kaiser
Many thanks for the prompt and proper help. Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt

Re: [css-d] IE6/Opera Images Underline Problem

2005-05-24 Thread Holly Bergevin
From: "Frank McClung" <[EMAIL PROTECTED]> >Button images on this site I'm working on at > >http://www.computerrecycling.us/ebay.htm > >all have a dotted underline in IE6 and Opera. Firefox is fine. Seems to be >connected to the visited state of links? I removed the dotted underline from >the .body

Re: [css-d] Different background image to each page

2005-05-24 Thread David Laakso
On Tue, 24 May 2005 23:59:21 -0400, Vicki Skinner (Stebbins) <[EMAIL PROTECTED]> wrote: Hi, I've got (I think) a quick question: I'm trying to show a different background image to each page of a website. This is the div... div#content { padding: 0; width: 100%; border: 5px solid #C63;

Re: [css-d] Different background image to each page

2005-05-24 Thread Vicki Skinner (Stebbins)
Hi, I've got (I think) a quick question: I'm trying to show a different background image to each page of a website. This is the div... div#content { padding: 0; width: 100%; border: 5px solid #C63; border-width: 5px 0 5px 0; background: #369 url(/images05/home.jpg) no-repeat; } I want to d

Re: [css-d] IE6/Opera Images Underline Problem

2005-05-24 Thread Pactum web services
From: "Frank McClung" <[EMAIL PROTECTED]> To: "'Pactum web services'" <[EMAIL PROTECTED]> Sent: Tuesday, May 24, 2005 11:23 PM Subject: RE: [css-d] IE6/Opera Images Underline Problem Tim, I only want the underline in the .bodytext class (text links). I don't want it in the navigation, masth

Re: [css-d] Re: CSS list numbering - non-contiguous lists in XHTM L 1.1

2005-05-24 Thread Philippe Wittenbergh
On 25 May 2005, at 12:42 am, David Balch wrote: From: David Dorward [mailto:[EMAIL PROTECTED] CSS 2, look up the "counter" property. Browser support is rubbish though. As far as I've read, there's no way to continue numbering over separate ol elements - are you aware of a way to use "counte

Re: [css-d] Different background image to each page

2005-05-24 Thread Vicki Skinner (Stebbins)
I'm trying to show a different background image to each page of a website. The only way I can think to do it is, to call the entire div another name for each page for example div#about, div#contact etc etc with all the padding, borders etc. This would fill a stylesheet so I wondered does

Re: [css-d] IE6/Opera Images Underline Problem

2005-05-24 Thread Pactum web services
- Original Message - From: "Frank McClung" <[EMAIL PROTECTED]> Button images on this site I'm working on at http://www.computerrecycling.us/ebay.htm all have a dotted underline in IE6 and Opera. Firefox is fine. Seems to be connected to the visited state of links? I removed the dotte

Re: [css-d] Different background image to each page

2005-05-24 Thread David Laakso
On Tue, 24 May 2005 23:59:21 -0400, Vicki Skinner (Stebbins) <[EMAIL PROTECTED]> wrote: Hi, I've got (I think) a quick question: I'm trying to show a different background image to each page of a website. This is the div... div#content { padding: 0; width: 100%; border: 5px solid #C63;

Re: [css-d] Different background image to each page

2005-05-24 Thread Pactum web services
My apologies. I believe I initially sent this response to Vicki privately by accident. It's confusing having some lists that one can hit "Reply" and others that one must hit "Reply All." From: "Vicki Skinner (Stebbins)" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 24, 2005 9:59 PM Subject: [css-

[css-d] IE6/Opera Images Underline Problem

2005-05-24 Thread Frank McClung
Button images on this site I'm working on at http://www.computerrecycling.us/ebay.htm all have a dotted underline in IE6 and Opera. Firefox is fine. Seems to be connected to the visited state of links? I removed the dotted underline from the .bodytext and it didn't cure the problem for the

RE: [css-d] help - CSS styled divider in between items on a page not working properly

2005-05-24 Thread Peter Williams
> -Original Message- > From: Luca Balboni > > > It seems to work but when I try to validate the page, it gives me an > error saying "Error: attribute values must be quoted in XML" > It is actually one of the more understandable error messages. All it means is that the attribute value

[css-d] Different background image to each page

2005-05-24 Thread Vicki Skinner (Stebbins)
Hi, I've got (I think) a quick question: I'm trying to show a different background image to each page of a website. This is the div... div#content { padding: 0; width: 100%; border: 5px solid #C63; border-width: 5px 0 5px 0; background: #369 url(/images05/home.jpg) no-repeat; } I want to dis

Re: [css-d] help - CSS styled divider in between items on a page not working properly

2005-05-24 Thread jack fredricks
in an XML document should be; but this isnt a CSS issue. The validator told you the error - "Error: attribute values must be quoted in XML". You should listen to it, it's quite smart :) __ css-discuss [EMAIL PROTECTED] http:/

[css-d] help - CSS styled divider in between items on a page not working properly

2005-05-24 Thread Luca Balboni
Hi all, I need to include a divider in between different articles and I cannot quite working it out. I included this code in my html, after the last paragraph of my articles: and in the CSS file: .divider { height: 10px; background: url(images/divider.gif) no-repeat;} It seems to wor

Re: [css-d] centering a footer

2005-05-24 Thread Luc
Hello Eric, It was foretold that on 24-5-2005 @ 22:35:46 GMT-0500 (which was 5:35:46 where I live) Eric Ladner would write: EL> The right and left content are floated, so they are removed from the EL> flow. EL> Bout the only thing I could think of off the top of my head is create a EL> fo

Re: [css-d] IE Float Bug

2005-05-24 Thread J. Kang
Try this: #content #left-content img { margin-right: 10px; border: 1px solid black; padding: 1px; margin-bottom: 7px; } #left-content { float: left; text-align: left; width: 212px; height: auto; } Just a guess. I haven't tested it. J. --- Ian McFarlan <[EMAIL PROTECTED]> wrote: > Hi, > > I wa

Re: [css-d] site-map page renders improperly in opera 8 [SOLVED]

2005-05-24 Thread dwain
Gunlaug Sørtun wrote: Quick look in FF1/win, Opera8/win, Safari and IE/Mac. These 3 pages comes through fine, and pretty identical, in all these browsers. Differences: [3] yellow border around center-image/link only shows up in FF. Maybe you want 'border: none;' on that image? IE/Mac show its

RE: [css-d] Fonts

2005-05-24 Thread Peter Williams
> From: Joanne > > There is a way to embed the font in to the website, but I > have no idea how to do it. There were two competing methods (aren't there always) of embedding fonts for the web. Neither really took off as far as I can tell. Webmonkey have an article on how to use both http://tiny

Re: [css-d] Fonts

2005-05-24 Thread Christian Heilmann
On 5/25/05, Joanne <[EMAIL PROTECTED]> wrote: > > I have a client who has asked me if I can do the site in "Eurostile". I > explained to him about fonts needing to be on the receiving computer. > Is this correct? > > > There is a way to embed the font in to the website, but I have no idea how >

Re: [css-d] Why using file extension ".css"

2005-05-24 Thread Christian Heilmann
> > > You can do that if you wish. As above, just use type: text/css"); ?> at the top of your document then add your CSS as > normal. Anytime you want to add some scripting just insert the PHP > tags and you're all set. More on that: http://www.icant.co.uk/articles/cssconstants/#sscript -- Chri

RE: [css-d] Why using file extension ".css"

2005-05-24 Thread Peter Williams
> -Original Message- > From: Uwe Kaiser > > why the style sheet files always have the extension ".css"? > You have to setup a mime-type for the file on the web server, so you want to pick one extension and stick to it. the .css is very self explanatory and follows the convention of .html

RE: [css-d] Fonts

2005-05-24 Thread Jon Jensen
> There is a way to embed the font in to the website, but I > have no idea how to do it. It's done at > http://chris.pirillo.com/ if anyone knows how Chris did this? It appears that it only works in IE, even though it's part of the CSS 2 spec... Chris uses @font-face in his style sheet to load a

RE: [css-d] Fonts

2005-05-24 Thread Joanne
I have a client who has asked me if I can do the site in "Eurostile". I explained to him about fonts needing to be on the receiving computer. Is this correct? There is a way to embed the font in to the website, but I have no idea how to do it. It's done at http://chris.pirillo.com/ if anyone k

RE: Re: [css-d] CSS list numbering - non-contiguous lists in XHTML 1.1

2005-05-24 Thread BJ
This is easy to do in HTML 4, using the depreciated start attribute [START] on a li element. However, as this element is not present in XHTML 1.1 it cannot be used. If there is a way to do this in CSS (2 or 3), I'd love to know about it. Using XHTML 1.0 isn't really an option, as I'm worki

Re: [css-d] Why using file extension ".css"

2005-05-24 Thread Greg Salt
On 24 May 2005, at 23:37, Uwe Kaiser wrote: Christian Heilmann schrieb: On 5/24/05, Brian Cummiskey <[EMAIL PROTECTED]> wrote: Uwe Kaiser wrote: Do we really need the extension ".css"? And if yes, why? There may be a better reason behind this, but... the extention triggers the we

Re: [css-d] Images vs inline styles vs width/height

2005-05-24 Thread jack fredricks
> Just for clarification, since most of the replies have been taken out of > context, it is the positioning information within the asterisks that I > was suggesting the author handle with CSS and move to the CSS file. The > comment "move to the CSS file" had nothing to do with dimensions. > http:/

Re: [css-d] Why using file extension ".css"

2005-05-24 Thread Jan Brasna
If the extension wouldn't be important (because the web server is sending the correct mime type), I could link to an "basis.php" to manipulate the styles server sided via scripting. You can do it now, just send the mime... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

[css-d] CSS Scope: I think I'm being specific enough...?

2005-05-24 Thread Chris W. Parker
Hello, I've got the following HTML... ...that is being influenced by some more general CSS rules (background and border and width). If I declare those things within the style attribute I can get it to look how I want. Yet when I use the following CSS it's not affected: form#order_submit {

[css-d] IE Float Bug

2005-05-24 Thread Ian McFarlan
Hi, I was wondering if someone here could help me out. I'm trying to put together my online portfolio and all is good to go, then I decided to test it in Win IE and was terrified. I used floats to position certain elements and IE renders them weird. The site: http://www.mcfarlan.ca/portfo

Re: [css-d] Why using file extension ".css"

2005-05-24 Thread Uwe Kaiser
Christian Heilmann schrieb: On 5/24/05, Brian Cummiskey <[EMAIL PROTECTED]> wrote: Uwe Kaiser wrote: Do we really need the extension ".css"? And if yes, why? There may be a better reason behind this, but... the extention triggers the webserver to serve the page in the proper format. You

Re: [css-d] Images vs inline styles vs width/height

2005-05-24 Thread Uwe Kaiser
David Laakso schrieb: On Tue, 24 May 2005 17:01:51 -0400, Uwe Kaiser <[EMAIL PROTECTED]> wrote: Two interesting articels: By Dave Shea http://www.mezzoblue.com/archives/2005/05/10/image_attrib/index.php By Dimitri Glazkov http://glazkov.com/blog/archive/2005/04/18/430.aspx regards Uwe Ka

Re: [css-d] Images vs inline styles vs width/height

2005-05-24 Thread David Laakso
On Tue, 24 May 2005 17:01:51 -0400, Uwe Kaiser <[EMAIL PROTECTED]> wrote: Two interesting articels: By Dave Shea http://www.mezzoblue.com/archives/2005/05/10/image_attrib/index.php By Dimitri Glazkov http://glazkov.com/blog/archive/2005/04/18/430.aspx regards Uwe Kaiser -- jack fredricks

Re: [css-d] Why using file extension ".css"

2005-05-24 Thread jack fredricks
it's a DOS hang-over. File extensions are not *needed*, the main OS developers *choose* to use them. It makes file types more 'human readable'. I personally think it should be metadata. But thats all offtopic. As for why use them TODAY? It all depends on your browser support. If all the browsers y

Re: [css-d] Why using file extension ".css"

2005-05-24 Thread Christian Heilmann
On 5/24/05, Brian Cummiskey <[EMAIL PROTECTED]> wrote: > Uwe Kaiser wrote: > > > Do we really need the extension ".css"? And if yes, why? > > There may be a better reason behind this, but... the extention triggers > the webserver to serve the page in the proper format. > > You can cal4l it anyth

Re: [css-d] Images vs inline styles vs width/height

2005-05-24 Thread Uwe Kaiser
Two interesting articels: By Dave Shea http://www.mezzoblue.com/archives/2005/05/10/image_attrib/index.php By Dimitri Glazkov http://glazkov.com/blog/archive/2005/04/18/430.aspx regards Uwe Kaiser -- jack fredricks schrieb: david laasko wrote recently; Move the inline styles for all t

RE: [css-d] Why using file extension ".css"

2005-05-24 Thread Jon Jensen
A couple reasons... 1. Mime types If your css files end in .foo instead of .css, the web server won't send the appropriate "text/css" type unless it has been explicitly configured to do so. Even though you might be saying , user agents are supposed to respect the content-type header sent with the

Re: [css-d] how would I set the font size in CSS for something like this?

2005-05-24 Thread Brian Cummiskey
Bruce Gilbert wrote: Community Education... I thought it would be something like: ul li form option {font-size:100%} I'm not going to argue a point for putting a form in a list item... I'd re-thin

Re: [css-d] Why using file extension ".css"

2005-05-24 Thread Brian Cummiskey
Uwe Kaiser wrote: Do we really need the extension ".css"? And if yes, why? There may be a better reason behind this, but... the extention triggers the webserver to serve the page in the proper format. You can cal4l it anything you want, so long as you force the "header: content-type" of "t

[css-d] Why using file extension ".css"

2005-05-24 Thread Uwe Kaiser
Hi list, why the style sheet files always have the extension ".css"? AFAIK all the recently used browsers accept a link as *href='basis'*, and don't care about, wether the file name is *basis.css*, *basis.sthm*, or just *basis* without an extension. Do we really need the extension ".css"? And i

Re: [css-d] site-map page renders improperly in opera 8

2005-05-24 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: if someone would be so kind as to take a look in ie mac, i surely would be grateful. [1] http://www.studiokdd.com/pages/site-map.html [2] http://www.studiokdd.com/ [3] http://www.alforddesigngroup.com/ Quick look in FF1/win, Opera8/win, Safari and IE/Mac. These 3

[css-d] how would I set the font size in CSS for something like this?

2005-05-24 Thread Bruce Gilbert
I have a percentage set up in my body css (100.01%) and various percentages of that size for other elements. I have a form within an unorganized list where the font size of my option links are appearing way to small in Gecko browsers so I need to know how I would set it in CSS. the code is somethi

Re: [css-d] Probably OT: looking for article on javascript/css form element replacement

2005-05-24 Thread Jan Brasna
Uff, it was hard to find... I'm posting it onlist, I hope I won't offend anyone as it might be useful. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ___

[css-d] Probably OT: looking for article on javascript/css form element replacement

2005-05-24 Thread Bob Sawyer
Sorry for the OT-ness... please respond to me offlist and I'll be happy to sum-up for anyone who requests such as that (again off-list). I'm looking for a recent article on someone's site on how to use javascript (and possibily CSS but I don't recall exactly) to replace form elements such as check

Re: [css-d] site-map page renders improperly in opera 8

2005-05-24 Thread dwain
that was the ticket. i must have mucked around with the clearfix rule before. when i reinserted the correct code, o8 came around. if someone would be so kind as to take a look in ie mac, i surely would be grateful. and could i get a check (just 2 pages), pc and mac, on another site also.

[css-d] For Zoe Gillenwater or anyone who'll help - pic float problem about your article

2005-05-24 Thread Christopher Harris
Dear Ms. Gillenwater or anyone who can help!, I was following your article: http://www.communitymx.com/content/article.cfm?page=1&cid=AFC58 . I was directed to it through this list. I'm constructing a page, and I used your liquid column technique. The only problem is that I couldn't get it

RE: [css-d] Problem marking up external links

2005-05-24 Thread Pringle, Ron
> In addition to Jon's comment about the :before and :after > pseudo-elements and the content property, also note that the selector > syntax you are using is incorrect. There can be no whitespace > between the element and the attribute portion of the selector. I.e. > your > > a [href^="http

Re: [css-d] Fonts

2005-05-24 Thread David Laakso
On Tue, 24 May 2005 10:55:03 -0400, Richard Brown <[EMAIL PROTECTED]> wrote: Hi I have a client who has asked me if I can do the site in "Eurostile". I explained to him about fonts needing to be on the receiving computer. Is this correct? Whilst thinking of fonts could someone direct me t

Re: [css-d] CSS list numbering - non-contiguous lists in XHTML 1. 1

2005-05-24 Thread Chris Ovenden
On 5/24/05, Michael Wilson <[EMAIL PROTECTED]> wrote: > David Balch wrote: > > > Unfortunately, this is not valid XHTML as isn't allowed inside . > > as a child of is not valid, however, as a child of is > perfectly valid. > > > For a moment I thought there was an easy solution when I was l

Re: [css-d] CSS list numbering - non-contiguous lists in XHTML 1. 1

2005-05-24 Thread Michael Wilson
David Balch wrote: Unfortunately, this is not valid XHTML as isn't allowed inside . as a child of is not valid, however, as a child of is perfectly valid. For a moment I thought there was an easy solution when I was looking for a difficult one ;-) I've used the following on several

Re: [css-d] Problem marking up external links

2005-05-24 Thread Adam Kuehn
Pringle, Ron wrote: I'm attempting to mark up external links on my site with the following css: a [href^="http://";] {content:url("icn_external.png");} In addition to Jon's comment about the :before and :after pseudo-elements and the content property, also note that the selector syntax you a

Re: [css-d] Fonts

2005-05-24 Thread Jeff Clark
Have you considered using sIFR? http://www.mikeindustries.com/blog/archive/2004/08/sifr Jeff -- The name's Jeff. I've got a website. http://www.vacantcanvas.com On 5/24/05, Chris Ovenden <[EMAIL PROTECTED]> wrote: > > On 5/24/05, Richard Brown <[EMAIL PROTECTED]> wrote: > > Hi > > > > I have

Re: [css-d] Problem marking up external links

2005-05-24 Thread Jan Brasna
The content: in CSS2.1 should be used only in conjunstion with pseudoclasses :after or :before ... You'd better use something like a[href$="pdf"] { padding-right: 20px; /* respectively the width of the img */ background: url('icn_pdf.png') no-repeat top right; } etc. It works only in Gec

Re: [css-d] Need help of someone using windows

2005-05-24 Thread Chris Ovenden
It's readable in FF andf IE but the pale background strips are very close to eth main bg colour. On 5/24/05, Michael Cassidy <[EMAIL PROTECTED]> wrote: > I'm on MAC and the only Windows machine I have access to is a Compaq > laptop. > Could someone look at my page and tell me if the colors are to

Re: [css-d] Fonts

2005-05-24 Thread Chris Ovenden
On 5/24/05, Richard Brown <[EMAIL PROTECTED]> wrote: > Hi > > I have a client who has asked me if I can do the site in "Eurostile". I > explained to him about fonts needing to be on the receiving computer. > Is this correct? > You're right, but some people will have it or a font like it. I'm not

RE: [css-d] CSS list numbering - non-contiguous lists in XHTML 1.1

2005-05-24 Thread Rowan @ Jetboy
"Conceptually one doesn't find paragraphs in lists - only list-items. One could argue that something that isn't a list-item within a list should be treated as if it weren't in the list, regards formatting at least." I think you've got it there. Either your paragraph is in fact a list item, albeit

[css-d] Problem marking up external links

2005-05-24 Thread Pringle, Ron
I'm attempting to mark up external links on my site with the following css: a [href^="http://";] {content:url("icn_external.png");} Its not working in any browser. I also tried marking up pdf links with: a [href$=".pdf"] {content:url("icn_pdf.png");} Again, not working. I've checked the urls to

[css-d] Fonts

2005-05-24 Thread Richard Brown
Hi I have a client who has asked me if I can do the site in "Eurostile". I explained to him about fonts needing to be on the receiving computer. Is this correct? Whilst thinking of fonts could someone direct me to a site that lists the standard web fonts and how to display them? Thanks Ri

RE: [css-d] CSS list numbering - non-contiguous lists in XHTML 1. 1

2005-05-24 Thread David Balch
Hi Ingo, > From: Ingo Chao [mailto:[EMAIL PROTECTED] > Sent: 24 May 2005 16:08 > > David Balch schrieb: > > I wonder if anyone can help me, I would like (using XHTML > 1.1 and CSS) > > to have a numbered list that is interupted part way through (e.g. > > after item 3), then continues with the

RE: [css-d] Re: CSS list numbering - non-contiguous lists in XHTM L 1.1

2005-05-24 Thread David Balch
Hi, > From: David Dorward [mailto:[EMAIL PROTECTED] > CSS 2, look up the "counter" property. Browser support is > rubbish though. As far as I've read, there's no way to continue numbering over separate ol elements - are you aware of a way to use "counter" to enable this? Perhaps the of counte

[css-d] Need help of someone using windows

2005-05-24 Thread Michael Cassidy
I'm on MAC and the only Windows machine I have access to is a Compaq laptop. Could someone look at my page and tell me if the colors are too pale; on the Compaq they are very borderline. Thanks. Jazz is freedom. - T. Monk www.panix.com/~cassidy __

RE: [css-d] CSS list numbering - non-contiguous lists in XHTML 1. 1

2005-05-24 Thread David Balch
Hi Geoffrey, > From: Geoffrey Earl Brewster [mailto:[EMAIL PROTECTED] > > > >Get out of bed. >Clean up in the bathroom. > Put on some clothes. > At this point I was interupted by a stray cat wandering > in to my room, sniffing at things, then leaving. Without any > reason not to

RE: [css-d] hover pseudo class

2005-05-24 Thread BJ
"is it possible to use the hover pseudo class to affect the "display" property of a separate div? I want to have a row of thumbnails on the left, and as you roll the mouse over a thumbnail a larger image appears on the right. Easy enough to do with javascript, but can you do it using just css?"

Re: [css-d] CSS list numbering - non-contiguous lists in XHTML 1.1

2005-05-24 Thread Ingo Chao
David Balch schrieb: I wonder if anyone can help me, I would like (using XHTML 1.1 and CSS) to have a numbered list that is interupted part way through (e.g. after item 3), then continues with the next consectutive number in the sequence (e.g. item 4), something like [MORN]. li div {padding: 0.

Re: [css-d] Firefox and IE discrepancies

2005-05-24 Thread Ingo Chao
Vicky Etherington schrieb: ... I'm also aware that I could do with adding an overflow: auto rule as Opera throws the content out of the bottom, but this totally throws my layout in Firefox. The whole of the content box moves out to the right, and I'm not sure why, or how I can fix it. ... The

[css-d] Re: CSS list numbering - non-contiguous lists in XHTML 1.1

2005-05-24 Thread David Dorward
On 5/24/05, David Balch <[EMAIL PROTECTED]> wrote: > I wonder if anyone can help me, I would like (using XHTML 1.1 and CSS) to > have a numbered list that is interupted part way through (e.g. after item > 3), then continues with the next consectutive number in the sequence (e.g. > item 4), somethi

[css-d] CSS list numbering - non-contiguous lists in XHTML 1.1

2005-05-24 Thread David Balch
Hi, (re-sending as my first didn't get to the list. Apologies to anyone receiving it twice.) I wonder if anyone can help me, I would like (using XHTML 1.1 and CSS) to have a numbered list that is interupted part way through (e.g. after item 3), then continues with the next consectutive number in

Re: [css-d] hover pseudo class

2005-05-24 Thread 4css!!!!
> I want to have a row of thumbnails on the left, and as you roll the > mouse over a thumbnail a larger image appears on the right. Hi Anthony, try this link http://www.webreference.com/programming/css_gallery/index.html I think that this will do what you are describing that you need. hth! 4css

Re: [css-d] Flyout nav hack

2005-05-24 Thread Steve Clay
Monday, May 23, 2005, 1:49:03 PM, Peter Charles wrote: > Could some one explain to me how the following selectors work? > w\idth: 220px; > mar\gin-left: 0; http://www.dithered.com/css_filters/css_only/simplified_box_model.html Generally you escape the first inner letter that isn't in [a-f]. ma\rgi

[css-d] hover pseudo class

2005-05-24 Thread anthony croshaw
Hi everyone, I know how to create roll over effects, but is it possible to use the hover pseudo class to affect the "display" property of a separate div? I want to have a row of thumbnails on the left, and as you roll the mouse over a thumbnail a larger image appears on the right. Easy enough to do

[css-d] Re: [WD]: Advice Needed

2005-05-24 Thread Jan Brasna
Add CSS with a img {border: none;} and it should be OK then. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -

Re: [css-d] site-map page renders improperly in opera 8

2005-05-24 Thread Ingo Chao
[EMAIL PROTECTED] schrieb: would someone look at the following page and offer suggestions as to why the floating divs in the last two containers are crowding to the center? http://www.studiokdd.com/pages/site-map.html http://www.studiokdd.com/css/styles.css Have a look at your clearfix rules:

[css-d] Firefox and IE discrepancies

2005-05-24 Thread Vicky Etherington
Hi I'm struggling with a layout which I'm doing as everything is displaying exactly as I would like it to in Firefox, but one of the divs is misplaced in IE. For once, I'm actually not sure that it's IE at fault, but I'm trying to achieve the same effect as in IE with the , but can't achieve it.

Re: [css-d] Inheritance and computed value question

2005-05-24 Thread Ingo Chao
Andrew Gregory schrieb: http://www.scss.com.au/family/andrew/webdesign/test.html Expected results (correct me if I'm wrong): * The image should inherit the computed height and width of its parent, the span [1]. * Width and height do not apply to inline elements (the span), so the computed

Re: [css-d] Image replacement on Form Submit Button

2005-05-24 Thread Christian Heilmann
> Hello, > I've tried searching but haven't been able to come up with anything > reliable. > Is there a reliable way to do image replacement on a form submit button? Yes. also submits the form. No need for fancy replacement. -- Chris Heilmann Blog: http://www.wait-till-i.com Writing: http://ic