Re: [css-d] CSS Image rollover not working in Mac?

2005-08-09 Thread Jono Young
I am running Tiger (Mac OS 10.4.2) and the site works well in Safari 2.0 and FireFox 1.0.6, but in IE (of course), not only are the rollovers not working - the links are not working either. Clicking on the main navigation in IE 5.2.3 Mac does nothing. Not sure about the fix yet, but I tou

Re: [css-d] vertical distortion in MAC IE 5.2 & Safari

2005-08-05 Thread Jono Young
As far as I can tell, it only distorts in Safari 2.0 for me, which is weird. I am running Tiger (OS 10.4.2). It looks good in IE/Mac 5.2.3 (BRAVO!!) and in Firefox 1.0.6. The page does not validate, which may have something to do with it? I can't see right off hand why it is distorting.

Re: [css-d] Link plus background image, plus undereline

2005-07-31 Thread Jono Young
Yeah, I just thought of this approach on the way to work yesterday. I think it will work out pretty well, and I'd say it's marginally better than adding extra markup. Thanks, On Jul 30, 2005, at 12:36 PM, Ingo Chao wrote: You can let the colored "underline" be a part of the bg-image. [>

[css-d] Link plus background image, plus undereline

2005-07-30 Thread Jono Young
Just thinking out loud here, and looking for feedback. Here's what I am curious about: I want to make a link, and give the link a left aligned icon image, and also give the link a bottom border so that the link's underline is a different color than the actual link text. What I do not want

Re: [css-d] horizontal "tabed" css menu - need help

2005-07-22 Thread Jono Young
Take a look here... http://www.alistapart.com/articles/slidingdoors/ ...and here for a bunch of examples http://css.maxdesign.com.au/listamatic/ Read the first article, it is all you will need; and then see other possibilities at the second link. On Jul 14, 2005, at 11:46 AM, cappellano wrot

Re: [css-d] IE/Mac Site check needed

2005-07-06 Thread Jono Young
On Jul 6, 2005, at 8:19 AM, Michael Palmer wrote: I've got a site which I've heard has some trouble in IE / Mac. I'd really appreciate it if someone could tell me what the problem is (since I don't have a mac) and if possible, even suggest a solution. URL: http://www.beng.com.au Seems to

Re: [css-d] Problem with Mac OSX and IE 5

2005-07-05 Thread Jono Young
On Jun 23, 2005, at 6:02 PM, Kim Kruse wrote: Hi Tom and Michael, I'm really embarrassed over this... it was the wrong address I posted. It this address I'm having problems with... http:// mouseriders.dk/red_rock/ :-[ Kim If you're determined to support as many users as possible - that

Re: [css-d] Inline links, background images and MSIE

2005-06-21 Thread Jono Young
On Jun 21, 2005, at 12:07 PM, Christian Heilmann wrote: a{ background: #fff; url(arrow-selected.gif) 0 50% no-repeat; /* "0" places image flush left, "50%" places it vertically centered */ padding-left: 1em; white-space: nowrap; } I'm not sure, but you may not even need white-space: nowra

Re: [css-d] Inline links, background images and MSIE

2005-06-21 Thread Jono Young
On Jun 21, 2005, at 8:32 AM, Christian Heilmann wrote: a friend just asked me about the following problem: You have CMS driven texts with embedded links and you need to set a non-repeating background image to the links (indicating external links). They cannot access the markup to add spans, clas

Re: [css-d] Challenge for the bored CSS develoer

2005-06-15 Thread Jono Young
On Jun 14, 2005, at 10:49 PM, Abyss wrote: Hi all, There is something about some CSS 2 / XHTML compliant websites that bothers me, compared to table layed out websites.. What it is, is "looks" What the challenge is... to try and get this website http://www.imax.com.au/ to look exactly t

Re: [css-d] Repost: Mac site check

2005-06-15 Thread Jono Young
On Jun 14, 2005, at 9:38 PM, Patrick Mannix wrote: Second, I sure would appreciate a page check on Mac browsers. Thanks! http://xps.org/test-fluid.html Looks good in FF 1.03. and Safari 2.0 for Mac OS 10.4. I don't have IE; new Macs no longer ship with IE installed, and I haven't persona

Re: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Jono Young
On Jun 11, 2005, at 10:55 PM, Roger Roelofs wrote: I've messed with absolutely positioning the images within their columns, but that makes wrapping text around them a problem. Is there a way to accomplish this, or should I just settle for their being a little off, depending on the length of

Re: [css-d] text vertial align problem

2005-06-09 Thread Jono Young
Try using a list instead, and then give your list items a background image that is vertically centered and aligned to the left of the list item. This should help you: http://css.maxdesign.com.au/listutorial/master.htm On Jun 9, 2005, at 11:19 AM, Greg Creme wrote: I created a test page whe

Re: [css-d] css box positioning

2005-06-09 Thread Jono Young
On Jun 8, 2005, at 9:34 PM, BabaGanush wrote: yikes. I've been trying to redo a form without tables, and I'm really struggling. Again, this is only for IE6. http://www.yomammashouse.com/css_effort_take23.htm I have a container div (eventually will be two, equally sized, one floated left, one

Re: [css-d] Newbie-Question: Problem with Background Image

2005-06-07 Thread Jono Young
You are missing a ";" at the end of your #contentheader style. Change: #contentheader { background:#fff } to #contentheader { background:#fff; padding: 0; } And see if that is what you were looking for. On Jun 7, 2005, at 11:41 AM, Oliver Saager wrote:

Re: [css-d] Logo swap help (Dan Cederholm, pg. 212)

2005-06-06 Thread Jono Young
Not sure if this will help, but see if changing the border from "none" to a 1px transparent border and see if that works. I think I remember seeing a hack somewhere if Mozilla/FF that dealt with borders. Just a guess. Maybe try Googling for border hacks and Firefox or Mozilla? On Jun 6,