[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: a href=/testimg src=image.jpg alt=test //a I know that IE6 pseudo select only works with

[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

[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: div class=clearfix div style=width:50px; height:50px: background-image:url(image.png) no-repeat 0 0; float:left /div p blablabla blablablabla blablabla

[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]

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

2007-10-03 Thread Phillip Cavaco
value=mymovie.swf param name=quality value=high param name=wmode value=transparent R. - Original Message - From: Phillip Cavaco [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Wednesday, October 03, 2007 4:08 PM Subject: [css-d] z-index - flash object on firefox under

[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] Fwd: Image resize with CSS

2007-08-07 Thread Phillip Cavaco
. ++ 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.horsesites.com/r/ Imagine

[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:: div id=footer ul class=clearfix lia class=footerSelected

[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

[css-d] IE margin-top problem

2007-03-12 Thread Phillip Cavaco
; width:225px; float:left; text-align:justify; } .division{ width:100%; height:1px; border-top:#adadad dotted 2px; margin:30px 0px 35px 0px; } Phillip Cavaco __ css-discuss [EMAIL PROTECTED] http://www.css

[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?