Re: [css-d] IE7's treatment of height [WAS Re: Broken Layout]

2006-06-04 Thread Robert O'Rourke
bj wrote: Entered by Microsoft on 4/21/2006 This was logged as a suggestion for future IE versions. We've already added support for min-height and it is in the March 20 Beta 2 Preview build that we put out during MIX06. Did anyone else notice that NOTHING is said about min-width,

Re: [css-d] band of white at top of page in IE

2006-06-04 Thread Michael Larocque
On 2006-Jun-01, at 22:26, Holly Bergevin wrote: From: Michael Larocque [EMAIL PROTECTED] I'm baffled by a 40 pixel band of white which shows up at the top of my pages in Internet Explorer, URL: http://trinaread.com/ CSS: http://trinaread.com/css/style.css Try the following changes to

[css-d] IE 7 : combining dynamic pseudo-classes

2006-06-04 Thread Uwe Kaiser
@beta tester Does anybody know, whether MSIE 7 is supporting the following CSS? a:link {color: blue} a:hover {color: red} a:visited {color: gray} a:visited:hover {color: black} == supported or not? Yours, sincerely Uwe Kaiser

Re: [css-d] IE 7 : combining dynamic pseudo-classes

2006-06-04 Thread Ingo Chao
Uwe Kaiser wrote: @beta tester Does anybody know, whether MSIE 7 is supporting the following CSS? a:link {color: blue} a:hover {color: red} a:visited {color: gray} a:visited:hover {color: black} == supported or not? a { color: white; } a:link:hover {color: aqua;} a:visited:hover

[css-d] weird safari behavior (advanced css)

2006-06-04 Thread Guillaume Bokiau
Have a look at http://www.4project.be/Guillaume%20Bokiau/ in Safari. When you use the horizontal scroll far enough, some sort of white box seems to overlap the main content. It doesn't in firefox (should be tested in IE7 and other modern browsers but I have none). Also, if you push one of the

[css-d] image question

2006-06-04 Thread Patrick Roane
I have a website I'm working on at www.pdrsolution.com/bistro17/index.html. As you can see, I have an image of a building that I put directly into the index.html. My questions are as follows: 1.) It seems far easier to establish proper positioning of image if I put it in the html code vs. .css

Re: [css-d] image question

2006-06-04 Thread Kieran Salsone
You could try adding padding widths to the middle coloumn so that it pushes the content away form the image. On 6/5/06, Patrick Roane [EMAIL PROTECTED] wrote: I have a website I'm working on at www.pdrsolution.com/bistro17/index.html . As you can see, I have an image of a building that I put