Re: [css-d] ie display problem

2011-03-24 Thread Rory Bernstein
On 3/23/11 5:28 PM, Rory Bernstein wrote: On this page: http://motherloadshow.com/ There is a div called id=bulletin_board that should display an image of papers pinned to a cork board ... Thanks, Rory Philip Taylor kindly sent me this screenshot showing how the bulletin board content

Re: [css-d] ie display problem

2011-03-24 Thread Kevin A. Cameron
- Try floating the img left, and add something to clear the parent div. - Or putting the cork board before the image, which seems contrary to normal flow, but with the cork board floated right, the img shouldn't bump down. Kevin On Thu, Mar 24, 2011 at 1:26 PM, Rory Bernstein

[css-d] ie display problem

2011-03-23 Thread Rory Bernstein
On this page: http://motherloadshow.com/ There is a div called id=bulletin_board that should display an image of papers pinned to a cork board, and there is text on the cork board. But I just found out that nothing is show up there at all in ie 6 and 7 (just a dark blue background). Does

Re: [css-d] ie display problem

2011-03-23 Thread HallMarc Websites
IE issue regarding png's most likely __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] ie display problem

2011-03-23 Thread David Laakso
On 3/23/11 5:28 PM, Rory Bernstein wrote: On this page: http://motherloadshow.com/ There is a div called id=bulletin_board that should display an image of papers pinned to a cork board ... Thanks, Rory Fwiw, the bulletin-board thingy comes up without issue in XP IETester IE 6/7 and

Re: [css-d] ie display problem

