Re: [WSG] class targeting problem-help!- was background image

2007-03-03 Thread Rolf SF
the quickest fix might be simply to change #header from  
overflow:auto; to overflow:hidden;  in structure.css which seems to  
work fine at least in FF

But you've also got some likely errors to sort out in the nav.css:

#navcontainer.room A.active:link, A.active:visited
{
border-right: 0px solid black;
}

you've got the .room attached to #navcontainer instead of the  
anchor;  you need to repeat the #navcontainer for the second part,  
and you've got .active as a class, where perhaps you mean to do  
something more like a:visited:active and  a:link:active  (unless you  
actually have a class named .active, which I didn't notice)





On Mar 3, 2007, at 4:23 AM, kevin mcmonagle wrote:


Hello,
Thanks for all the suggestion for the background image.

I have one more problem with this site.
www.arena7.ie/index2.html

click on the function room link in the far  right of the top nav bar.
notice that when the link is clicked the layout breaks.

this is because the right border turned off on the class of that  
button for the link state only.

like this:
#navcontainer A.room
{
background-image: url(butfunction.png);
background-repeat:repeat-x; border-right: 0px solid black;
}

How do i target the click state and all states for that matter on  
the above class so i can disable the border there as well?  I tried  
a few different things and cant get it.


-best
kevin





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] unobtrusive js help

2007-03-01 Thread Rolf SF


On Mar 1, 2007, at 6:53 AM, Bob Schwartz wrote:



On 01/03/07, Mordechai Peller [EMAIL PROTECTED] wrote:
Bob Schwartz wrote:
 I am in the process of converting my javascript library to
 nonobtrusive js.

 Where could I go for help in converting these?
Here, for one place. Can you be more specific about the problems?





You might want to head over to the jQuery community - it's a very  
helpful community with a lot of unobtrusive js'ers


About jQuery:   http://www.jquery.com
jQuery Discussion:  http://www.nabble.com/JQuery-f15494.html

Rolf

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] background image

2007-03-01 Thread Rolf SF


On Mar 1, 2007, at 11:53 AM, Paul Bennett wrote:


Without more info...check the URL of the background image in your CSS?

-Original Message-
From: [EMAIL PROTECTED]  
[mailto:[EMAIL PROTECTED] On Behalf Of kevin mcmonagle

Sent: Friday, March 02, 2007 7:49 AM
To: wsg@webstandardsgroup.org
Subject: [WSG] background image

Hi,
Just one more question about this page:

http://www.arena7.ie/index2.html

When viewing the above page with ie6 pc can you see the diagonal  
striped

bacground pattern?
I have ie6 running locally on an old machine thats offline and its not
showing up.


I don't have windows booted up at the moment, but looking at your  
css, there's no reason to do that diagonal striped background image  
as a PNG, in which case you can avoid dealing with AlphaImageLoader.  
Just use a transparent .GIF and save yourself the IE PNG headache.


Rolf


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***