[css-d] rtl languages - dir="rtl" not working for title tag... somehow should CSS be involved?

2007-03-05 Thread Web Developer
Seems like the content I want to use for right to left language isnt working in the title tag. Pretty sure css cant do anything about this, but might as well ask web-savy css-d list. Both FF2 and IE7 goof on the title tag. although FF2 displays the title tag correctly in the 'tab' bar, but not in

Re: [css-d] Wrapping Radio Buttons

2007-03-05 Thread Jukka K. Korpela
On Mon, 5 Mar 2007, Spellacy, Michael wrote: > Does anyone out there know how to break label text so that it does not > wrap underneath the radio button? ... > I've been trying to "wrap" my head around it for hours with no luck. The > first person to say "add a break" or "use a table" is in big tr

[css-d] Overflown

2007-03-05 Thread Chris Chen
Hi, I have two s at the top of the page, one for banner, one for links. I want to have a third at bottom that has its height no more than the rest of the vertical space, i.e., when the content in the third overflows vertically, the will show a vertical scrollbar for the user to access the

[css-d] Fwd: Simple Rounded corners not rounding.. need help setting up javascript correctly.

2007-03-05 Thread Noah Learner
Hey all, The page concerned is at http://www.bartlettsfarm.com/new/inseason.html. I know that I need to set it up differently so the onload function works with the different scripts running at the same time. Any help would be greatly appreciated. I have validated the html and the javascript sti

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread ~davidLaakso
Gunlaug Sørtun wrote: > ~davidLaakso wrote: >> francky wrote: > >>> As you reported before that IE7 was o.k. with Georg's basic page, >>> then apparently the cc's have to exclude IE7: > > I prefer to exclude those CCs entirely - if you don't mind. IE6 does > well with a negative margin-bottom on t

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Gunlaug Sørtun
~davidLaakso wrote: > francky wrote: >> As you reported before that IE7 was o.k. with Georg's basic page, >> then apparently the cc's have to exclude IE7: I prefer to exclude those CCs entirely - if you don't mind. IE6 does well with a negative margin-bottom on the outer container, since it hide

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread ~davidLaakso
francky wrote: > ~davidLaakso wrote: > >> francky wrote: >> >> >>> Anyway, I found after some experiments [2] that: >>> >>> * html body { margin-bottom: -23px; } >>> >>> is helping, together with in the html (IE only) 2 times a non-breaking >>> space just before the end of the last

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread francky
~davidLaakso wrote: > francky wrote: > >> Anyway, I found after some experiments [2] that: >> >> * html body { margin-bottom: -23px; } >> >> is helping, together with in the html (IE only) 2 times a non-breaking >> space just before the end of the last wrapper div's: >> >>

Re: [css-d] Language switching

2007-03-05 Thread Paul Novitski
At 3/4/2007 11:17 PM, Chris Chen wrote: >I am help maintain a website that needs to support switching between >English and Chinese languages (preferrably just by clicking on a >button/link). Does CSS prescribe a recommended way to do such >language switching? > >Thanks, >Pai-Hung I would say y

Re: [css-d] nested list formatting IE Win

2007-03-05 Thread francky
Timothy Martens schreef: > Hi All, > > Trying to get my nested list to play nicely in IE Win. Was using > first-child, but no IE support? Added a class or two thinking it > would work but no dice. > > How it should look: > http://www.kaupoart.com/collections/paintings/usque-dum-vivam-et- > ult

Re: [css-d] nested list formatting IE Win

2007-03-05 Thread Gunlaug Sørtun
Timothy Martens wrote: > Trying to get my nested list to play nicely in IE Win. Was using > first-child, but no IE support? Added a class or two thinking it > would work but no dice. > HTML link: > http://www.kaupoart.com/collections/paintings/usque-dum-vivam-et-ultra/ > Add a well-placed 'has

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread ~davidLaakso
francky wrote: > Gunlaug Sørtun wrote: > >> Ok, so let's see how far a bit of "blind hacking" of IE7 leads us. >> Same test-page needs checking in IE7... >> >> CSS:

Re: [css-d] Wrapping Radio Buttons

