[css-d] clear floats is clearing my right hand column!!

2009-07-07 Thread Chris Blake
Hi, A long time ago I found an easy way to clear floats. It's basically: div class=clearnbsp;/div and .clear{ clear:both; height:1px; line-height:1px; margin:0; padding:0; } I hope it's a good method because I remember being really pleased because it's a lot easier than other methods that

Re: [css-d] clear floats is clearing my right hand column!!

2009-07-07 Thread Bobby Jack
--- On Tue, 7/7/09, Chris Blake ch...@3pointdesign.com wrote: Anyway, I have just dropped it into the page I am having a small issue with and it has gone crazy! It's clearing the right column! I haven't looked at your CSS/markup in detail, but it sounds very much like you're running into

Re: [css-d] nav improvements?

2009-07-07 Thread Greg Wilker
-Original Message- From: Chris Akins [mailto:tipper...@gmail.com] Subject: Re: [css-d] nav improvements? On Mon, Jul 6, 2009 at 2:22 PM, Greg Wilkerjer...@well.com wrote: I would like to improve the current top navigation with the following: 1. center text/links in middle of

Re: [css-d] clear floats is clearing my right hand column!!

2009-07-07 Thread David Laakso
Chris Blake wrote: http://pendulum8.com/karst.test/staff.php http://pendulum8.com/karst.test/styles/style2.css It's a real basic grid so I am little annoyed that it is causing so many problems. Any advice or criticism is welcome. Thanks, CB Validate before you post.

Re: [css-d] clear floats is clearing my right hand column!!

2009-07-07 Thread Bobby Jack
--- On Tue, 7/7/09, Chris Blake ch...@3pointdesign.com wrote: Anyway, I have just dropped it into the page I am having a small issue with and it has gone crazy! It's clearing the right column! I'm not sure I'm even seeing the problem (in Firefox) - can you be specific as to which element is

[css-d] firefox problem

2009-07-07 Thread Tri-State AdVantage
I cannot get this page to read correctly in Firefox. http://www.hcam.net/posts.html I got it to work correctly in Explorer by putting a wide border on the right hand side of the photo so that the discription is pushed below the photo. That is not working in Firefox and the paragraph is over the

[css-d] List bullet sizes

2009-07-07 Thread Stephen Tang
Hi, I have a site that was using list-style-type: disc for a list bullet. The QA team noted that in IE8, the list bullets were smaller than in IE7 or Firefox. All three browsers were accessing the same CSS property: li {list-style-type: disc; font-size: 12px; line-height: 160%; } From reading

Re: [css-d] List bullet sizes

2009-07-07 Thread tedd
At 5:00 PM -0400 7/7/09, Stephen Tang wrote: Hi, I have a site that was using list-style-type: disc for a list bullet. The QA team noted that in IE8, the list bullets were smaller than in IE7 or Firefox. All three browsers were accessing the same CSS property: li {list-style-type: disc;

Re: [css-d] firefox problem

2009-07-07 Thread Tim Snadden
On 8/07/2009, at 7:44 AM, Tri-State AdVantage wrote: I cannot get this page to read correctly in Firefox. http://www.hcam.net/posts.html I got it to work correctly in Explorer by putting a wide border on the right hand side of the photo so that the discription is pushed below the

Re: [css-d] nav improvements?

2009-07-07 Thread Chris Akins
I implemented your suggestions above (except for enclosing the UL element) and I am not seeing any difference with IE8 or FF3 on a PC. The main thing I'd really like to do is have the text centered vertically in the nav bar. - Greg The page looks different than it did the other day. I

Re: [css-d] clear floats is clearing my right hand column!!

2009-07-07 Thread Gunlaug Sørtun
Chris Blake wrote: A long time ago I found an easy way to clear floats. [...] I hope it's a good method because I remember being really pleased because it's a lot easier than other methods that I'd found. In your case a change from clear: both to clear: left will work. However, having

Re: [css-d] List bullet sizes

2009-07-07 Thread Stephen Tang
Hi Daniel, Thanks for this interesting idea, but I still need to support IE6. I also can't use a background image, because the list might be on the right side of a floated image, and I've already experienced problems with that. I ended up calling an ie8.css file using an IE conditional statement

Re: [css-d] List bullet sizes

2009-07-07 Thread Stephen Tang
Hi Tedd, I presume by your URL that the answer is No. :-) --Stephen On Tue, Jul 7, 2009 at 5:50 PM, teddtedd.sperl...@gmail.com wrote: At 5:00 PM -0400 7/7/09, Stephen Tang wrote: Hi, I have a site that was using list-style-type: disc for a list bullet. The QA team noted that in IE8, the

Re: [css-d] List bullet sizes

2009-07-07 Thread Bob Rosenberg
At 23:30 -0400 on 07/07/2009, Stephen Tang wrote about Re: [css-d] List bullet sizes: On Tue, Jul 7, 2009 at 6:34 PM, Daniel Navarrowebpe...@gmail.com wrote: Hi, li { list-style-type: none;  /* remove default bullets */ } li:before { content:

Re: [css-d] firefox problem

2009-07-07 Thread David Laakso
Tri-State AdVantage wrote: I cannot get this page to read correctly in Firefox. http://www.hcam.net/posts.html Kris J There is nothing wrong with Firefox. There is a lot wrong with your coding practices :-) . Code to Opera, FF, Safari, and IE/8. IE/7 will go along with the program.