[css-d] IE6 question - a:hover img

2008-10-24 Thread Phillip Cavaco
Hi everyone, *please help*... I'm on fire with IE6 :) As you can see by the email subject, I want to apply the following CSS rule: a:hover img{ border:solid 1px red; } over the following html: I know that IE6 pseudo select only works with anchors by default. But this one ain't working. W

[css-d] a:hover element in ie6

2008-05-28 Thread Phillip Cavaco
Hi everyone. I'm having a problem with our "friend" IE6. My xHTML: - simple "a" element with a "span" element in side of it. - "a" with class "save" My CSS: .save:hover span{ color:#f00; cursor:pointer; } I thought in IE6 using a:hover element would work. I saw something like that on http

[css-d] IE6 and overflow hidden problem

2008-01-29 Thread Phillip Cavaco
Hi guys, lately I've being working a lot with overflow hidden. But sometimes I have problems with IE6 (it doesn't set the overflow to hidden). Till now I solved the most of them but theres one still ahahah This is my situation: bla bla bla . CSS: #cale

[css-d] clearfix tweak needed on IE7

2007-10-06 Thread Phillip Cavaco
Hi guys. Normally I use the following CSS code for clearfix. For exemple the following code does not clear properly on IE7: blablabla blablablabla blablabla blablablabla blablabla blablablabla blablabla blablablabla blablabla blablablabla blablabla blablablabla

Re: [css-d] "z-index" - flash object on firefox under linux

2007-10-03 Thread Phillip Cavaco
> > > > R. > > - Original Message - > From: "Phillip Cavaco" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, October 03, 2007 4:08 PM > Subject: [css-d] "z-index" - flash object on firefox under linux > > > > happenin

[css-d] "z-index" - flash object on firefox under linux

2007-10-03 Thread Phillip Cavaco
Hi everyone. I'm having a problem setting up a div above a flash object. This is happening only on firefox under linux. Is there any css hack or something? Thanks, Phillip __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.

[css-d] Fwd: Image resize with CSS

2007-08-07 Thread Phillip Cavaco
d PHP. ++ On 2007/08/07 18:01 (GMT+0100) Phillip Cavaco apparently typed: > As a big photography enthusiastic I care a lot about photos > quality in my websites. I used to be a photographer. My sister still is professionally. http://www.horse

[css-d] Image resize with CSS

2007-08-07 Thread Phillip Cavaco
Hi everyone. As a big photography enthusiastic I care a lot about photos quality in my websites. Imagine that I have a web page with 3 photos (original sizes are: 600x400 ; 353x200 ; 450x738) for example. If I want to display them with 100px height maximum, I would right the following CSS rule:

[css-d] ul is not clearing

2007-03-20 Thread Phillip Cavaco
Hi, sorry I can't provide you an URL, the following information might help you helping me, thanks: - I have a class function to clear the float elements, is not working for the footer and I don't know why: ::XHTML:: Home Serviços Portf

[css-d] files structure opinion

2007-03-13 Thread Phillip Cavaco
Hi I would like to know the opinions from CSS coders about website file structure. How do you organize your files? Advantages and disadvantaged? My approach: /images/ /tools/ /css/ /css/main.css /css/menu_item_1.css /css/menu_item_2.css ... /css/menu_item_N.css /menu_item_1/index.php /menu_item_2/

[css-d] IE margin-top problem

2007-03-12 Thread Phillip Cavaco
1px; border-top:#adadad dotted 2px; margin:30px 0px 35px 0px; } Phillip Cavaco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List

[css-d] aphafilter and background-position

2007-02-05 Thread Phillip Cavaco
Hi everyone, this is my first post: For example imagine that you have a 600px square div with a 100px square png inside of it. #divwrapper{ width:600px; height:600px; background:url(path_to_100px.png) no-repeat 100% 0%; } How do I filter(alphafilter) this png maintaining the 100% 0% position? __