[css-d] Floats in IE6 ... again :-(

2010-10-20 Thread Anthony L
Hi, I am having a problem with a floated element in IE6. Big surprise :o) I have read many posts here as well as many of articles on the subject, including this very recent one: http://bit.ly/clrfxReloaded , and have tried , in vain, to apply what I thought I learned to my problem. The page

Re: [css-d] Floats in IE6 ... again :-(

2010-10-20 Thread Anthony L
it. If anyone cares to enlighten me, it would be appreciated :-) / Tony On Wed, Oct 20, 2010 at 10:27 AM, Anthony L antl69or...@gmail.com wrote: Hi, I am having a problem with a floated element in IE6. Big surprise :o) I have read many posts here as well as many of articles on the subject

Re: [css-d] positioning images on a background graphic

2009-05-15 Thread Anthony L
The easiest solution is to add... #container { padding: 1px 0; } Thanks Georg, that seems to have done the trick :-) And thanks for the link ... best, Anthony __ css-discuss [cs...@lists.css-discuss.org]

[css-d] positioning images on a background graphic

2009-05-14 Thread Anthony L
Is not that big a problem, but I am seeing a shift in the images when viewing the page on IE windows. I know: big surprise. Basically, I have a container div and then an unordered list where each list item is an image. Here's the relevant css : #container { background:blue; width: 735px;

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread Anthony L
On Fri, May 15, 2009 at 12:40 AM, Erik Vorhes e...@textivism.com wrote: re: http://liberto.info/cssplay/fromWork/migration_rollover/migration_opacity_tests_part_b.html Anthony, the original poster, has followed your advice as of this writing. He has included display:inline; on the li. Follow

Re: [css-d] Sprites and positioning links

2009-05-01 Thread Anthony L
Hi again, the heights are different between the default and the hover. I recreated the .gif, this time using the PS duplicate command to get an exact copy of the image. I then uploaded both images, the original and the over state .gif, to this online sprite generator: http://www.csssprites.com/

Re: [css-d] Sprites and positioning links

2009-04-30 Thread Anthony L
Hi Brian, thanks, the tip below helped :-) you will need to float metadata to the left As you can see from the link below, I am still struggling to place the lib rollover correctly. http://www.liberto.info/cssplay/www/www/cssplay/sprite/sprites.html It could be a problem with the image as you

[css-d] Sprites and positioning links

2009-04-29 Thread Anthony L
First: If this is a repost I apologize: I chose plain text in GMail but in my Sent box it appears it was sent as Rich Text, so I'm attempting a plain text message again ...now for the 3rd time, with most html tags stripped out ... it got bounced a few times now :-( If you've already stopped

[css-d] Fwd: Form in header: placement problems in IE win

2006-04-14 Thread Anthony L
Good idea to turn on borders it really helped me visualize where the form was and how it looked. The revised code looks like this: (the float and width attributes have been removed) #header form { /* The search form */ /*border: 3px solid #C03; */ margin-bottom: -100px;

Re: [css-d] Clearing 2 floated content areas

2006-03-29 Thread Anthony L
http://www.itu.dk/people/antl/Webdesign_06/vestervold148/test1/vestervold148_v2/hjem.html First, the white color behind the tabbed navigation does not extend to the far right of the page as it does in Firefox, for example. I thought I'd fixed this by giving the #nav div a fixed width

[css-d] Clearing 2 floated content areas

2006-03-28 Thread Anthony L
Hi all, I know there are a million articles on the subject, but I am stumped. On a previous incarnation of this page I sucessfully used the footer div to clear the tow opposingly floated content areas. Recently, I updated the code to center the content in the browser. This caused 2 problems in

[css-d] Body background image not displaying properly... in IE :-(

2006-03-22 Thread Anthony L
Hi all, I have a background image that should provide a nice yellow (well, nice is realtive ;-)) ) color behind a floated div which uses % for it's width. In Firefox and Safari, the image cascades down the page providing the expected background for the #secondaryContent div. In Windows IE6

Re: [css-d] Body background image not displaying properly... in IE

2006-03-22 Thread Anthony L
Anthony L wrote: In Windows IE6 however, the yellow background only displays properly once the page is reloaded or (oddly) when one of the secondary nav links, such as item one, is moused over. http://www.itu.dk/people/antl/vestervold148_help/hjem.html Looks like IE6 needs

Re: [css-d] Body background image not displaying properly... in IE

2006-03-22 Thread Anthony L
In Windows IE6 however, the yellow background only displays properly once the page is reloaded or (oddly) when one of the secondary nav links, such as item one, is moused over. http://www.itu.dk/people/antl/vestervold148_help/hjem.html Looks like IE6 needs a 'hasLayout'[1] trigger. *

Re: [css-d] Header graphic causing excessive space above body text in Explorer

2006-02-14 Thread Anthony L
Hi Georg, Thanks :-) That worked perfectly and helped me understand some of Explorers many quirks :-) Tony Anthony L wrote: I have a two-column liquid layout with a header and footer. The columns are floated and defined with a 70% / 30% width. IE/win doesn't like that... :-) see below. i

[css-d] Header graphic causing excessive space above body text in Explorer

2006-02-13 Thread Anthony L
Hi all, Let me start by saying I'm quite new to CSS layouts. Let me also say that I've adapted bits and pieces of CSS I've found among other place in Dan Cederholms Bulletproof web design. Although I thought I understood the workings of this code, as you'll see below there is obviously a gap in