Re: [css-d] Form and Menu conflict within FireFox

2006-01-08 Thread david
Vic Rauch wrote:

> David ([EMAIL PROTECTED]) replied:
> 
>>Hmmm, W3C validator reports 68 validation errors for the HTML and the 
> 
>>CSS validator reports 3 errors and bunch of warnings. Fixing these might 
>>help things.
> 
> Vic now asks:
> 
> I have tried to clean up the HTML errors, but don't know how to get rid of:
> 
> Warning Line 53 column 46: cannot generate system identifier for general
> entity "pageName".
> 
> Error Line 53 column 46: general entity "pageName" not defined and no
> default entity.
> 
> Error Line 53 column 54: reference to entity "pageName" for which no system
> identifier could be generated.
> 
> Info Line 53 column 45: entity was defined here.
> 
>   
> 
> I received 88 errors based on 44 separate lines that use this type of URL
> coding.  I'm passing parameters to my .asp code on just how to render the
> requested page.  I don't understand why the HTML validator considers these
> errors.  Where do I go to find out how to fix this?

I think it's related to the unescaped ampersands (&) in the URLs. The 
validator sees ampersands as indicating the beginning of character 
entities such as """ or "&1234;". I think the W3C site somewhere as 
a page on how ampersands are supposed to be used in URLs, sorry, I've 
never dealt with it myself.

-- 
David
[EMAIL PROTECTED]
authenticity, honesty, community
__
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.evolt.org/help_support_evolt/


Re: [css-d] Form and Menu conflict within FireFox

2006-01-08 Thread David Laakso
Vic Rauch wrote:

>>URL: http://www.ggshows.com/DisplayPage.asp?pageType=1
>>
>>
>k&Title=Guestbook%20-%20Feedback>
>&pageName=Guestbookfeedback&Title=Guestbook%20-%20Feedback
>
>I have tried to clean up the HTML errors, but don't know how to get rid of:
>
>Vic
>  
>
I ran your page  
through  Tidy Online . Your Tidy corrected 
file then validated at the w3c markup validation service.
Regards,
~davidLaakso
__
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.evolt.org/help_support_evolt/


Re: [css-d] Form and Menu conflict within FireFox

2006-01-08 Thread Vic Rauch
Vic Rauch wrote:

> URL: http://www.ggshows.com/DisplayPage.asp?pageType=1

&pageName=Guestbookfeedback&Title=Guestbook%20-%20Feedback

> CSS: http://www.ggshows.com/css/ggshows.css

> In Firefox, the form overlays part of the menu workings

 

David ([EMAIL PROTECTED]) replied:

>Hmmm, W3C validator reports 68 validation errors for the HTML and the 

>CSS validator reports 3 errors and bunch of warnings. Fixing these might 

>help things.

 

Vic now asks:

I have tried to clean up the HTML errors, but don't know how to get rid of:

Warning Line 53 column 46: cannot generate system identifier for general
entity "pageName".

Error Line 53 column 46: general entity "pageName" not defined and no
default entity.

Error Line 53 column 54: reference to entity "pageName" for which no system
identifier could be generated.

Info Line 53 column 45: entity was defined here.

  

know

I received 88 errors based on 44 separate lines that use this type of URL
coding.  I'm passing parameters to my .asp code on just how to render the
requested page.  I don't understand why the HTML validator considers these
errors.  Where do I go to find out how to fix this?

 

Thanks,

Vic

Ps:  this is my first real attempt into using CSS.  Thanks for any help!

 

 

__
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.evolt.org/help_support_evolt/


Re: [css-d] Form and Menu conflict within FireFox

2006-01-07 Thread david
CSS Vic wrote:
> URL:
> http://www.ggshows.com/DisplayPage.asp?pageType=1&pageName=Guestbookfeedback&Title=Guestbook%20-%20Feedback
> 
> CSS: http://www.ggshows.com/css/ggshows.css
> 
> My site has a vertical menu down the left side.  When I put a form beside it
> (the referenced page above) only the left side of the menu items beside the
> form respond to the hover.  Within IE, this does not happen.  The menu items
> higher than the form, and lower then the form work correctly.  I have no
> idea on how to fix this.  Any ideas will be greatly appreciated.  

Hmmm, W3C validator reports 68 validation errors for the HTML and the 
CSS validator reports 3 errors and bunch of warnings. Fixing these might 
help things.

-- 
David
[EMAIL PROTECTED]
authenticity, honesty, community
__
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.evolt.org/help_support_evolt/


Re: [css-d] Form and Menu conflict within FireFox

2006-01-07 Thread Roger Roelofs
Vic,

On Jan 7, 2006, at 2:41 PM, CSS Vic wrote:

> URL:  http://www.ggshows.com/DisplayPage.asp?pageType=1
>  pageType=1&pageName=Guestbookfeedbac
> k&Title=Guestbook%20-%20Feedback>
> &pageName=Guestbookfeedback&Title=Guestbook%20-%20Feedback
>
> CSS: http://www.ggshows.com/css/ggshows.css
>
>
>
> My site has a vertical menu down the left side.  When I put a form  
> beside it
> (the referenced page above) only the left side of the menu items  
> beside the
> form respond to the hover.  Within IE, this does not happen.  The menu  
> items
> higher than the form, and lower then the form work correctly.

The #guestleft is covering part of the navigation.  Adding div#content  
{ margin-left: 130px; } should keep that from happening.


Roger,

Roger Roelofs
"Remember, if you’re headed in the wrong direction,
God allows U-turns!"
  ~Allison Gappa Bottke
__
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.evolt.org/help_support_evolt/


[css-d] Form and Menu conflict within FireFox

2006-01-07 Thread CSS Vic
URL:  http://www.ggshows.com/DisplayPage.asp?pageType=1

&pageName=Guestbookfeedback&Title=Guestbook%20-%20Feedback

CSS: http://www.ggshows.com/css/ggshows.css

 

My site has a vertical menu down the left side.  When I put a form beside it
(the referenced page above) only the left side of the menu items beside the
form respond to the hover.  Within IE, this does not happen.  The menu items
higher than the form, and lower then the form work correctly.  I have no
idea on how to fix this.  Any ideas will be greatly appreciated.  

 

Thanks,

Vic

 

__
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.evolt.org/help_support_evolt/