Re: [css-d] in-line image replacement

2007-07-06 Thread Janos Hardi
Hi, Thanks for your comments and tips. I updated the test case for further examination. I removed the last-child 'filter' as well. The idea/logic is as simple as that: because i cannot use any image replace technique or workaround ('heading text' replaces involving positioning, or flash technique

[css-d] More info re Looking for help 3 column layout

2007-07-06 Thread Martin Pistorius
Hi there, Regarding my previous post, someone suggested being able to see the problem would help so you can have a look at the current live site at www.napsa.org.za/portal go to languages and change it to "Afrikaans" then use the text size widget on the right to increase the font size and look at

Re: [css-d] images won't align in IE

2007-07-06 Thread Christopher Blake
On 5 Jul 2007, at 20:41, David Hucklesby wrote: > On Thu, 5 Jul 2007 01:44:09 +0100, Christopher Blake wrote: >> Hi, >> >> I posted something earlier but did not get a response =( >> >> I am trying to recreate the web gallery on my blog for my other >> site (work in progress): >> http://www.3po

Re: [css-d] transparent pngs don't show transparent in IE6

2007-07-06 Thread ross
Well know bug. There is a javascript fix but it only applies to not background images for divs as far as I know. Anyone else? Ross - Original Message - From: "Christopher Blake" <[EMAIL PROTECTED]> To: "css-d" Sent: Friday, July 06, 2007 12:01 PM Subject: [css-d] transparent pngs do

[css-d] transparent pngs don't show transparent in IE6

2007-07-06 Thread Christopher Blake
HI, Hopefully if you check this page in any browser it should work ok. http://www.3pointdesign.com/websites2.html However in IE6 the transparency of the pngs does not work. I can go back and add the right background colour to all the images but would rather know if there was a fix, or whether

Re: [css-d] transparent pngs don't show transparent in IE6

2007-07-06 Thread David Laakso
Christopher Blake wrote: > > Hopefully if you check this page in any browser it should work ok. > http://www.3pointdesign.com/websites2.html > > > Christopher Blake > > > > > FYI only. Got no PC at the moment. Got no fix (sorry). With a MacBook (1680) in FF and Camino when I click an image

Re: [css-d] transparent pngs don't show transparent in IE6

2007-07-06 Thread Rob Wilmshurst
I came across this post a couple of days ago which provides the fix - http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/ It uses a behaviour (.htc) file to work the magic. It'll work on background images too. It's an ugly, ugly solution. But we've been left with little choice :( There's

Re: [css-d] mozilla and opera bug?

2007-07-06 Thread Luc
Good morning Richard, It was foretold that on 5/7/2007 @ 09:55:38 GMT+1200 (which was 18:55:38 where I live) Richard Grevers would write: > Why are you so determined to destroy the accessibility of your site by > removing the focus outlines, though? It was the only thing i came up with to

Re: [css-d] Getting the z-index right in my css

2007-07-06 Thread Ian Piper
On 5 Jul 2007, at 3:56 pm, ron zisman wrote: > Well, you have done enough to give the layout -- and my design > tools -- a chance. It's xml now :-) > As such I can only make it work in xhtml capable browsers, so you > have to do the testing across browser-land at your end. > > Let's first get

Re: [css-d] images won't align in IE

2007-07-06 Thread Mark Henderson
Christopher Blake wrote: >>> Please help, I am clueless as to why it isn't working. Also I hate >>> the fact that if I >>> try things I do not know whether they have worked - I will >>> upgrading to intel-mac soon >>> and run parallels and windows as soon as I have the money! Since money is an

Re: [css-d] transparent pngs don't show transparent in IE6

2007-07-06 Thread Ross
Thats is one ugly fix. Does it validate? http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio

Re: [css-d] transparent pngs don't show transparent in IE6

2007-07-06 Thread ross
Before I go delving into these. Do any of them validate. If no then I can't use them. thanks, R. - Original Message - From: "Rick Faircloth" <[EMAIL PROTECTED]> To: "'Christopher Blake'" <[EMAIL PROTECTED]>; "'css-d'" Sent: Friday, July 06, 2007 2:30 PM Subject: Re: [css-d] transparen

Re: [css-d] transparent pngs don't show transparent in IE6

2007-07-06 Thread Rob Wilmshurst
[EMAIL PROTECTED] wrote: > Before I go delving into these. Do any of them validate. If no then I can't > use them. They're both the same solution; the blog post I mentioned links to Rick's twinhelix.com site. The stylesheet won't validate due to the nonstandard 'behaviour' property used (it's

Re: [css-d] transparent pngs don't show transparent in IE6

2007-07-06 Thread Rick Faircloth
Hi, Chris... I'm using a script from TwinHelix.com, called "IE PNG Fix v1.0 RC4"... that's the current version. It uses a CSS behavior modification to allow png's to work in IE 5.5 & IE 6. It's working perfectly... Go to www.TwinHelix.com and mouse-over CSS in the menu and you'll see the link.

Re: [css-d] mozilla and opera bug?

2007-07-06 Thread Luc
Good morning Naja, It was foretold that on 5/7/2007 @ 01:49:50 GMT+0200 (which was 20:49:50 where I live) Naja Melan would write: > i only see the outline when i just clicked the link, which is probably what > you want, but if other browsers don 't do that (im using FF), try onclick=" > this.

Re: [css-d] css-d Digest, Vol 56, Issue 9

2007-07-06 Thread dan
Hello, thanks for your message but I'm on holiday now until the 16th July. If its urgent, please contact me on my mobile otherwise I'll get back to you on my return. Kindest Regards Dan. __ css-discuss [EMAIL PROTECTED] http:

[css-d] alignment using CSS

2007-07-06 Thread Sarah Atkinson
Dear Oh Most Helpful List, I have a list of hours Monday - Friday 9:00 AM - 9:00 PM Saturday9:00 AM - 7:00 PM Sunday Closed I want the times to be aligned on one side and the days aligned. Any idea on how to do this? All I can find is hack using tables. There's g

Re: [css-d] alignment using CSS

2007-07-06 Thread Joel D Canfield
> I have a list of hours > > Monday - Friday9:00 AM - 9:00 PM > Saturday 9:00 AM - 7:00 PM > SundayClosed the fact that you don't explicitly include the headings 'Days' and 'Hours' doesn't stop it being a table. it's tabular data; I'd consider using pure CSS to b

Re: [css-d] alignment using CSS

2007-07-06 Thread ross
That to me looks like tabular data. Why not...use tables. - Original Message - From: "Sarah Atkinson" <[EMAIL PROTECTED]> To: Sent: Friday, July 06, 2007 3:05 PM Subject: [css-d] alignment using CSS > Dear Oh Most Helpful List, > > I have a list of hours > > Monday - Friday

Re: [css-d] Getting the z-index right in my css

2007-07-06 Thread ron zisman
On Jul 6, 2007, at 8:55 AM, Ian Piper wrote: > > Interesting - that seems at a stroke to have sorted out the behaviour > for everything except IE6. IE6 doesn't show the thumbnail or popup > images. I do have a set of styles that are supposed to be for IE6 - > do I have to do something with those s

[css-d] blue border around image links.

2007-07-06 Thread Christopher Blake
Hi Pepl, How do I remove the blue border from my image links?? They only appear in IE6. http://www.3pointdesign.com/websites2.html Cheers, Chris Christopher Blake [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://w

Re: [css-d] blue border around image links.

2007-07-06 Thread Jon Hughes
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Christopher Blake > How do I remove the blue border from my image links?? They only > appear in IE6. You already have: img, div { } Just add: border:0; between the { and } so... im

Re: [css-d] blue border around image links.

2007-07-06 Thread Jon Hughes
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Jon Hughes > so... > > img, div { > border:0; > } > __ On second thought, that may have undesired effects, incase you

Re: [css-d] blue border around image links.

2007-07-06 Thread Christopher Blake
Hi Jon, It has worked, but has stopped the png transparency fix ( http:// www.twinhelix.com/css/iepngfix/ ). Any ideas?? http://www.3pointdesign.com/websites2.html Thanks, Chris Christopher Blake [EMAIL PROTECTED] On 6 Jul 2007, at 15:55, Jon Hughes wrote: > > >> -Original Message

[css-d] blue border vs. Transparent png

2007-07-06 Thread Christopher Blake
Hi all, This is getting a bit complicated. http://www.3pointdesign.com/websites2.html - you can only see the problem in IE6. I have used this fix ( http://www.twinhelix.com/css/iepngfix/ ) so that IE6, and 5.5+ I believe, can handle transparent png. The problem is that it also adds a blue

Re: [css-d] blue border around image links.

2007-07-06 Thread Elli Vizcaino
--- Christopher Blake <[EMAIL PROTECTED]> wrote: > Hi, > > I just did that and although it has put the images > back in the right > place it has messed up the png fix and still got the > blue border. I > think that the problem is that the images are seen > as links (which > they are) but a

Re: [css-d] blue border around image links.

2007-07-06 Thread Christopher Blake
Hi, I just did that and although it has put the images back in the right place it has messed up the png fix and still got the blue border. I think that the problem is that the images are seen as links (which they are) but adding text decoration: none; to an image?? Same page: http://www.3po

[css-d] I've still got a problem...

2007-07-06 Thread John Lockerbie
I'm still unable to solve a problem with a new site I'm developing. http://www.catnaps.org/newlayout/index.html is a revision to my existing site - http://catnaps.org/islamic/design.html - which has now got some very long pages. My intention is to shorten the pages by having an additional menu to

Re: [css-d] I've still got a problem...

2007-07-06 Thread Christopher Blake
HI John, Alternatives to the method you are using could be to have a menu fixed to the browser. I am using one for my blog site: http://www. 3pointdesign.com/three/collage/collage.html - scroll down to see fix. Nw my first ever site has a fixed left menu, however I have since learnt that bec

Re: [css-d] IE fails to put border on one link...

2007-07-06 Thread Ann Randall
>>> "Richard Grevers" <[EMAIL PROTECTED]> 7/5/2007 10:12 PM >>> On http://www.paen.net/en/live-interpreting.mv, links are styled with a dashed bottom border. <= = = snip = = => Notes on validity: The page has four validation errors. Three of them are because the email munging javascripts are not

Re: [css-d] blue border vs. Transparent png - SOLVED

2007-07-06 Thread Christopher Blake
Thanks to ELLI I noticed that, having moved my pngfix.htc around I had not specified the correct path in the css. To quote a wise man, "DOH!" Thanks ELLi and all those that helped. Christopher Blake [EMAIL PROTECTED] On 6 Jul 2007, at 16:15, Christopher Blake wrote: > Hi all, > > This is g

Re: [css-d] I've still got a problem...

2007-07-06 Thread John Lockerbie
Christopher, Thank you for the advice. I like the look of your fixed heading menu solution. I had a solution that used fixed side menus but my problem is that there are likely to be a large number of sub-page headings as I develop my notes. I believe that having a menu top and bottom of the conten

Re: [css-d] IE Float Clearing w/ Faux Columns

2007-07-06 Thread Josue Martinez
On 7/5/07, Kenny Graham <[EMAIL PROTECTED]> wrote: > > Why won't IE extend my faux columns background all the way down? And > how do I fix it? Works in FF. Please help? Thanks. > > http://www.trademarkads.org/BPS I think we need to see the CSS to see how you're handling the floats. A faux col

Re: [css-d] I've still got a problem...

2007-07-06 Thread Alan Gresley
John Lockerbie wrote: > I'm still unable to solve a problem with a new site I'm developing. > > http://www.catnaps.org/newlayout/index.html is a revision to my vexisting site - http://catnaps.org/islamic/design.html - which has now > got some very long pages. > > My intention is to shorten the pag

Re: [css-d] I've still got a problem...

2007-07-06 Thread John Lockerbie
Alan That's really good of you to point me in the right direction. The good/bad news is that I seem to have resolved it on the Mac platform, but only by making the problem you describe, worse. I'll have to start over and see what I can sort out. Thank you again. With kind regards John On 06/07

Re: [css-d] I've still got a problem...

2007-07-06 Thread Holly Bergevin
From: "John Lockerbie" <[EMAIL PROTECTED]> >http://www.catnaps.org/newlayout/index.html >The lower menu sits on top of the footer and I can't separate them. >The css is: http://www.catnaps.org/newlayout/islamic2.css In your lower menu, the three ULs are absolutely positioned (AP). So even thou

Re: [css-d] I've still got a problem...

2007-07-06 Thread John Lockerbie
Holly, Thank you for the suggestions. I've been working to clear the problem and have been successful on Mac - but only by making my markup worse... I'm going to try to simplify it. Think I'm trying to run before I can walk. This may take a little time... With kind regards John On 06/07/07, Hol

Re: [css-d] blue border around image links.

2007-07-06 Thread Mark Henderson
Christopher Blake wrote: > Hi Pepl, > > How do I remove the blue border from my image links?? They only > appear in IE6. Did you even read my reply to your previous thread ([css-d] images won't align in IE) where I answered this and your question about png transparency, along with a working I

Re: [css-d] css-d Digest, Vol 56, Issue 10

2007-07-06 Thread dan
Hello, thanks for your message but I'm on holiday now until the 16th July. If its urgent, please contact me on my mobile otherwise I'll get back to you on my return. Kindest Regards Dan. __ css-discuss [EMAIL PROTECTED] http:

Re: [css-d] IE 6 site check needed

2007-07-06 Thread Terry Hamel
PositionIsEverything has a 2006 article on PNG's in web browsers. http://www.positioniseverything.net/articles/dropshadows.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

[css-d] IE gives my nav more pixels

2007-07-06 Thread Max Lynch
Hey everyone. I have a horizontal menu displayed about 97px from the top of the browser window. Above this are two divs, the left one displays an image and is displayed Inline, the right one displays another image and a small form. My navigation menu is a and its position is relative. What im s