Re: [css-d] need page to take up entire screen

2010-06-07 Thread tedd
At 9:32 PM -0400 6/6/10, David Laakso wrote: Best, ~d PS It is sometimes better to just to let the software determine content height. Granted, simple solutions are not necessarily what everyone may be after... It's bit like having kids, you may want them tall, but it's probably not a good idea

Re: [css-d] Mystery space

2010-06-07 Thread Tom Livingston
I am back with the same problem. David pointed out the issue, however I really don't understand WHY it's happening, and how to even things out. http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html On this page, I want the footer copyright to hug the bottom of the container above it. In FF,

Re: [css-d] Mystery space

2010-06-07 Thread Tom Livingston
On Mon, Jun 7, 2010 at 10:12 AM, Tom Livingston tom...@gmail.com wrote: I am back with the same problem. David pointed out the issue, however I really don't understand WHY it's happening, and how to even things out. http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html On this page, I

[css-d] Is this a styling issue or an ASP .NET issue?

2010-06-07 Thread Ellen Heitman
Please take a look at this following: http://www.pottersignal.com/search_results.aspx If you look at this page in IE (I'm using 8), the search results section expands to fit the whole page. In any other browser I've tried, this problem doesn't occur. I've tried a bunch of different CSS hacks to

Re: [css-d] Mystery space

2010-06-07 Thread Philippe Wittenbergh
On Jun 7, 2010, at 11:12 PM, Tom Livingston wrote: I am back with the same problem. David pointed out the issue, however I really don't understand WHY it's happening, and how to even things out. http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html On this page, I want the footer

Re: [css-d] Mystery space

2010-06-07 Thread Tom Livingston
On Mon, Jun 7, 2010 at 10:51 AM, Philippe Wittenbergh e...@l-c-n.com wrote: On Jun 7, 2010, at 11:12 PM, Tom Livingston wrote: I am back with the same problem. David pointed out the issue, however I really don't understand WHY it's happening, and how to even things out.

[css-d] rgba issue

2010-06-07 Thread Tom Livingston
Sorry for mixing threads... i'll break this into it's own: What is the proper way to use rgb as a fallback to rgba ? I have: color: rgb(255,255,255); color: rgba(255,255,255,.4); I saw this somewhere with the mention that the rgba would be ignored by unsupported browsers, but IE6 and 7 show

Re: [css-d] rgba issue

2010-06-07 Thread Thierry Koblentz
Sorry for mixing threads... i'll break this into it's own: What is the proper way to use rgb as a fallback to rgba ? I have: color: rgb(255,255,255); color: rgba(255,255,255,.4); I saw this somewhere with the mention that the rgba would be ignored by unsupported browsers, but IE6

Re: [css-d] Is this a styling issue or an ASP .NET issue?

2010-06-07 Thread David Laakso
Ellen Heitman wrote: Please take a look at this following: http://www.pottersignal.com/search_results.aspx ellen The document is proprietary HTML. There are more than 100 markup errors and a number of CSS errors. IE/8 may not be recovering from these. Dunno. Try Tidy?

Re: [css-d] Is this a styling issue or an ASP .NET issue?

2010-06-07 Thread Ellen Heitman
I'm wanting to spend some time to clean up all the HTML code - however there are probably a good 50 pages and I'm not sure if my employer if willing to take the time to do that. I guess I could argue that a lot of things are going wrong now because of the horrible markup? On Mon, Jun 7, 2010 at

[css-d] strange behaviour in chrome

2010-06-07 Thread Thijs Hakkenberg
Dear List, I have a strange occurence with an floating div. In Firefox and IE, on http://trouwvervoeronline.nl/bussen/rode-dubbeldekker/ the right div is embedded (because of the float:right attribute), but in Chrome it isn't. Anyone know why? Regards, Thijs

Re: [css-d] Is this a styling issue or an ASP .NET issue?

2010-06-07 Thread David Laakso
Ellen Heitman wrote: I'm wanting to spend some time to clean up all the HTML code - however there are probably a good 50 pages and I'm not sure if my employer if willing to take the time to do that. I guess I could argue that a lot of things are going wrong now because of the horrible markup?

Re: [css-d] Is this a styling issue or an ASP .NET issue?

2010-06-07 Thread Ellen Heitman
So you're suggesting I just tidy up the current HTML code? Do you think it's necessary to take the time to go from tables to divs for each page? On Mon, Jun 7, 2010 at 2:53 PM, David Laakso da...@chelseacreekstudio.comwrote: Ellen Heitman wrote: I'm wanting to spend some time to clean up all

Re: [css-d] Is this a styling issue or an ASP .NET issue?

2010-06-07 Thread David Laakso
Ellen Heitman wrote: So you're suggesting I just tidy up the current HTML code? Do you think it's necessary to take the time to go from tables to divs for each page? I'm wanting to spend some time to clean up all the HTML code - however there are probably a good 50 pages and I'm

Re: [css-d] Is this a styling issue or an ASP .NET issue?

2010-06-07 Thread Peter Bradley
Ar 07/06/10 21:03, ysgrifennodd Ellen Heitman : So you're suggesting I just tidy up the current HTML code? Do you think it's necessary to take the time to go from tables to divs for each page? If you look at the code in Visual Studio, it will highlight the HTML errors (by underlining

Re: [css-d] Mystery space

2010-06-07 Thread David Laakso
Tom Livingston wrote: I am back with the same problem. David pointed out the issue, however I really don't understand WHY it's happening, and how to even things out. http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html Please see:

Re: [css-d] strange behaviour in chrome

2010-06-07 Thread David Laakso
Thijs Hakkenberg wrote: Dear List, I have a strange occurence with an floating div. In Firefox and IE, on http://trouwvervoeronline.nl/bussen/rode-dubbeldekker/ the right div is embedded (because of the float:right attribute), but in Chrome it isn't. Anyone know why? Regards, Thijs

[css-d] Does M$ filter fail in IE 7?

2010-06-07 Thread David Hucklesby
If you have a regular install of IE 7, would you kindly take a look at this page... http://webwiz.robinshosting.com/temp/ie7-filter-problem/ ? For the reason I explain, I use the Microsoft gradient filter to get semi-transparent backgrounds to work in IE versions before 8. On my multi-IE