Re: [css-d] Web page check please!!

2008-08-12 Thread keno2
Thanks David, Alan and Stephen for your help.

Problems solved!!

Cheers,

Keno.



David Laakso wrote:
> [EMAIL PROTECTED] wrote:
>> I still have the following main menu css validation error!
>>
>> 543   #menu li a   Property zoom doesn't exist :  1
>> 557   #menu ul   Property zoom doesn't exist :  1
>>
>>   
> 
> Enclose it in a conditional comment. The software will see it, the 
> validation service will not.
> 
> 
> 
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com Version: 8.0.138 / Virus Database: 
> 270.6.0/1603 - Release Date: 8/10/2008 6:13 PM
> 
> 
> 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Web page check please!!

2008-08-10 Thread keno2
Thanks Alan,

Changing the first selector as you suggested has solved the IE6 problem.

I still have the following main menu css validation error!

543  #menu li a  Property zoom doesn't exist :  1
557  #menu ulProperty zoom doesn't exist :  1

Thanks in advance,

keno


Alan Gresley wrote:
> [EMAIL PROTECTED] wrote:
>> Thanks Stephen,
>>
>> The page seems to render ok in Opera 9.51, FF 2.0 and IE7 ...
>>
>> but still experience the expand and collapse problem in IE6
>> with or without the css zoom's!!
>>
>> removing the menu zoom interferes with the menu background.
>>
>> keno
> [..]
>>> url   http://www.sun-safe.com.au/
>>> css   www.sun-safe.com.au/css/JJ-menu.css
> 
> 
> I can not reproduce this offline but I think it has something to do with 
> this embedded style.
> 
> 
> 
> 
> li {
>   behavior: url(http://www.sun-safe.com.au/htc/IEmenu.htc);
> }
> #nav li:hover ul { top: 1.3em; left: 0}
> 
> 
> 
> 
> I would suggest changing the first selector to this.
> 
> #nav li {
>   behavior: url(http://www.sun-safe.com.au/htc/IEmenu.htc);
> }
> 
> 
> IE6 is a weird one. ;-)
> 
> 
> 
> 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Web page check please!!

2008-08-10 Thread keno2
Thanks Stephen,

The page seems to render ok in Opera 9.51, FF 2.0 and IE7 ...

but still experience the expand and collapse problem in IE6
with or without the css zoom's!!

removing the menu zoom interferes with the menu background.

keno



Stephen Carrell wrote:
> Hi Keno,
> 
> Don't know much about zoom other than it's a fix for some IE quirks. I
> removed the zoom:1 from the two lines that wouldn't validate and the list
> stopped trying to expand and collapse in IE and started acting like it
> should.
> 
> Now, _why_ that fixed it... that's another question, and I don't have the
> answer.
> 
> Anyone else?
> 
> Take It Easy,
> 
> Stephen
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: Sunday, August 10, 2008 3:07 AM
> To: css-d@lists.css-discuss.org
> Subject: Re: [css-d] Web page check please!!
>   
> Hi List,
> 
> I would appreciate some help with the following web page.
> 
> url   http://www.sun-safe.com.au/
> css   www.sun-safe.com.au/css/JJ-menu.css
> 
> When validating the css I end up with the following main menu problems.
> 543#menu li a  Property zoom doesn't exist :  1
> 557#menu ulProperty zoom doesn't exist :  1
> 
> 
> Another problem is when you run your cursor over the - Services, 
> Workshop and Policy links of the sitemap unordered list.
> The list looks as if it's attempting to behave like a drop down menu.
> 
> Thanks in advance,
> 
> Keno
> 
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> 
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com 
> Version: 8.0.138 / Virus Database: 270.6.0/1602 - Release Date: 8/9/2008 1:22 
> PM
> 
> 
> 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Web page check please!!

2008-08-10 Thread keno2
Hi List,

I would appreciate some help with the following web page.

url   http://www.sun-safe.com.au/
css   www.sun-safe.com.au/css/JJ-menu.css

When validating the css I end up with the following main menu problems.
543  #menu li a  Property zoom doesn't exist :  1
557  #menu ulProperty zoom doesn't exist :  1


Another problem is when you run your cursor over the - Services, 
Workshop and Policy links of the sitemap unordered list.
The list looks as if it's attempting to behave like a drop down menu.

Thanks in advance,

Keno
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Dropdown menu not working in IE + Site test

2007-12-01 Thread keno2

I have made the relevant changes as suggested ...

Could I have a site check and cross browser test.

Is it possible to overcome the following css validation error?

