Sigh ... !!!

Well, apart from that -

Thanks for the link. That looks really useful!

Cheers
susie


On 15/5/07 9:32 AM, "Sam Sherlock" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I am like you merely trying to keep a grasp of the situation
> 
> I have glanced over this article today
> http://www.smashingmagazine.com/2007/05/10/70-expert-ideas-for-better-css-codi
> ng/  
> <http://www.smashingmagazine.com/2007/05/10/70-expert-ideas-for-better-css-cod
> ing/> 
> 
> featuring some ideas from Rachel Andrews.
> 
> and I hate to be the bearer of bad news but its still not clickable in IE6
> 
> - S
> 
> On 15/05/07, Susie Gardner-Brown < [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]> > wrote:
>> Hi there Kepler
>> 
>> Thank you!
>> I believe it's OK now.
>> 
>> I would really like to ask you how you know all this ­ how you keep it in
>> your head?!! Do you have pages and pages of stuff like this written down, or
>> what?!!!
>> 
>> For example: about making nav buttons clickable in IE7: why does the
>> container div need to be 'position: relative" for IE7? And what if there
>> wasn't a container div? Would that make it not work at all?!
>> 
>> I really need to get a handle on how to keep all these things 'known' to me!
>> I've got a quite good book ­ The CSS Anthology, by Rachel Andrews. But it's
>> pre-IE7 ... 
>> 
>> Any thoughts, suggestions would be great!
>> 
>> Thanks again ... :)
>> 
>> - susie
>> 
>> 
>> On 15/5/07 6:37 AM, "Kepler Gelotte" <[EMAIL PROTECTED]> wrote:
>> 
>>> Hi Susan,
>>>  
>>> To make the navigation buttons clickable in IE7 you need to define the
>>> container as position: relative:
>>>  
>>> #container {
>>>             position: relative;
>>> }
>>>  
>>> Also the pseudo links should be defined for :link and :visited if you define
>>> It for :hover. Try using these for the navigation definitions:
>>>  
>>> #leftNav a:link, #leftNav a:visited {   /* instead of #leftNav a */
>>>  
>>> #level2nav  a:link, #level2nav a:visited   {    /* instead of #level2nav li
>>> a */
>>>  
>>> Regards,
>>> Kepler
>>>  
>>>  
>>> 
>>> *******************************************************************
>>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>>> Help: [EMAIL PROTECTED]
>>> *******************************************************************
>> 
>> 
>> *******************************************************************
>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>> <http://webstandardsgroup.org/join/unsubscribe.cfm>
>> Help: [EMAIL PROTECTED]
>> *******************************************************************
> 
> 
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************




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

Reply via email to