Re: [css-d] a html 4.01 strict problem

2007-11-22 Thread Jukka K. Korpela
jaklitsch maya wrote: > --Please download and print the href="pdf/membershipAp.pdf" target="_blank"> class="strong">Membership Application -- > > I just found out that this causes my validation to > fail. I guess I could change it to transitional, but I > want to avoid it if possible. And y

[css-d] a html 4.01 strict problem

2007-11-22 Thread jaklitsch maya
I have always used the target="_blank" when I wanted to open a document in a new window. I included the following code on a membership page --Please download and print the Membership Application -- I just found out that this causes my validation to fail. I guess I could change it to transit

Re: [css-d] Hover in an Image Map (IE6)

2007-11-22 Thread Gunlaug Sørtun
Eric & Lucile Eastman wrote: > http://www.samallman.com/test.html > The hotspot in the top right (> Contact 888-945-5228) present the > border correctly in FF but not in IE6. > Does anyone know why this is happening? Stacking problems, which IE/win (all versions) has whenever 'position: absolut

[css-d] Hover in an Image Map (IE6)

2007-11-22 Thread Eric & Lucile Eastman
Here is the link to my page. http://www.samallman.com/test.html I've created an image map according to Andy Budd's instructions on page 96-98 of his book *CSS Mastery*. His errata documentation points out that the image should be a background image, which I've done. The hotspots on the left and at

Re: [css-d] IE6 Problem: Logo won't show

2007-11-22 Thread Hakan K
Try adding the following line.. img{position:relative;} Thanks Hakan http://primoris.com On Nov 22, 2007 1:37 PM, Karl Bedingfield <[EMAIL PROTECTED]> wrote: > Hi all, > > This is my first post :) > > I have a problem with my logo.gif not showing in ie6. I am using this > code in my page:

[css-d] IE6 Problem: Logo won't show

2007-11-22 Thread Karl Bedingfield
Hi all, This is my first post :) I have a problem with my logo.gif not showing in ie6. I am using this code in my page: These are my logo styles: #logo { position: absolute; top: 5px; right: 15px; margin: 0; padding: 0; } #logo a img { background: #CCE181; margin: 2px 5px 0 0; } #logo a:hov

Re: [css-d] Div Problems *whoops*

2007-11-22 Thread David Laakso
Hakan K wrote: > I am not able to see any header, and menu css function on IE 6 > > #header { > background:#fff url(images/valtour_top.png) no-repeat; > height:250px; RE: Good points. The image is not on the server. Scripting is needed to mak

[css-d] [ADMIN - OFFTOPIC] Re: php sthe switcher for multiple style sheets

2007-11-22 Thread Alex Robinson
At 08:40 -0500 22/11/07, DAVOUD TOHIDY wrote: >Greetings, > >I am looking for a php multiple style switcher which can handle >switching more than two style sheets for my portfolio >located at http://cssfreelancer.awardspace.com . > >Would appreciate your comments. Comments about style switching i

Re: [css-d] background problem in IE6 using class selectors

2007-11-22 Thread Ingo Chao
Bruno Fassino wrote: > On Nov 22, 2007 Ingo Chao wrote: >>> Good. In case someone else could veryfy this fix, I'd appreciate it. >>> @importing two stylesheets should be similar to having two >>> style-blocks, or shouldn't it? > > This is what I see after some quick tests (as Georg said, these th

Re: [css-d] background problem in IE6 using class selectors

2007-11-22 Thread Bruno Fassino
On Nov 22, 2007 Ingo Chao wrote: > > > Good. In case someone else could veryfy this fix, I'd appreciate it. > > @importing two stylesheets should be similar to having two > > style-blocks, or shouldn't it? This is what I see after some quick tests (as Georg said, these things should be tested mor

[css-d] php sthe switcher for multiple style sheets

2007-11-22 Thread DAVOUD TOHIDY
Greetings, I am looking for a php multiple style switcher which can handle switching more than two style sheets for my portfolio located at http://cssfreelancer.awardspace.com . Would appreciate your comments. Best davoud _ Have

Re: [css-d] validation question

2007-11-22 Thread Gunlaug Sørtun
tedd wrote: > I've learned something new every day of my life, and I'm getting > damned tried [ err ... tired ] of it. :-) Living, or learning..? ;-) CSS provides so much fun! I want more... regards Georg -- http://www.gunlaug.no