2007-03-05 Thread Spellacy, Michael
Awesome. That did the trick. Thank you Bradley & Seona! Regards, Spell Michael Spellacy TheForce.Net Technical Pit Droid -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bradley Wright Sent: Monday, March 05, 2007 7:03 PM To: Bradley Wright Cc: css-d@list

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread francky
Oops, I see I've send the wrong screenshot (wrong url but same page) > is corrected now. - My last question about IE7 can be canceled, as David checked IE7 in the meantime, & alright. francky __ css-discuss [EMAIL PROTECTED] htt

[css-d] nested list formatting IE Win

2007-03-05 Thread Timothy Martens
Hi All, Trying to get my nested list to play nicely in IE Win. Was using first-child, but no IE support? Added a class or two thinking it would work but no dice. How it should look: http://www.kaupoart.com/collections/paintings/usque-dum-vivam-et- ultra/subnav.png CSS link: http://www.kaupo

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread francky
Gunlaug Sørtun wrote: > Ok, so let's see how far a bit of "blind hacking" of IE7 leads us. > Same test-page needs checking in IE7... > >>> >>> CSS: >>> > > IE7 I can't check eithe

Re: [css-d] position: fixed, transparency, and site performance

2007-03-05 Thread Gunlaug Sørtun
Matthew Bernhardt wrote: > http://benedikt.knowlton.ohio-state.edu/default.asp?content=59 > > Simply put, I'm worried about the responsiveness of the site under > certain conditions, and wondering what I can do via CSS to improve > the situation. Don't think transparency slows it down too much,

Re: [css-d] Wrapping Radio Buttons

2007-03-05 Thread Bradley Wright
On 5 Mar 2007, at 16:01, Bradley Wright wrote: > label { > clear: left; > display: block; > } Sorry, clearing the label will break things--clear whichever element you want to appear on the left, which in your case is the INPUT. ___

Re: [css-d] Wrapping Radio Buttons

2007-03-05 Thread Bradley Wright
On 5 Mar 2007, at 15:50, Spellacy, Michael wrote: > Good > > [0] Now is the time for all good > men to come to the aid of their country > > I've been trying to "wrap" my head around it for hours with no > luck. The > first person to say "add a break" or "use a table" is in big trouble! > :-)

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread ~davidLaakso
Gunlaug Sørtun wrote: > Ernie Finlay wrote: > >> In IE7,side columns and text are blocked level with the bottom of the >> building photo. >> > > Ok, so let's see how far a bit of "blind hacking" of IE7 leads us. > Same test-page needs checking in IE7... > > >>>

[css-d] Wrapping Radio Buttons

2007-03-05 Thread Spellacy, Michael
Hi Everybody! Does anyone out there know how to break label text so that it does not wrap underneath the radio button? Bad [0] Now is the time for all good men to come to the aid of their country. Good [0] Now is the time for all good men to come to the aid of their country I've be

Re: [css-d] Absolute doesn't like relative

2007-03-05 Thread Karl Brightman
I managed to realise what i had missed in the css after a good nights sleep but a nice reference and test page. Cheers! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gunlaug Sortun Sent: Saturday, 3 March 2007 7:54 AM To: Karl Brightman Cc: css-d@lists.css-

Re: [css-d] position: fixed, transparency, and site performance

2007-03-05 Thread Mark Lundquist
Hi Matt, I think all the ideas you mentioned are things that you can just try really easily... On Mar 5, 2007, at 2:12 PM, Matthew Bernhardt wrote: > a) Implement the background image via the background-image property - > but > I'm not sure how to get it to stretch as it does now? Not sure a

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Ian Young
> Ernie Finlay wrote: > > In IE7,side columns and text are blocked level with the bottom of the > > building photo. > > Ok, so let's see how far a bit of "blind hacking" of IE7 leads us. > Same test-page needs checking in IE7... > > >> > > >>

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Gunlaug Sørtun
Ernie Finlay wrote: > In IE7,side columns and text are blocked level with the bottom of the > building photo. Ok, so let's see how far a bit of "blind hacking" of IE7 leads us. Same test-page needs checking in IE7... >> >> CSS:

[css-d] position: fixed, transparency, and site performance

2007-03-05 Thread Matthew Bernhardt
Hello everyone, I have a question that's been bugging me about a design I'm working on, which can probably best be seen on a page like this: http://benedikt.knowlton.ohio-state.edu/default.asp?content=59 Simply put, I'm worried about the responsiveness of the site under certain conditions,

