Re: [css-d] Menu Problems

2005-09-01 Thread Jon Trelfa
On 9/1/05, Richard Brown <[EMAIL PROTECTED]> wrote: > > Hi > > At this site: > > > > 404 Not Found Jon __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: re [css-d] javascript keywords and functions

2005-08-19 Thread Jon Trelfa
On 8/19/05, adrian suri <[EMAIL PROTECTED]> wrote: > Hi > > I am writting a colour highlighting scheme for my fav editor > does anyone know where I can get a full list of javascript kewords > function + > methods from > What you're looking for is a DOM reference. Most javascript functions with

[css-d] OT: List down?

2005-08-18 Thread Jon Trelfa
Is the list down? I haven't gotten a message all day Jon __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.ev

[css-d] Re: Compensate for scroll bar *and* centered?

2005-08-10 Thread Jon Trelfa
On 8/10/05, Jon Trelfa <[EMAIL PROTECTED]> wrote: > I'm working on a site...it's *almost* complete with the exception of > any IE5 hacks that I'll need...but I'm noticing something very very > annoying. When the vertical scrollbar appears, the whole thing kinda

[css-d] Compensate for scroll bar *and* centered?

2005-08-10 Thread Jon Trelfa
I'm working on a site...it's *almost* complete with the exception of any IE5 hacks that I'll need...but I'm noticing something very very annoying. When the vertical scrollbar appears, the whole thing kinda of "jumps" to the left until you click on a page that doesn't need the scrollbar. How do I

[css-d] IE/Mac is the bane of my existence

2005-08-10 Thread Jon Trelfa
Here goes... I'm working on a website and I'm on a team with a designer from a different company. I get all the CSS working, looking nice, and it works in FF, IE6, Opera, Safari, and Konqueror. I figure, I got most of the bases covered...just gotta add the IE5 hack and I'm good to go, right? W

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Jon Trelfa
On 8/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I figured out my problem with the help of some of you wonderful folks! > > my problems were: > xhtml wasn't validated > > I didn't have the <[cdata[ ... ]] around my style element UmmmI don't think that's necessary, is it? I never

Re: [css-d] Hovering on text links but not images

2005-08-01 Thread Jon Trelfa
On 8/1/05, Steve Clay <[EMAIL PROTECTED]> wrote: > > Monday, August 1, 2005, 4:49:35 PM, Lst Recv wrote: > > Is there a simple way (without having to give each link a class) of > > using CSS to change the background color on text links but not images? > > CSS can't do it (selectors can't look dow

Re: [css-d] Specificity question

2005-07-12 Thread Jon Trelfa
On 7/12/05, Reese <[EMAIL PROTECTED]> wrote: a { color: #99; text-decoration: underline; font: bold 10px Verdana, Arial, Helvetica, sans-serif; } a:hover { color: 99; text-decoration: none; font: bold 10px Verdana, Arial, Helvetica, sans-serif; } >

Re: [css-d] how to achieve text indentation without tags?

2005-07-12 Thread Jon Trelfa
On 7/12/05, victor NOAGBODJI <[EMAIL PROTECTED]> wrote: > I'm trying to have something like this: > > Name: Phone: >Address: > Try using a ul #blah ul { list-style:none; } #blah li { display:inline; }

Re: [css-d] IE6 and background-position [my solution]

2005-07-10 Thread Jon Trelfa
I went ahead with the solution suggested by Uwe. My server has the correct module installed on Apache, so I added the following to the .htaccess file: ExpiresActive on ExpiresByType image/gif "access plus 1 days" ExpiresDefault "access plus 1 days" I tested in IE...no noticeable flick

[css-d] IE6 and background-position

2005-07-09 Thread Jon Trelfa
I've got a document I've been working on that uses a background image that moves for rollovers (tabs). In FF, everything seems to operate smoothly. In IE, however, a message shows up in the status bar that it's 'downloading' the image everytime I roll the mouse over a tab? Sometimes it's a reall

Re: [css-d] Safari/Mac Testing?

2005-07-08 Thread Jon Trelfa
On 7/7/05, saul <[EMAIL PROTECTED]> wrote: > Jon, > > There shouldn't be too many people out there using OS9 only. However, > if they are, they have IE5.0 available, as well as Netscape, though > which version escapes me (I haven't used OS9 in a couple of years -but > it could be version 5). Not

[css-d] Safari/Mac Testing?

2005-07-07 Thread Jon Trelfa
I'm Mac-ignorant I know that I can use Konqueror in Linux to test what websites will look like in Safari...but it's my understanding that it only covers more recent versions of Safari? Do I assume that *most* Mac users have OSX? Is there a percentage still using OS9? If so, what do I use to

Re: [css-d] Re: force an image to display on the next line

2005-07-01 Thread Jon Trelfa
On 7/1/05, stu <[EMAIL PROTECTED]> wrote: > David Wrote: > > Thanks for your other pointers though, ive found a different solution as your > right about what happens when CSS is not available. > > Stu. If you found a solution, do you mind posting it? That way, if someone else was having the sa

Re: [css-d] Relative Positioning

2005-06-30 Thread Jon Trelfa
On 6/30/05, Mark Leder <[EMAIL PROTECTED]> wrote: > Thanks, that worked in Firefox, still shoved to the right on IE6. I'm > looking for a hack to solve that one. > I know this will sound silly...but is IE6 in quirks mode? You have to be careful about your doctype at the top of the page, or it w

Re: [css-d] Simple div positioning problem

2005-06-30 Thread Jon Trelfa
On 6/30/05, Glenn E. Lanier, II <[EMAIL PROTECTED]> wrote: > I created http://bellsouthpwp.net/S/p/Speedy7/position.html as a way to test, > I've turned on borders to make the divs easier to identify. Structure is > basically divOuter (contains everything), divInner1 (some text), divInner2 > (other