Tee G. Peng wrote:
On Jun 18, 2007, at 11:49 AM, Thierry Koblentz wrote:
I may be wrong, but I'm not sure ie6 does transparent border (if I
recall,
it turns them black).
Yeah, it doesn't. I actually not sure how to write the rule.
I had {border-top: 5px transaprent},
{border-top: 5px; border-color: transaprent}
It doesn't work in Firefox and Safari, then I realized even if I got
it correct it probably won't won't in IE.
So I used {border-top: 5px solid wheat } /* wheat the same color as
the h2 background */
sorry about that, thanks for the gotcha Thierry!
By the way, I have a question regarding fixed background position
it doesn't work in this way in Safari and Firefox either.
#container {background: url(image.jpg) fixed no-repeat}
so I changed to
#container {background-position: fixed}
Im pretty sure it was working for me in Firefox just before... the
background image scrolled with the page. Not sure why it wouldn't have
worked for you.
But I am certain this works
body {background: url(image.jpg) fixed no-repeat}
why?
It's one of IE6's many peculiarities, I just came across this adaptation
of Eric Meyer's complex spiral demo after some googling:
http://www.gunlaug.no/tos/borrowed/complexspiral.html
should make things a little clearer regarding background attachment.
tee
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************