[css-d] A question regarding modifying CSS navigation

2007-03-05 Thread John Moynihan
Hi Folks, I am attempting to modify a navigation list on a website that I was asked to help out with. The reason I agreed to modify the navigation is because the site is for a nonprofit disability related organization. The site currently has a vertical list for their navigation with styles applie

Re: [css-d] multiple ie's

2007-03-05 Thread david
You can use your Windows-based VM software to install and run Linux, then use the excellent and free IEs4Linux product to install and run IE5, 5.5 and 6. IEs4Linux is working on installing and running IE7, but it doesn't work for me here yet. -- David [EMAIL PROTECTED] authenticity, honesty, c

Re: [css-d] multiple ie's (was: Re: Horizontal list menu misbehaves in IE 6 - update - Firebug lite)

2007-03-05 Thread David Hucklesby
>> Mark Baber wrote: >>> As for IE7 ... last I heard, one can't run IE and IE6 on the same >>> machine, and so I won't be able to test on IE6 if I "upgrade". >>> > Ingo Chao responded: >> http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single- >> machine.aspx - Virtual PC 200

Re: [css-d] form elements and back button

2007-03-05 Thread Mark Lundquist
Hi Noel, Yeah, this list really is just for CSS-related topics only, not HTML forms or Javascript. I'll email you the answer off-line. cheers, —ml— __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/

Re: [css-d] png color and IE7

2007-03-05 Thread David Hucklesby
On Mon, 05 Mar 2007 12:25:12 +0200, Ido Dekkers wrote: > > I'm using partially transparent PNG's over a background with the same hex > code as in > the png itself. > for some reason in IE7 they don't show as the same color. the same problem > occurs with > text colored with the same hex as a png

[css-d] form elements and back button

2007-03-05 Thread Noel Taylor
Dear forum, I've written a web page in which a element uses the "onchange" attribute to advance to another page instead of requiring the user to pick an option from the select menu and then click a "submit" button. One problem with this, however, is that if the user clicks their back button afte

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Ernie Finlay
In IE7,side columns and text are blocked level with the bottom of the building photo. From: Gunlaug Sørtun <[EMAIL PROTECTED]> To: Jon Hughes <[EMAIL PROTECTED]> CC: css-d@lists.css-discuss.org Subject: Re: [css-d] Faux Columns not scaling to the bottom of page Date: Mon, 05 Mar 2007 18:09:01

Re: [css-d] Removing space between div tags

2007-03-05 Thread jeffrey morin
it looks like you have images inside of tags. if you zero down the margins on those that will fix the top gap. not sure about the bottom though. i couldn't see any margin or padding issues. On 3/5/07, Farid Jamea <[EMAIL PROTECTED]> wrote: > > Here is the website I'm working on: > > http://cateri

Re: [css-d] Removing space between div tags

2007-03-05 Thread Mark Lundquist
Hello, On Mar 5, 2007, at 10:17 AM, Farid Jamea wrote: > Here is the website I'm working on: > > http://cateringbyingrid.com/menu.html > > both IE7 and FF2 show spaces between my "menuheader" and "menufooter". This is caused by normal margin collapsing... which takes everyone by surprise at som

[css-d] Removing space between div tags

2007-03-05 Thread Farid Jamea
Here is the website I'm working on: http://cateringbyingrid.com/menu.html both IE7 and FF2 show spaces between my "menuheader" and "menufooter". This might have a very trivial solution, but I'm very new to CSS. (the margin is set to zero on all of them) HTML code validates. Any answer is apprec

Re: [css-d] Column Text Flowing in CSS

2007-03-05 Thread Chris Williams
Precisely what I expected to hear. No respectable page-layout mechanism can ignore "flow", but for it to be a "really soon now" feature is hardly a surprise. Thx. -Original Message- From: Gunlaug Sørtun Subject: Re: [css-d] Column Text Flowing in CSS No problem - once enough browsers

Re: [css-d] Column Text Flowing in CSS

2007-03-05 Thread Gunlaug Sørtun
Chris Williams wrote: > Thanks for your help, but regardless of the validity of "the look", > the goal is to look like a newspaper (there will be page edge > graphics, headline, etc.). So, whether it is better/worse for the > reader may be a question for the site owner to decide, not me :) No