Re: [css-d] validation question

2007-11-22 Thread bruce . somers
tedd" <[EMAIL PROTECTED]> > I've learned something new every day of my life, and I'm getting damned tried > of it. :-) > > Cheers, > > tedd > -- You shouldn't be. When you stop learning, you're dead, whether you realize it or not! Bruce _

Re: [css-d] background problem in IE6 using class selectors

2007-11-22 Thread Gunlaug Sørtun
Ingo Chao wrote: > Good. In case someone else could veryfy this fix, I'd appreciate it. > @importing two stylesheets should be similar to having two > style-blocks, or shouldn't it? Dunno. To busy to test ATM, and the buggy logic of such hacks must be tested quite thoroughly since the "logic" pa

Re: [css-d] validation question

2007-11-22 Thread tedd
At 8:14 PM +0100 11/21/07, Jens Brueckmann wrote: > > "thin" is not an attribute for border > >Quite right, is is an allowed value for the border-width property, see: > >http://www.w3.org/TR/CSS2/box.html#value-def-border-width > >Cheers, > >jens jens: I didn't realize that -- thanks. I've lear

Re: [css-d] background problem in IE6 using class selectors

2007-11-22 Thread Ingo Chao
[EMAIL PROTECTED] wrote: > [quote] > > http://css-discuss.incutio.com/?page=InternetExplorerWinBugs > -> The multiple #id.class bug > > [/quote] > > Yes, I've found it in the meantime. > > The separate style blocks is not an option for me, plus this was just a > test case, I'm not using inline

Re: [css-d] background problem in IE6 using class selectors

2007-11-22 Thread [EMAIL PROTECTED]
[quote] http://css-discuss.incutio.com/?page=InternetExplorerWinBugs -> The multiple #id.class bug [/quote] Yes, I've found it in the meantime. The separate style blocks is not an option for me, plus this was just a test case, I'm not using inline CSS. In my real case the troubling element wa

Re: [css-d] How to make a relative positionned DIV invisible to flow ?

2007-11-22 Thread Ingo Chao
Sébastien FICHOT wrote: > Hello ! > > I would like that DIV #Reactions-Blog is displayed on the right, and > that his height not added in top of article title (IE). It is a > reltive positionned DIV, with extra Top and Left positions. > With FF, I have a more important problem, since the whole

Re: [css-d] Is there any way to filter a css for Safari or Firefox

2007-11-22 Thread Philippe Wittenbergh
On Nov 22, 2007, at 12:19 AM, Gunlaug Sørtun wrote: > chiara chiari wrote: >> Hi guys, I need to filter a style rule for Safari and I was wondering >> if there is any way to filter a dedicated css or if there is any >> other way I can filter a stylesheet for FireFox and then use the main >> one t

[css-d] Happy Thanksgiving!

2007-11-22 Thread Elias Abunassar
Dear CSS-Discuss Members, Wanted to wish everyone a Happy Thanksgiving and express my sincerest thanks for your hard work, mentoring, patience and guidance. Sincerely, Elias Abunassar __ css-discuss [EMAIL PROTECTED] http://www

Re: [css-d] background problem in IE6 using class selectors

2007-11-22 Thread Ingo Chao
[EMAIL PROTECTED] wrote: > Hi, > > This is weird, I've googled long time and I cannot find solution. > It happens only on IE6. > > Sorry, but I cannot put online case right now, here is just the code. > > > Scenario 1: > You should see text on blue background of div #wrapper > > ... > > #wrap

[css-d] background problem in IE6 using class selectors

2007-11-22 Thread [EMAIL PROTECTED]
Hi, This is weird, I've googled long time and I cannot find solution. It happens only on IE6. Sorry, but I cannot put online case right now, here is just the code. Scenario 1: You should see text on blue background of div #wrapper = FILE BEGIN == http://www.w3.org/TR/xhtml1/DTD/xhtml1-transiti