2011-03-23 Thread Philip Taylor (Webmaster, Ret'd)
IE7 : Problems with this web page might prevent it from being displayed properly or functioning properly. Line 64, Char 9, Error : Object required. Line 9, Char 3894, Error : 'null' is null or not an object. Corkboard, and corresponding verso blank : displaced vertically downwards by their full

[css-d] IE Display problem

2008-06-09 Thread Jonathan Pulley
I am having problems getting IE to cooperate with my design. FF on Linux and windows displays it great but of course when i go to IE its messed up. The link: http://dev-whiteguardian.whiteguardian.net/profile.php The css: http://dev-whiteguardian.whiteguardian.net/css/layout.css IE is

Re: [css-d] IE Display problem

2008-06-09 Thread Gunlaug Sørtun
Jonathan Pulley wrote: http://dev-whiteguardian.whiteguardian.net/profile.php IE is displaying the menu about 15px i think, higher than what it should be. Different default styles across browser-land and the 'layout' bug in IE/win, makes it important to declare more complete styles. Here's

Re: [css-d] IE Display problem

2008-06-09 Thread David Laakso
Jonathan Pulley wrote: I am having problems getting IE to cooperate with my design. FF on Linux and windows displays it great but of course when i go to IE its messed up. The link: http://dev-whiteguardian.whiteguardian.net/profile.php The css:

[css-d] IE display problem

2006-06-27 Thread Liz lizCSSlist
Hello, I hope someone can help me. My layout is at http://www.lizdesign.com/test/index.html I'm still struggling through the basics of css layout. I used the code from the equal-height columns of alistapart for my page with adjustments to sizes

Re: [css-d] IE display problem

2006-06-27 Thread Gunlaug Sørtun
Liz lizCSSlist wrote: http://www.lizdesign.com/test/index.html In IE on a PC, when I drag the window smaller by the bottom right corner, the left nav moves towards the center. Any fix for this? It's very likely that someone might try to resize the window this way. Add... * html #center

Re: [css-d] IE display problem

2006-06-27 Thread Liz lizCSSlist
It worked, thank you so much! Regards, Liz On 6/27/06 1:51 AM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Liz lizCSSlist wrote: http://www.lizdesign.com/test/index.html In IE on a PC, when I drag the window smaller by the bottom right corner, the left nav moves towards the center. Any fix

Re: [css-d] IE display problem(s)

2006-03-30 Thread Mark Henderson
Connor Boyack wrote: However, in IE7b2, the overflow:visible; doesn't get caught for whatever reason, and it doesn't expand vertically. Anybody know a fix for this? I'm on digest so ignore me if this has already been answered. Overflow isn't your problem. There's a new beta version

Re: [css-d] IE display problem(s)

2006-03-29 Thread Connor Boyack
I did On 3/29/06, Holly Bergevin [EMAIL PROTECTED] wrote: Have you tried changing the ie.css file as I suggested before? I'll suggest it once more. The following selectors and declarations are the ONLY things that should be in your ie.css file. #leftnav ul { margin-left:-5px; left:30px;

Re: [css-d] IE display problem(s)

2006-03-28 Thread Holly Bergevin
From: Connor Boyack [EMAIL PROTECTED] Everything else I've fixed, but I'm still having the height issue. IE won't respond to the min-height property. If I set the height as 400px, for example, then it won't expand it greater than 400px - so if the content is longer, it gets chopped off. Does

Re: [css-d] IE display problem(s)

2006-03-27 Thread Connor Boyack
In IE, the min-height isn't recognized.. so on the index.html page, the footer is right up underneath it. How can I get hack the CSS to get IE to push the footer down a bit? Perhaps set a height? (By the way, your current index.html page does not look as you describe it above in my IE6.)

Re: [css-d] IE display problem(s)

2006-03-24 Thread Ed Seehouse
On 3/24/06, Connor Boyack [EMAIL PROTECTED] wrote: So I just created a new mockup for a site, and when I went to view it in IE, I was quite amazed with how messed up the design was... I've spent some time trying to fix it, but have been rather unsuccessful in doing so. .. but in IE, it's

Re: [css-d] IE display problem(s)

2006-03-24 Thread Connor Boyack
Both pages are now valid XHTML and CSS. Anybody have any ideas? The links are: http://connorboyack.com/junk/tlr/index_short.html (page w/ short content) http://connorboyack.com/junk/tlr/index.html (page w/ long content) Thanks, Connor On 3/24/06, Ed Seehouse [EMAIL PROTECTED] wrote: On

Re: [css-d] IE display problem(s)

2006-03-24 Thread Holly Bergevin
From: Connor Boyack [EMAIL PROTECTED] Both pages are now valid XHTML and CSS. Anybody have any ideas? The links are: http://connorboyack.com/junk/tlr/index_short.html (page w/ short content) http://connorboyack.com/junk/tlr/index.html (page w/ long content) Tested on the index.html page -

Re: [css-d] IE display problem(s)

2006-03-24 Thread Connor Boyack
Great, thanks for the tip. I've changed that, and have a couple more bugs to squash... In IE, the min-height isn't recognized.. so on the index.html page, the footer is right up underneath it. How can I get hack the CSS to get IE to push the footer down a bit? I don't want to do something like

Re: [css-d] IE display problem(s)

2006-03-24 Thread Holly Bergevin
From: Connor Boyack [EMAIL PROTECTED] I've changed that, and have a couple more bugs to squash... In IE, the min-height isn't recognized.. so on the index.html page, the footer is right up underneath it. How can I get hack the CSS to get IE to push the footer down a bit? Perhaps set a

Re: [css-d] IE display problem

2005-06-06 Thread shawn a
I was taught that the content should come first in the source file, so I took the liberty of moving your list to the right col. Please see: http://www.dlaakso.com/sh.html -David Great thanks. I decided to go with your layout. Ill be using 4.01 trans doc type though. The company im working

[css-d] IE display problem

2005-06-05 Thread shawn a
If u check this page out in FF it looks fine. http://shawna.iprx.com/SETI/links-company.html but take a look at it in IE..the spacing between the lis is not right and the list-style-type circle looks like its cut in half. any suggestions? thanks agian ~shawn a

Re: [css-d] IE display problem

2005-06-05 Thread Arnie Shafer
] To: css-d@lists.css-discuss.org Sent: Sunday, June 05, 2005 2:30 PM Subject: [css-d] IE display problem If u check this page out in FF it looks fine. http://shawna.iprx.com/SETI/links-company.html but take a look at it in IE..the spacing between the lis is not right and the list-style-type circle

Re: [css-d] IE display problem

2005-06-05 Thread Linda Dunn
Happily, I just found an ultra-simple solution to the whitespace bug. In your markup, just add one extra space after each list item. Like this: liList item /li Cheers, ld Arnie Shafer wrote: Hi Shawn, I am new at this game but I do recognize your problem. Others can explain it better than

Re: [css-d] IE display problem

2005-06-05 Thread Arnie Shafer
: Re: [css-d] IE display problem Happily, I just found an ultra-simple solution to the whitespace bug. In your markup, just add one extra space after each list item. Like this: liList item /li Cheers, ld Arnie Shafer wrote: Hi Shawn, I am new at this game but I do recognize your problem

Re: [css-d] IE display problem

2005-06-05 Thread shawn a
On 6/5/05, Arnie Shafer [EMAIL PROTECTED] wrote: Is it really that simple?? I must try that extra space. Thanks Linda! Arnie awesome..that fixed the spacing problem. But the list-type-style: circle is still messede up and for some reason i dont think IE is treating the a tages as