[css-d] Layout check

2005-10-08 Thread Gurunandan R. Bhat
Hi All, I made my first CSS site recently http://www.codesutra.net/walk/ and would like a critical review that would help me to do things better. Thanks and regards, Gurunandan __ css-discuss [EMAIL PROTECTED] http://www.css-

[css-d] How to achieve fieldset/legend like decorations without using fieldset/form?

2005-10-08 Thread Rick Flower
Hi.. on some of my pages, I've switched away from using forms for report selectors and am using straight links, but really like the fieldset look with the border being outlined along with the use of a legend that I can draw a box around as well.. I gather it's somewhat naughty to use fieldset/l

Re: [css-d] LI's Line Up in IE but not FF

2005-10-08 Thread Derek de Jong
http://www.dolphincoveinn.com/manzanillo-tourism-attractions.asp has a list of links for various pages in the site. I set a background on the UL with icons (you will see) but in IE they line up perfectly but on Firefox the alignment is off. I have played with the margins and paddings on the list

Re: [css-d] LI's Line Up in IE but not FF

2005-10-08 Thread Holly Bergevin
From: "Thomas Hall" <[EMAIL PROTECTED]> >http://www.dolphincoveinn.com/manzanillo-tourism-attractions.asp has a list >of links for various pages in the site. I set a background on the UL with >icons (you will see) but in IE they line up perfectly but on Firefox the >alignment is off. I have played

Re: [css-d] media="screen, projection"

2005-10-08 Thread Uwe Kaiser
On 08.10.2005 21:18, Thierry Koblentz wrote: Does IE4 ignore sheets served with this combination of media (like NN4 does)? Regards, Thierry | www.TJKDesign.com The answer is: NO I tested on Win95_B and W2K The information published on http://www.dithered.com/css_filters/html_only/index.php

[css-d] media="screen, projection"

2005-10-08 Thread Thierry Koblentz
Does IE4 ignore sheets served with this combination of media (like NN4 does)? Regards, Thierry | www.TJKDesign.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-dis

Re: [css-d] Multiple IR in IE 5.0/Win

2005-10-08 Thread Gunlaug Sørtun
Jono wrote: http://tinyurl.com/bhfzh It appears to be a cascading issue - due to how flip-flopping the h1 and h2 CSS order changes the display - but I cannot pinpoint where the problem is occuring. Interference from 'voice-family hack' I think. It isn't needed anyway. Any idea how to fix

[css-d] Multiple IR in IE 5.0/Win

2005-10-08 Thread Jono
I have a simple layout with a header, content, sidebar, and footer as usual. In the header I have an that I have repalced with an image. In the content, I have an that I have also replaced using a second image. Both the and are displaying as expected in FF, IE 6.0, and 5.5, but in IE 5.0, I

Re: [css-d] Float not floating

2005-10-08 Thread Carmen Carter
Ah! Now I get what you're trying to do. One way to get that effect is this to put the Menu first in the markup, then set if to float left. Then set a left margin for the Header and the Contents that allows enough room for the Menu, plus a little white space. Here's a roungh in-line example of the

Re: [css-d] List of features not supported in IE6

2005-10-08 Thread Jan Brasna
You can find some bits at Wikipedia's comparison: -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED] http://

Re: [css-d] List of features not supported in IE6

2005-10-08 Thread Gunlaug Sørtun
Ashish Gupta wrote: Does anybody know of a place where there is a comprehensive list of all the things where IE6 does not follow the CSS2.1 standard ? It's often the other way around--what browsers actually support, but the best list I know of - so far...

[css-d] List of features not supported in IE6

2005-10-08 Thread Ashish Gupta
Hi, Today I started reading the CSS Definitive Guide by Eric Meyer. In the book he mentions at various places the features in the standard which are not supported by IE6. But it seems that there are other things missing in IE6 too. One example is : IE6 does not recognize the 'inherit' keyword.

[css-d] Re: overflow:auto/scroll

2005-10-08 Thread Derek de Jong
Whereas I can skin the scrollbars in IE, it is - as we all know - impossible to so for Mozilla. For the effect I'm trying to achieve (set width and height block of text with scrollbars) what's the CSS-way of doing it with customisable scrollbars? There is no CSS way to customise scrollbars - ap