Re: [css-d] clueless with

2007-03-05 Thread Gunlaug Sørtun
David Agnew wrote: > http://www.lighthouse.chtr.k12.ma.us/index.php works in IE7, Firefox, > Safari, but not earlier versions of IE. The addition of... @media screen { * html #navarea {position: relative; margin-bottom: -1000px;} * html #contentbody {position: relative; height: 1

Re: [css-d] Column Text Flowing in CSS

2007-03-05 Thread Chris Williams
Thanks for your help, but regardless of the validity of "the look", the goal is to look like a newspaper (there will be page edge graphics, headline, etc.). So, whether it is better/worse for the reader may be a question for the site owner to decide, not me :) -Original Message- From: Bra

Re: [css-d] What's the proper way to vertically center an element within its parent?

2007-03-05 Thread Ed Seehouse
On 3/4/07, Chris Chen <[EMAIL PROTECTED]> wrote: > >The modern way to do this, since a menu (even a horizontal one) is > >just a list of links, is to use the UL element as the wrapper. The > >anchors then go in the LI elements within. See for example the> >Listamatic > >site at http://css.maxdes

Re: [css-d] Column Text Flowing in CSS

2007-03-05 Thread Branko Vukelic
On Monday 05 March 2007 19:49:44 Chris Williams wrote: > Is there a way, just using CSS, to make text flow in columns? E.g., I > want a "newspaper two-column" look and would like the text to > automatically flow from the left column to the right column. Although I don't know how to flow text in

[css-d] Column Text Flowing in CSS

2007-03-05 Thread Chris Williams
I'm pretty sure I know the answer to this, but I thought I'd ask the astute minds here. Is there a way, just using CSS, to make text flow in columns? E.g., I want a "newspaper two-column" look and would like the text to automatically flow from the left column to the right column. As I'm us

Re: [css-d] What's the proper way to vertically center an element within its parent?

2007-03-05 Thread david
Chris Chen wrote: >> [snip] There are prettier ways to do it >> too, if you're worried about your source looking nice. One way that I >> use is: >> >>FooBar > > That's neat. Could you advise why this comment trick work, and how > widely does it work across browsers? Don't know about that,

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Ian Young
> > > re: someone will have to tell me how that one is doing. > XP :: IE7.0. Good to go at text-size 'medium." I regret that at > text-size 'largest" the faux does not extend to the bottom viewport. > Screenshot: If you add a min-height to faux-

Re: [css-d] What's the proper way to vertically center an elementwithin its parent?

2007-03-05 Thread Chris Chen
It should work in all browsers. As for how it works, you know how if you have something like: Foo Bar in your HTML, it will render as Foo Bar, and not FooBar? It reduces multiple spaces, tabs, linebreaks, etc down to one space. IE is doing that with the linebreak and any indentatio

Re: [css-d] What's the proper way to vertically center an element within its parent?

2007-03-05 Thread Kenny Graham
> That's neat. Could you advise why this comment trick work, and how widely > does it work across browsers? It should work in all browsers. As for how it works, you know how if you have something like: Foo Bar in your HTML, it will render as Foo Bar, and not FooBar? It reduces multi

Re: [css-d] What's the proper way to vertically center an element within its parent?

2007-03-05 Thread Chris Chen
[snip] There are prettier ways to do it too, if you're worried about your source looking nice. One way that I use is: FooBar That's neat. Could you advise why this comment trick work, and how widely does it work across browsers? Thanks, Chris __

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread ~davidLaakso
Gunlaug Sørtun wrote: > Jon Hughes wrote: > >> http://santinipackers.com/phazm/ >> >> I need to get the left and right columns to span to the bottom of the >> page, >> > > Ok, here's a corrected copy of your page... > > someone will have to tell me how > that one is doing. > > ...which is

Re: [css-d] What's the proper way to vertically center an element within its parent?

2007-03-05 Thread Chris Chen
>There's nothing ugly at all about making anchors display as blocks. >Changing an element's display type is no worse than changing its font >or borders. Remember, (x)HTML is for describing the content, and CSS >is for presenting it. If it's a link, it should be marked up as a >link, not as a div

Re: [css-d] What's the proper way to vertically center an element within its parent?

