Re: [css-d] looks good in IE but not netscape/firefox

2006-12-18 Thread mindy
That worked - thanks scott! ~Mindy [LINK: http://pj-chron.com/] ---Original Message--- From: Scott Swabey Subject: Re: [css-d] looks good in IE but not netscape/firefox Sent: 18 Dec '06 09:21 On 18/12/06, MINDY [LINK: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

[css-d] Negative background position: pixels work, percent doesn't...?

2006-12-18 Thread Stephanie Leary
Ran into a bizarre problem over the weekend. The goal of this page is to combine a nav menu with progress meters for a funding campaign. After much fiddling with stacking things, I realized the simplest way to do it would be to set a background image on each list item, and move it to the left by

Re: [css-d] IE7 problem with my site - www.pain.ro

2006-12-18 Thread ~davidLaakso
~davidLaakso wrote: Devon Miller wrote: Daniel Petre wrote: hello, anyone can guide me to a hack regarding viewing my page ( http://www.pain.ro ) the right way in IE7 ? Best, ~dL {previous message trimmed] You may need this with it, too... who knows? :-)

Re: [css-d] Problems with scrolling table in IE7

2006-12-18 Thread Adrian Williams
George, Thanks for the information! As best as I can tell, the problem is that in IE6 and before, the htmlbody was used to hide the style declarations from IEand now, IE 7 can see them?? In other words, IE6 and before will see this: div.tableContainer table { margin: 0 -16px 0

Re: [css-d] Problems with scrolling table in IE7

2006-12-18 Thread Devon Miller
On 12/18/06, George Ornbo [EMAIL PROTECTED] wrote: On 12/18/06, Adrian Williams [EMAIL PROTECTED] wrote: Y'all, With the introduction of the fixes in IE 7, the CSS-based scrolling tables (based on the original CSS written by Terence Ordona) that I have in my site are now hosed in

[css-d] Background Image Padding/Margin problem

2006-12-18 Thread Michael Stevens
http://www.bctarizona.com/test/ http://www.bctarizona.com/test/bct.css The easy problem: Margins/Padding on the content DIV. I've tried several different ways but none are giving me equal margins on the content. Ideally, I want 10px padding on the content. I'm sure the problem is one of the

[css-d] last-child problems....

2006-12-18 Thread Adrian Williams
Y'all, Here I am again!! Still working thru problems in my style sheet and the newest is this: tbody.scrollContent td:last-child { padding-right: 19px; } thead.fixedHeader th:last-child { padding-right: 19px; } Not really sure what the problem is but the validation tool comes

[css-d] Community view point for CSS on font size

2006-12-18 Thread Information - Abyss
Dear Community, What is the communities view point on CSS font-size property? should it be in pt (point) or px (pixel) measurements? Personally I design in pt - but I would just like to get the view point of other developers and the reason behind why they use it. Regards Abyss

Re: [css-d] positions of LI in a UL

2006-12-18 Thread Sasha Gerrand
On 19/12/06, Santiago Restrepo [EMAIL PROTECTED] wrote: [trimmed] I have a wide UL (width 200px) with LI that are smallers (150px). Now the problem is that i want those LI to stick with the right side of the UL. here's a little example http://www.utp.edu.co/Nuev/contprueba.php the column i'm

Re: [css-d] Community view point for CSS on font size

2006-12-18 Thread Sasha Gerrand
On 19/12/06, Information - Abyss [EMAIL PROTECTED] wrote: What is the communities view point on CSS font-size property? should it be in pt (point) or px (pixel) measurements? Personally, I always design using 'em' units, wherever (and whenever) possible. I have found that this unit of

[css-d] Positioning an image class ?

2006-12-18 Thread Ianvaughan1979
I am trying to get the advert block (.ads) to display about 30px down the maincontent div but have the text run alongside the advert contained with the ads class. At the moment however the .ads advert displays after the text in maincontent Any ideas? #wrapper { margin: 0 auto;

Re: [css-d] Community view point for CSS on font size

2006-12-18 Thread L. Robinson
Information - Abyss wrote: What is the communities view point on CSS font-size property? I'd go with ems. Please see Sizing Text (and all kinds of other CSS tips) on the list Wiki: http://css-discuss.incutio.com/ Regards, Lori

Re: [css-d] Negative background position: pixels work, percent doesn't...?

2006-12-18 Thread Sasha Gerrand
On 19/12/06, Stephanie Leary [EMAIL PROTECTED] wrote: Example: http://stephanieleary.net/progress-test/ For goal #10, I tried background-position: -76% 50%; ...but it doesn't work. If I do the math and specify the pixels, it does: background-position: -152px 50%; (Actually, that doesn't

Re: [css-d] Positioning an image class ?

2006-12-18 Thread Sasha Gerrand
On 19/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am trying to get the advert block (.ads) to display about 30px down the maincontent div but have the text run alongside the advert contained with the ads class. At the moment however the .ads advert displays after the text in

Re: [css-d] Positioning an image class ?

2006-12-18 Thread Sasha Gerrand
On 19/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: However at present I have image1.gif but what I would like is for the text to wrap around the advert like in image2.gif. You would need to have the div.ads container appear in the html flow after those two paragraph containers. -- Cheers,

Re: [css-d] weird image things going on

2006-12-18 Thread Sasha Gerrand
On 19/12/06, Ivan Porto Carrero [EMAIL PROTECTED] wrote: I have a page that has moving parts (in an accordion type of widget) Inside this page I have a button that popups up a calendar widget. Now when I don't put an accordion around it (or i don't collapse a div via javascript or anything)

[css-d] The clip property - what's the logic behind it?

2006-12-18 Thread Rafael Holt
Hi all, I've been playing with clip recently and it seems to me the spec is a bit counter-intuitive. It is particularly irritating if you are clipping non-fixed width elements because if you don't want it to be clipped on the right, you have to specify its width for that value. Surely it would be

Re: [css-d] last-child problems....

2006-12-18 Thread Adrian Williams
Sasha, Yes, I agree...I have gone thru and cleaned up the html and passed the XHTML 1.0 validation. I have also re-enabled the last-child declares so that you can see what they are doing in the code... http://www.familydna.net/williams/results_page.php And here is the same

Re: [css-d] [ADMIN] Community view point for CSS on font size

2006-12-18 Thread Bob Easton
Information - Abyss wrote: Dear Community, What is the communities view point on CSS font-size property? should it be in pt (point) or px (pixel) measurements? Lori Robinson suggested reviewing the material in our list WIKI (address at the bottom of every posting). There is sufficient

Re: [css-d] last-child problems....

2006-12-18 Thread Sasha Gerrand
On 19/12/06, Adrian Williams [EMAIL PROTECTED] wrote: Yes, I agree...I have gone thru and cleaned up the html and passed the XHTML 1.0 validation. I have also re-enabled the last-child declares so that you can see what they are doing in the code...

Re: [css-d] weird image things going on

2006-12-18 Thread Sasha Gerrand
On 19/12/06, Ivan Porto Carrero [EMAIL PROTECTED] wrote: The pages are generated with a ruby like technology so i copied the html into 2 files and made those available. I can't give a simplified example because then it works as expected. The forms are done using the pretty accessible forms

Re: [css-d] weird image things going on

2006-12-18 Thread ~davidLaakso
On 19/12/06, Ivan Porto Carrero [EMAIL PROTECTED] wrote: I have a page that has moving parts (in an accordion type of widget) Inside this page I have a button that popups up a calendar widget. Now when I don't put an accordion around it (or i don't collapse a div via javascript or

[css-d] Strange IE Printing Result

2006-12-18 Thread Mohsen Saboorian
Hi, I have an HTML page, with 2 CSS, one for screen media and the other for print. The page contains a list of divs, each one has a dashed border-bottom. When I print the HTML, just borders of the first page are dashed, and on other pages the border changes to solid. Is it a known bug in IE?

Re: [css-d] Strange IE Printing Result

2006-12-18 Thread Sasha Gerrand
On 19/12/06, Mohsen Saboorian [EMAIL PROTECTED] wrote: Hi, I have an HTML page, with 2 CSS, one for screen media and the other for print. The page contains a list of divs, each one has a dashed border-bottom. When I print the HTML, just borders of the first page are dashed, and on other pages

Re: [css-d] Strange IE Printing Result

2006-12-18 Thread Mohsen Saboorian
Hi Sasha, Here is an example: http://siahe.com/zekr/dev/ie-print-problem/sura-maryam.html Here is a sample printed PDF: http://siahe.com/zekr/dev/ie-print-problem/sura-maryam.pdf Thanks. On 12/19/06, Sasha Gerrand [EMAIL PROTECTED] wrote: On 19/12/06, Mohsen Saboorian [EMAIL PROTECTED] wrote:

[css-d] Absolute Positioning and Fixed Footer Woes in IE

2006-12-18 Thread Mark Henderson
It's been a while... I have a slightly unusual design request from a client that's giving me some grief in IE. In the nutshell, effectively what is required is a fixed footer of fixed height that sits at the bottom of the viewport. The content will be centered in another fixed width box and