[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 wil

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]> wro

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 o

[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] 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 jav

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

Re: [css-d] Background Image & Padding/Margin problem

2006-12-18 Thread Gunlaug Sørtun
Michael Stevens wrote: > http://www.bctarizona.com/test/ > http://www.bctarizona.com/test/bct.css > > The easy problem: Margins/Padding on the content DIV. Paddings and margins are handled completely different. You may try adding/changing to... #content {float: none; width: auto; margin: 10px 10

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... > > http://www.familydna.n

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

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 pa

[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 Philippe Wittenbergh
On Dec 19, 2006, at 5:32 AM, Adrian Williams wrote: > 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 > back with " Unknown pseudo-element

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 any

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

2006-12-18 Thread Sasha Gerrand
On 19/12/06, Adrian Williams <[EMAIL PROTECTED]> wrote: >Not really sure what the problem is but the validation tool comes > back with " Unknown pseudo-element or pseudo-class :last-child" and it > is causing some serious nightmarish activity with my results > table...causing the columns to go

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. -- Chee

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

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, th

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 __

[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; padding

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

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 col

[css-d] weird image things going on

2006-12-18 Thread Ivan Porto Carrero
Hi 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) the page looks fine However when I start hiding an

[css-d] positions of LI in a UL

2006-12-18 Thread Santiago Restrepo
Hi List: I have a little problem that i don't know how to fix. 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. Do i make myself clear? :) here's a little example http://www.utp.edu.co/Nuev/contprue

[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 ___

[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 b

[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 margi

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

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 html>body 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] 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

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

2006-12-18 Thread ~davidLaakso
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 ? >> There is more than one way to do it. Just letting the software do its thing may (or may not) be one of them. css: body { backgro

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

2006-12-18 Thread George Ornbo
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 IE 7... > > http://williams.genealogy.fm/results_

[css-d] Problems with scrolling table in IE7

2006-12-18 Thread Adrian Williams
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 IE 7... http://williams.genealogy.fm/results_page.php I think it has something to do with the way IE7 now ha

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

2006-12-18 Thread Devon Miller
Daniel Petre wrote: > hello, anyone can guide me to a hack regarding viewing my page ( > http://www.pain.ro ) the right way in IE7 ? It looks like the IE z-index bug[1]. Basically, since you have 2 positioned elements and one does not contain the other, IE treats the later element (#background) as

Re: [css-d] List shifts in Opera

2006-12-18 Thread Gunlaug Sørtun
TCrabtree wrote: > http://www.tusculum.edu In the latest version of Opera (version 9.10 > build 8679), I cannot find a way to prevent the list of links > (beginning with 'Blue Ridge Undergraduate') on the right side of the > page from shifting outside of the container div. Add... #imageright ul

[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 wh

[css-d] List shifts in Opera

2006-12-18 Thread TCrabtree
I need help with our home page: http://www.tusculum.edu In the latest version of Opera (version 9.10 build 8679), I cannot find a way to prevent the list of links (beginning with 'Blue Ridge Undergraduate') on the right side of the page from shifting outside of the container div. The relevant CSS f

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: Hope

[css-d] content simetimes disappear in IE

2006-12-18 Thread amir abbas
hi everbody i have a problem with my design im developing a style for phpbb sometimes the content goes behind the background color of #container div see my design here http://www.persia-cms.com/test/ please play with your browser's window size the last part of the page "Non-phpBB specific" has

Re: [css-d] Box Model Float problem IE6

2006-12-18 Thread Bradley Wright
On 18/12/2006 06:00, Information - Professional Web Pages wrote: > I have 2 divs: > > 1.) The first that I am trying to float left and extend all the way to the > bottom > 2.) The second that I am trying to move up. Try this: instead of having a margin-left: 250px;, do this: #CntMainText {

Re: [css-d] definition list, dt and dd on same line

2006-12-18 Thread J.C. Johnson
My thanks to Daniel for pointing me in the right direction. I got the DL working the way I want it to. Jeniffer C. Johnson OffLead Productions http://www.offlead.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org