Re: [css-d] Opera problem with footer

2009-01-31 Thread Virgilio Quilario
hi, i tried setting its container ".content" to 200px, and it worked. it must be that opera sees the container to be 0 height when it tries to position the .logo-footer. so you need to give the container a height. cheers, virgil http://www.jampmark.com On Sat, Jan 31, 2009 at 10:18 PM, Cristian

Re: [css-d] a png not displaying!

2009-01-31 Thread Ingo Chao
2009/1/30 Ian Young > ... > > http://www.dbadvertising.co.uk/dev/index-test.php > > All the pngs display in IE6 fine with exception of the address logo > Style sheet is at /dev/includes/ie-fix.css and /style-new.css. > for the filter, you have src='../images/Adress-top-3.png' but the correct pa

Re: [css-d] getting lists to align right in ie7

2009-01-31 Thread Gunlaug Sørtun
Sandy wrote: > I have a page where I would like some things to line up on the right, > and it's working in the browsers I've tested except for IE6 and 7. > http://www.caut.ca/ugfa/test/test3.html 1: delete the mentioned IE-only styles. 2: replace existing styles for the relevant elements with

Re: [css-d] width of scrollable table

2009-01-31 Thread Jim Albert
Philippe Wittenbergh wrote: > On Jan 31, 2009, at 12:33 PM, Jim Albert wrote: > >> http://www6.netrition.com/scroll_table_within_table.html >> Here I've placed that same scrolling table within a cell of an outer >> table. Notice that no scrolling appears. This behavior occurs in >> Firefox, IE

Re: [css-d] getting lists to align right in ie7

2009-01-31 Thread David Laakso
Sandy wrote: > hey all, > > there is a problem I hope you can help with - I am pretty much at the > end of my rope. > Same here. :-) > I have a page where I would like some things to line up on the right, > and it's working in the browsers I've tested except for IE6 and 7. > > I've got it

Re: [css-d] Setting font-size on body element

2009-01-31 Thread David Laakso
Bernat Lleonart wrote: > Hello, > > I usually specify font-size on the body as 1em, and then, as the main > text of the page has to be 12px, I have to declare each p, li, etc. to > be .75em. > > I've been told to put that value (.75em) right on the body, so I won't > need to reduce font-size for ev

Re: [css-d] Setting font-size on body element

2009-01-31 Thread Gunlaug Sørtun
Bernat Lleonart wrote: > I don't know which of those options is better, and why. I'd like to > know your opinion about it. It is up to you where you declare font-sizes, but the base font-size should be in percentage rather than in em. Otherwise you'll trigger the "em font-resizing bug" in those

Re: [css-d] Setting font-size on body element

2009-01-31 Thread David Hucklesby
On Sat, 31 Jan 2009 17:14:06 +0100, Bernat Lleonart wrote: > Hello, > > I usually specify font-size on the body as 1em, and then, as the main text of > the page > has to be 12px, I have to declare each p, li, etc. to be .75em. > > I've been told to put that value (.75em) right on the body, so I wo

Re: [css-d] Setting font-size on body element

2009-01-31 Thread Jukka K. Korpela
Bernat Lleonart wrote: > I usually specify font-size on the body as 1em, Due to browser bugs, 100% is somewhat safer. > and then, as the main > text of the page has to be 12px, If it has to be 12px, CSS is not sufficient, since you cannot force anything in CSS. For example, a browser may have

Re: [css-d] Opera problem with footer

2009-01-31 Thread Gunlaug Sørtun
Cristian Palmas wrote: > I have a problem on a client's site at the address > http://www.tecnicaed.it. > But in Opera 9.61 it does not work: the .logo-footer is position at > the top and half cut. Send link to the relevant stylesheet, as I can't find the styles you, or Opera, have problems with.

[css-d] Setting font-size on body element

2009-01-31 Thread Bernat Lleonart
Hello, I usually specify font-size on the body as 1em, and then, as the main text of the page has to be 12px, I have to declare each p, li, etc. to be .75em. I've been told to put that value (.75em) right on the body, so I won't need to reduce font-size for every element that has to be 12px. I d

Re: [css-d] stacking obscuring links in IE6

2009-01-31 Thread Debbie Campbell
> David Laakso wrote: >> > Debbie Campbell wrote: >> > I'm having what I think is a stacking issue in IE6 - the menu links on >> > the left are not clickable, except for 'Contact.' But I can't see the >> > problem - can someone help? Greatly appreciated. >> > >> > >>> >> http://www.vicschend

Re: [css-d] stacking obscuring links in IE6

2009-01-31 Thread Debbie Campbell
> Debbie Campbell wrote: >> > I'm having what I think is a stacking issue in IE6 - the menu links on >> > the left are not clickable, except for 'Contact.' But I can't see the >> > problem - can someone help? Greatly appreciated. >> > >> > >>> >> http://www.vicschendel.com/portfolio.php > Dav

[css-d] Opera problem with footer

2009-01-31 Thread Cristian Palmas
Hi all, I have a problem on a client's site at the address http://www.tecnicaed.it. The footer has a div.logo-footer which has these properties: #footer .logo-footer { width: 196px; float: left; margin-left: 12px; margin-top: -12px; position: absolute; top: 50%; } The