/* ie6 positioning defect causes 1px error when parent has odd height */
221  Lexical error at line 221, column 60. Encountered: "%" (37), after
: ""

Thanks,

Ken.

David Laakso wrote:
> Keno Multimedia wrote:
>> I have managed to get the menu to now function in IE ..
>>
>> Could I please have a site test and cross browser check ...
>>
>> Ken
> 
> 
> 
> 
> RE: 
> 
> Ken,
> 
> -- Slow load on an extremely fast modem and timing out on 
> .
> -- Bottom (red) logo disappearing, and "Product" drop-down partially 
> covered  at +1 in compliant browsers (and at text-size "largest" in IE6 & 7.
> -- The star hack in the default style sheet trips validation and belongs 
> in the cc.
> -- Call the cc hacks from an external style sheet.
> -- The stat counter number is visible and clickable in IE/6.0.
> 
> Best,
> ~dL
> 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Dropdown menu not working in IE

2007-11-18 Thread keno2

Could I please have help with a horizontal menu that won't drop down in 
IE and a cross browser check!!


Test-site  url's:

http://www.sun-safe.com.au/

http://www.sun-safe.com.au/default-stylesheet.css

http://www.sun-safe.com.au/IE.css

http://www.sun-safe.com.au/htc/IEmenu.htc

Thanks in advance,

Ken.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] website check please!! (55)

2007-11-07 Thread keno2
Hi list,

Due to unforeseen events and lost email (a long story, so I won't bore 
you!!), I haven't been able to thank the people that initially gave 
offered and gave help.

I took it all on board and have made the relevant changes etc.

I am still experiencing problems where the main menu is not dropping 
down in IE ... ( I am using a htc file)

also when trying to use unordered lists, I get a 30px odd horizontal 
shift or difference between IE and FF ( eg. see the "why wedgetail" page)

http://www.sun-safe.com.au/

http://www.sun-safe.com.au/default-stylesheet.css

http://www.sun-safe.com.au/IE.css

http://www.sun-safe.com.au/htc/IEmenu.htc


I would appreciate your help :-)

Thanks,

Keno

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Website check please!!

2007-09-22 Thread keno2

Hi List,

Could I please have help with this website!!

Seems to functions ok in Firefox

But the dreaded IE is giving me trouble with the horizontal menu.

I would appreciate some help in overcoming the following problems:

   second level menu alignment and font size.
   second level hidden behind images
   second level disappears with cursor to run over
   also bottom navigation alignment.

  Test-site is:  url:  http://www.sun-safe.com.au/
css:  http://www.sun-safe.com.au/default-stylesheet.css
css:  http://www.sun-safe.com.au/IE-stylesheet22.css

  Thank you,

  Keno

PS. It has been a couple of days since I first asked for help with the 
above problems, but I am not sure whether my posting made it to the list 
or not  ??  8-)
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Website check please!! (55)

2007-09-19 Thread keno2
Hi List,

Could I please have a cross browser check!!

FF looks ok

IE is giving me grief with the horizontal menu.
I have run into problems with:
  second level menu alignment and font size.
  second level hidden behind images
  second level disappears with cursor to run over
  also bottom navigation alignment.

Test-site  url:  http://www.sun-safe.com.au/
   css:  http://www.sun-safe.com.au/default-stylesheet.css
   css:  http://www.sun-safe.com.au/IE-stylesheet22.css

Your help will be greatly appreciated,

Thanks,

keno

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] css - drop down menu

2007-05-19 Thread keno2
Hi list,

Could someone please tell me if the 456 Berea Street css menus come in 2 
or 3 etc drop down levels? and where could I view the script.

Thanks in advance,

Keno.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Website check-44 Please!!

2007-05-11 Thread keno2
Hi List,

Could I please have a cross browser site check!!

The url is:  http://www.organ.id.au

and the .css file address is:  http://www.organ.id.au/org1.css

Looks ok? in Firefox 1.5


I am experiencing a problem in IE 6. when I mouseover the navigation, 
the is div cut off at the bottom of the page.


The rest of the site is looking ok to me unless I have missed something!!

Thanks in advance,

Ken.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Website test please!! (44)

2007-02-27 Thread keno2
Hi list,

Could I please have a cross browser check!!

I have a positioning problem with the index page navigation
and the alignment of the pic squares in the site map page in FF 1.5 and 
IE 6


http://users.ncable.net.au/~keno2/index.html  Site address

http://users.ncable.net.au/~keno2/JRA.css main page

http://users.ncable.net.au/~keno2/corners.css sub pages

Thanks in advance,

Ken.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/