Re: [css-d] Clearing a float

2010-10-05 Thread Todd Richards
Thanks Thierry - I'll give that a shot. Do I have to remove the float from the #leftSidebar nav then? Todd -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Thierry Koblentz Sent: Monday, October 04, 2010 11:08 PM To:

[css-d] Clearing a float

2010-10-04 Thread Todd Richards
Hi Everyone - I have a float that is giving me problems. You can see a test page here: http://test.magnoliasonline.com/public/gallery/before_after This particular page is simply groups of thumbnail images. My plan was to have a hr in between the groups to show that they are separate.

Re: [css-d] Clearing a float

2010-10-04 Thread Todd Richards
Hi John - I did try them. Anything that works first works on the floated left column. After that, they work fine. I've tried the clear both on the hr tag in the ext. CSS, as well as an inline br / tag. Todd -Original Message- From: John D [mailto:xfs...@hotmail.com] Sent: Monday,

[css-d] Menu in IE 6

2009-05-30 Thread Todd Richards
Hi everyone - Just launched a new site a few days ago and one person is reporting that the CSS menu on the left doesn't work right in IE 6. I just loaded MS Virtual machine with XP SP3 and IE 6, and confirmed that it shows fine while the page is loading, then it goes away. The site validates,

[css-d] Flash / CSS Menu

2009-03-10 Thread Todd Richards
Hi Everyone - I'm having an issue again with a CSS menu falling behind a flash slideshow. The test site is at http://test.omahabuyersbroker.com. I've validated, and it has no errors. I did set wmode on the Flash to transparent Any thoughts would be very much appreciated. Todd

Re: [css-d] Menu falling behind video

2008-03-25 Thread Todd Richards
Thanks for the feedback, David. This should be fixed now. Todd On Mon, 24 Mar 2008 11:49, David Hucklesby wrote wrote: Hmm. Now I see the movie in some browsers, but not in IE (6 or 7). Something is converting ampersands to HTML entities, though. Perhaps this should be fixed.

[css-d] Menu falling behind video

2008-03-24 Thread Todd Richards
Hi Everyone - Been struggling with this and maybe it's something obvious. I have a CSS menu on my site, and I have a .FLV slideshow on the home page. On all other pages, the menu works fine, and falls on top of the text (so you can navigate). However, on the home page with the video, the video

Re: [css-d] Menu falling behind video

2008-03-24 Thread Todd Richards
is correct. you must have 'wmode = transparent' in the parameters. On 24/03/2008, Mark Story [EMAIL PROTECTED] wrote: Todd Richards wrote: Hi Everyone - Been struggling with this and maybe it's something obvious. I have a CSS menu on my site, and I have a .FLV slideshow on the home page. On all

Re: [css-d] Sidebar issues

2007-12-13 Thread Todd Richards
and view the source to see the css. http://www.jimdavis.org/test/floaters.html www.positioniseverything.net has good info about bugs and hacks for using floats with IE6. Also check out the List wiki/FAQ -- http://css-discuss.incutio.com/ for more info and ideas. Jim On Dec 12, 2007 1:34 PM, Todd

Re: [css-d] Sidebar issues

2007-12-13 Thread Todd Richards
order) and float:right #side and you're done. On Dec 12, 2007 10:19 PM, Todd Richards [EMAIL PROTECTED] wrote: Hi Jim - Thanks for the information. I had a feeling that it had to do with the positions, but wasn't quite sure why. I originally was using a float for this (which is what I usually

[css-d] Sidebar issues

2007-12-12 Thread Todd Richards
Hello - Regardless of the struggles I have had with CSS, I still find myself trying more and more. In all actuality, I probably won't build a site with tables again! However, with that said I'm having another issue that I can't seem to figure out and I'm hoping the experts here might give it a

Re: [css-d] Print Style Help

2007-12-06 Thread Todd Richards
@lists.css-discuss.org Subject: Re: [css-d] Print Style Help Todd Richards wrote: www.ldstrategies.com When I do a print preview in either Firefox or IE 6, the content gets chopped off. In IE 7, it shrinks it down to fit. Start by making sure no printed containers are floated or absolute

Re: [css-d] Print Style Help

2007-12-01 Thread Todd Richards
, serif; } Just can't figure it out. Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: Friday, November 30, 2007 4:39 PM To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Print Style Help Todd Richards wrote

[css-d] Print Style Help

2007-11-30 Thread Todd Richards
Hi Everyone - I have a simple site for a client - www.ldstrategies.com - with a print stylesheet that is giving me issues. When I do a print preview in either Firefox or IE 6, the content gets chopped off. In IE 7, it shrinks it down to fit. Printing the pages confirms the issue. Any