Re: [css-d] IE6/IE7 border problem on list items (wrapping)

2009-04-15 Thread Stephen Tang
Hi Divya, I eventually came to that conclusion as well. I have provided instructions to the programming team to use the HTML vertical pipe in their code. Thanks for the help everybody. --Stephen On Wed, Apr 15, 2009 at 3:32 PM, divya manian wrote: > On Wed, Apr 15, 2009 at 11:43 AM, Stephen Ta

Re: [css-d] IE6/IE7 border problem on list items (wrapping)

2009-04-15 Thread Stephen Tang
Ok, I tried applying this on the tag and it's also broken in IE6/IE7. This looks like a fundamental rendering bug in IE6/IE7. I'm going to have to remove the border entirely and go explicit with a vertical pipe |. Time to go ask the programmers to make a change. --Stephen On Wed, Apr 15, 2009

Re: [css-d] IE6/IE7 border problem on list items (wrapping)

2009-04-15 Thread divya manian
On Wed, Apr 15, 2009 at 11:43 AM, Stephen Tang wrote: > Hi Brian, > Actually, the tags are display: inline.  However, there was a > float: none that was taking precedence over the float: left in another > class.  When I remove it, I can see what IE6/IE7 is doing.  The > box is actually two lines

Re: [css-d] IE6/IE7 border problem on list items (wrapping)

2009-04-15 Thread Stephen Tang
Hi Brian, Actually, the tags are display: inline. However, there was a float: none that was taking precedence over the float: left in another class. When I remove it, I can see what IE6/IE7 is doing. The box is actually two lines. http://www.stephentang.info/ie/test2.html Hmm, I may have to

Re: [css-d] IE6/IE7 border problem on list items (wrapping)

2009-04-15 Thread Brian Hazelton
instead of display:inline try float:left, it won't allow the items to wrap, if it is too long for the line, it will bring it down to the next. This may not be the best answer but it should work. __ css-discuss [cs...@lists.css-di

Re: [css-d] IE6/IE7 border problem on list items (wrapping)

2009-04-15 Thread Stephen Tang
Hi Brian, Unfortunately, the content of the links are dynamically generated. I'd have to ask the programming team to change their code to create a vertical line explicitly. I'm trying to determine if I can avoid this. I just tried with a border-left and the problem is still there. --Stephen On

Re: [css-d] IE6/IE7 border problem on list items (wrapping)

2009-04-15 Thread Brian Hazelton
if the border is just for spacing, you could remove the border and put in a margin or padding and then for the vertical line seperator just use the pipe character on the keyboard. __ css-discuss [cs...@lists.css-discuss.org] http

[css-d] IE6/IE7 border problem on list items (wrapping)

2009-04-15 Thread Stephen Tang
Hello, I have a list of links in a fixed-width div. Each link is in an tag. The tag has a border-right to create vertical separators. One of the link's text is too long and word wraps to the next line. In IE6 and IE7, there is an extra right border that appears at the end of the line for that

Re: [css-d] Weird spacing in IE (go figure)...

2009-04-15 Thread Els
Michael Beaudoin wrote: >>> Would someone please go to http://www.mhinonline.com/dev and see >>> what I have missed, or didn't do? > >> 545 + 143 = 688, which is 18px too wide. >> Firefox just follows your orders and lets the image stick out. IE >> doesn't. It tries to fit it in somehow. (without

Re: [css-d] FF & IE text placement

2009-04-15 Thread David Laakso
Scott Brasted wrote: > Good morning, > > Would someone kindly look at > http://www.adriennesgardenworks.com/about.php and see if you can see > what I am doing wrong? > > > You call a class selector for that block in the markup. But have an id selector for it in the CSS. Validate. _

[css-d] FF & IE text placement

2009-04-15 Thread Scott Brasted
Good morning, Would someone kindly look at http://www.adriennesgardenworks.com/about.php and see if you can see what I am doing wrong? I have three pages in preparation right now (test.php, radio.php and about.php). I am rebuilding the site and these are the beginning of pages to take the plac

Re: [css-d] Weird spacing in IE (go figure)...

2009-04-15 Thread Michael Beaudoin
From: Els To: Michael Beaudoin ; css-d@lists.css-discuss.org Sent: Wednesday, April 15, 2009 2:09:22 AM Subject: Re: [css-d] Weird spacing in IE (go figure)... Michael Beaudoin wrote: > Now, I have a little bit of a spacing problem. All my page look good > in Safari, Firefox Mac and PC, but the

Re: [css-d] CSS footer article from A List Apart breaks when width is added (in ie6)

2009-04-15 Thread Dinshaw Gobhai
Yes, sorry, should have put that in: http://www.alistapart.com/d/footers/footer_css3.html I just successfully used the sticky-footer (http://ryanfait.com/ sticky-footer/, thank you list) But because the of my design requirements (the nav bg extends past the left and right edges -not up yet but

Re: [css-d] double borders. A different story in IE?

2009-04-15 Thread Michael Adams
On Wed, 15 Apr 2009 14:44:27 +0300 Came this utterance formulated by Jon Wickström to my mailbox: > > Fix the errors in your xhtml first. > > http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ekebodagis. > > fi%2Fekebo%2Ftest.html&charset=%28detect+automatically%29&doct > > ype=Inline&group=0 >

Re: [css-d] double borders. A different story in IE?

2009-04-15 Thread Jon Wickström
> Fix the errors in your xhtml first. > http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ekebodagis. > fi%2Fekebo%2Ftest.html&charset=%28detect+automatically%29&doct > ype=Inline&group=0 Now my example validates cleanly... It still behaves the same way though... I have actually moved on. As it

Re: [css-d] CSS footer article from A List Apart breaks when width is added (in ie6)

2009-04-15 Thread mx . cssdee
Hi, I use a pure CSS footer lock but have not tested it using a fixed width -might be worth a try: http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page Not sure why alistapart's version would break with width. If I get a chance I'll have a play with their code and see if

Re: [css-d] Weird spacing in IE (go figure)...

2009-04-15 Thread Els
Michael Beaudoin wrote: > Now, I have a little bit of a spacing problem. All my page look good > in Safari, Firefox Mac and PC, but the LINKS and DOWNLOADS pages > have this big space in them in IE. > > Would someone please go to http://www.mhinonline.com/dev and see > what I have missed, or didn'