2007-03-05 Thread Kenny Graham
> The ugly part is to force to a block. I might as well replace with a > truely block element and change to use scripting to handle the visual cue > change / click, but that would seem overkill for a simple task like this. Is > there a strong opposition to to the way I use above for this task?

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Gunlaug Sørtun
Jon Hughes wrote: > http://santinipackers.com/phazm/ > > I need to get the left and right columns to span to the bottom of the > page, Ok, here's a corrected copy of your page... ...which is working as you want in latest Opera, Firefox, S

Re: [css-d] What's the proper way to vertically center an element within its parent?

2007-03-05 Thread Kenny Graham
> One caveat is that inlined > introduced an unknown fixed padding that I have to compensate for via > experiment (since I need to center the list in the middle). This is IE7. I'm pretty sure what you're seeing is actually a space (as in space bar). Foo Bar IE renders the new line characters be

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Ian Young
> Subject: RE: [css-d] Faux Columns not scaling to the bottom of page > > > --->From: Ian Young [mailto:[EMAIL PROTECTED] > --->To: Jon Hughes; css-d@lists.css-discuss.org > --->Subject: RE: [css-d] Faux Columns not scaling to the bottom of page > --->> http://santinipackers.com/phazm/ > --->> > --

Re: [css-d] Padding / alignment issues FF, Mozilla, Safari

2007-03-05 Thread ~davidLaakso
Arnold Jonathan E. wrote: > Oh, yeah, the URL: http://the1912gallery.ehc.edu/music/newsite/ > > I'm having trouble with two issues on this site: > > 1) The top navigation is not aligning correctly in Safari. Other > browsers I've tested are holding up. > Dunno. > 2) At the bottom of the pag

[css-d] clueless with

2007-03-05 Thread David Agnew
Greetings good CSS coders - I'm developing on a Mac, with no ready access to a PC. Although I've gotten things to display 'ok' in IE in the past, I often break that with changes. http://www.lighthouse.chtr.k12.ma.us/index.php works in IE7, Firefox, Safari, but not earlier versions of IE (see h

Re: [css-d] Padding / alignment issues FF, Mozilla, Safari

2007-03-05 Thread Arnold Jonathan E.
Oh, yeah, the URL: http://the1912gallery.ehc.edu/music/newsite/ Thanks again, Jed -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arnold Jonathan E. Sent: Monday, March 05, 2007 11:04 AM To: css-d@lists.css-discuss.org Subject: [css-d] Padding / alignment

[css-d] Padding / alignment issues FF, Mozilla, Safari

2007-03-05 Thread Arnold Jonathan E.
I'm having trouble with two issues on this site: 1) The top navigation is not aligning correctly in Safari. Other browsers I've tested are holding up. 2) At the bottom of the page, below the links and latest news boxes, Win IE 6/7 are providing space while FF and Mozilla are not, leaving the des

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Jon Hughes
--->From: Ian Young [mailto:[EMAIL PROTECTED] --->To: Jon Hughes; css-d@lists.css-discuss.org --->Subject: RE: [css-d] Faux Columns not scaling to the bottom of page --->> http://santinipackers.com/phazm/ --->> --->> I need to get the left and right columns to span to the bottom of --->> the page,

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Ian Young
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jon Hughes > Sent: 05 March 2007 15:33 > To: css-d@lists.css-discuss.org > Subject: [css-d] Faux Columns not scaling to the bottom of page > > > http://santinipackers.com/phazm/ > > I need to get the left and right columns to span to

[css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Jon Hughes
http://santinipackers.com/phazm/ I need to get the left and right columns to span to the bottom of the page, This has been giving me trouble for about 2 months. Anyone have any suggestions? __ css-discuss [EMAIL PROTECTED] htt

Re: [css-d] png color and IE7

2007-03-05 Thread David Dorward
On 05/03/07, Ido Dekkers <[EMAIL PROTECTED]> wrote: > I'm using partially transparent PNG's over a background with the same > hex code as in the png itself. > for some reason in IE7 they don't show as the same color. IE respects the gamma information in the PNG, which cases a mismatch. There are v

Re: [css-d] 22. One CSS file for each browser (IE/Firefox)

2007-03-05 Thread Ross Hulford
When starting CSS this seems to be the major problem. I tend to create a common CSS file and then make the page so they work in Firefox. Then, as suggested before, I have an IE fix css file that applies all the fixes needed for IE and this is inserted with the IE conditional. This is the most t

Re: [css-d] png color and IE7

2007-03-05 Thread bj
>I'm using partially transparent PNG's over a background with the same >hex code as in the png itself. >for some reason in IE7 they don't show as the same color. >the same problem occurs with text colored with the same hex as a png >background - that too shows in a different color in IE7. > >the pr

Re: [css-d] 22. One CSS file for each browser (IE/Firefox)

2007-03-05 Thread Dave Goodchild
You don't need to browser sniff that way - I use conditional comments to serve a small css filter to IE (I know, I know, but i think conditonal comments are harmless, more harmless than an arsenal of less-than-future-proof hacsk like the * html hack for example). ___

Re: [css-d] 22. One CSS file for each browser (IE/Firefox)

2007-03-05 Thread Fausto
Hey Marcelo, In case your problem is related strictly to the way IE behaves, I think you should learn about Quirks mode (http://www.quirksmode.org/css/condcom.html) -- this would spare you the trouble of having to use browser detect functions. Moreover, it would be better if you thought about crea

Re: [css-d] trying to override css form elements

2007-03-05 Thread Dave Goodchild
The selector is: input { } you can use the attribute selector to target checkboxes like so: input[type="checkbox"] which works in FF, Opera, IE7 (I believe) but for IE6 you will need to add a class like so: input.checkbox. __

Re: [css-d] trying to override css form elements

2007-03-05 Thread James Leslie
I have all the input tags in a site but want to set a different value for all the checkboxes. I have tried checkbox { } can checkboxes be isolated for css changes in this way or do I need to apply a class or id? -- Hi Ross, A checkbox is a type of input so to targe

[css-d] trying to override css form elements

2007-03-05 Thread Ross Hulford
I have all the input tags in a site but want to set a different value for all the checkboxes. I have tried checkbox { } can checkboxes be isolated for css changes in this way or do I need to apply a class or id? Ross __ css

Re: [css-d] png color and IE7

2007-03-05 Thread Fora
Are you using the Save for web option in Photoshop? It should work fine even in IE. What you can try still is to save your background as a png (2 or 4 pixels) in the same way you've saved the image. Then set the image as a background with repeat in your background properties. In that way the ba

[css-d] multiple ie's (was: Re: Horizontal list menu misbehaves in IE 6 - update - Firebug lite)

2007-03-05 Thread Erik Visser
Ingo Chao wrote: > Mark Baber wrote: >> As for IE7 ... last I heard, one can't run IE and IE6 on the same >> machine, and so I won't be able to test on IE6 if I "upgrade". > > http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx > - Virtual PC 2004 > - Virtual m

Re: [css-d] png color and IE7

2007-03-05 Thread Rob Wilmshurst
You could try 'pngcrush' - http://pmt.sourceforge.net/pngcrush/ I've found it useful for shrinking pngs (Photoshop seems to output really big ones) and solving this colour mis-match. No idea why or how though :) -Rob -- Rob Wilmshurst [EMAIL PROTECTED] _

Re: [css-d] png color and IE7

2007-03-05 Thread Barney Carroll
IE7 supports alpha, but PNG rendering is still botched - notably in colour accuracy. Shamefully for a bitmap format, it just can't be relied on to get colours right. I don't know of any solutions for this. Regards, Barney __ cs

[css-d] png color and IE7

2007-03-05 Thread Ido Dekkers
hello I'm using partially transparent PNG's over a background with the same hex code as in the png itself. for some reason in IE7 they don't show as the same color. the same problem occurs with text colored with the same hex as a png background - that too shows in a different color in IE7. the

Re: [css-d] Language switching

2007-03-05 Thread Chris Chen
>This is a functionality or content issue and not in the realm of CSS. The >main problems is how to organize the site maintenance so that changes will >be made in a coordinated manner. > >However, if you use the same markup and the same style sheet, basically >intending to modify the textual conten

Re: [css-d] table height problem: FF vs. Safari

2007-03-05 Thread Gunlaug Sørtun
Mark Lundquist wrote: > On Mar 4, 2007, at 12:57 AM, Gunlaug Sørtun wrote: >> > > > Now, that... is sweet. > > OK, so this is one of those "float with negative margins" tricks I've > seen you mention... I'll have to study it and figure out ho