RE: [css-d] Mac Problem (site causes browser crash)

2005-10-26 Thread Shane Porter
> >Following a site check (thanks everyone), it transpires that the site: > > > >http://www.freshclickmedia.com/previews/endo/home.htm > > > >causes a browser crash on the Apple Mac (reported specifically on IE > >5.2.3, but I'm now concerned about other mac browsers.) > you have made extensive us

[css-d] Mac Problem (site causes browser crash)

2005-10-25 Thread Shane Porter
Hi all, Following a site check (thanks everyone), it transpires that the site: http://www.freshclickmedia.com/previews/endo/home.htm causes a browser crash on the Apple Mac (reported specifically on IE 5.2.3, but I'm now concerned about other mac browsers.) The CSS is at: http:

[css-d] SiteCheckPlease

2005-10-24 Thread Shane Porter
Hi everyone, I'd be extremely grateful if you guys could check over my first site: http://www.freshclickmedia.com/previews/endo/home.htm I've checked it on Windows XP versions of Firefox (1.0.6), Opera (7.54), Netscape, IE (6.0) and Mozilla (1.7), but would really appreciate a Mac check

RE: [css-d] I've inherited a giant style sheet

2005-10-14 Thread Shane Porter
Hi there, > I'd like a second opinion on this -- the style sheet is 89KB. Is that > overly large? Is there a way to tell how long it takes to load? > 89k is by far the largest style sheet I've come across. I've often managed to reduce the size of mine by thinking more about the markup. Things

RE: [css-d] Site check: Onlinetools.org redesign

2005-09-29 Thread Shane Porter
> > seemed to have happened after trying to eliminate the Google Ads > > overlay that was obscuring text, but since I can no longer see the > > Stuff/Tools section, I can't repeat. > > Yes, that seems to be an Opera Quirk, any idea how to prevent that? it > seems that even with the latest opera th

RE: [css-d] Designing without tables

2005-09-21 Thread Shane Porter
Hi there Joanne, > > Does anyone have any experience with either of these or can > you suggest > another book/site to learn about designing sites without tables? > > I'm sure you'll get a good number of replies for this one :) Look out for books by Eric Meyer: Eric Meyer on CSS: http://www.

RE: [css-d] CSS class name problem

2005-08-09 Thread Shane Porter
Hi, not entirely sure about this, since I'd never begin a class with a number, since it's not very descriptive. I'm guessing that it doesn't like the numeric class name. Try c1, c2, c3 and see if that makes a difference. Shane. > Hi there, > > I'm currently trying to control an html tag

RE: [css-d] Problem in Firefox on initial page load only

2005-07-27 Thread Shane Porter
> Hi Antony! > > It works fine for me without reloading the site! I'm using > Firefox 1.0.6 > with Windows XP. > Hi there Antony - I have the same problem running Firesoft 1.0.1 on Windows XP. > > I have a problem with a site in Firefox for Windows that > only appears upon > first loading the

RE: [css-d] Seeking intense CSS Training

2005-06-24 Thread Shane Porter
> In addition to the aforementioned, I had quite a big success getting > our junior developers up to speed with proper resources, one of them > being the Dan Cederholm's Web Standards Solutions book: > http://www.simplebits.com/publications/solutions/ > > It is a wonderful hands-on book which allo

RE: [css-d] table border-like decoration on images?

2005-06-23 Thread Shane Porter
> He specifically stated that he wants a "table border" > around each thumbnail. Well...I know better than to create a table > around each image just for the visual effect, and I'm not about to > photoshop each image, so I'm wondering if there's a way to emulate it > in CSS. > Hi John, if all y

RE: [css-d] Site check...

2005-05-10 Thread Shane Porter
> The original ; www.dunmaglass.com > My effort : www.integrawebdesign/dunmaglass/dunmaglass.html Sorry Mike, your effort is currently giving me a 404. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/c

RE: [css-d] Extra pixel below each LI in IE

2005-05-06 Thread Shane Porter
> Can anyone explain to me why this menu - > http://broadspancommerce.com/menu-pixel.html - has an extra 1px under > each list element in IE? > > The offending CSS is most likely here: - Thanks in advance! > Um... correct me if I'm wrong listers, but doesn't this have more to do with your H

RE: [css-d] Using left floated divs for horizontal navigation

2005-05-05 Thread Shane Porter
> Using an unordered list seems to be the prevalent method for creating > a navigation menu. Is there something inherently wrong, such as > browser compatibility, in using multiple left floated divs to style a > horizontal menu? The links are grouped semantically using a and nested items. Becaus

RE: [css-d] Best way to remove link borders from thumbnails?

2005-04-29 Thread Shane Porter
Around each of my thumbnail graphics is a link border , which changes color as I mouseover them. What is the optimum method for removing those borders. I have other borders which I don't want to disturb. Arnie Shafer -- try: border: 0; ___

RE: [css-d] Tag

2005-04-28 Thread Shane Porter
Do you need the :hover ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Johnson, Justin Sent: 28 April 2005 15:12 To: Rodrigo Milano; css-d Subject: RE: [css-d] Tag In your css redefine the abbr tag to something like this: abbr:hover{ cursor: help; }