PC Review


Reply
Thread Tools Rate Thread

bad formation?

 
 
chris leeds
Guest
Posts: n/a
 
      13th Jul 2004
I've got a .css layout and every element works OK.
the problem is when I put this "utility menu" in mousing over the "links"
wipes out the text in the adjacent <div>.

I'm thinking it's an unclosed tag but I'm not seeing it:
---
<p>
<a title="It's Printer Friendly Too!" href="javascript:window.print()"
onMouseOver="window.status='Go ahead, it\'s printer friendly!'; return
true;" onMouseOut="window.status=''" ;>Print This Page</a></p>
<p>
<a title="For Internet Explorer Users"
href="javascript:window.external.addFavorite(document.location,document.titl
e)" onMouseOver="window.status='Sorry, it only works for Internet Explorer
users.'; return true;" onMouseOut="window.status=''" ;>Bookmark This
Page</a></p>
<p>
<a href="sendpage.asp?link=<%=request.servervariables("SCRIPT_NAME")%>"
onclick="popUp(this.href,'fixed',250,200);return false;"
onMouseOver="window.status='Send a link to this page to anyone you want.
It\'s Private and secure.'; return true;" onMouseOut="window.status=''";
target="_blank">Send This Page</a></p>
<p>
<script language="JavaScript" type="text/JavaScript"
src="../faq/afm.asp"></script><a href="#"
onclick="javascript:xlaAFMlaunch();" onMouseOver="window.status='View
Frequently Asked Questions.'; return true;" onMouseOut="window.status=''"
;target="_blank">See The F.A.Q.</a></p>
---
any body like a certain editor that highlights the syntax so that it's more
obvious?

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--




 
Reply With Quote
 
 
 
 
Jack Brewster
Guest
Posts: n/a
 
      13th Jul 2004
chris,

Does this look like what you're seeing?
http://www.positioniseverything.net/.../peekaboo.html

(I'm too lazy to parse your code.

--
Jack Brewster - Microsoft FrontPage MVP

"chris leeds" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I've got a .css layout and every element works OK.
> the problem is when I put this "utility menu" in mousing over the "links"
> wipes out the text in the adjacent <div>.
>
> I'm thinking it's an unclosed tag but I'm not seeing it:
> ---
> <p>
> <a title="It's Printer Friendly Too!" href="javascript:window.print()"
> onMouseOver="window.status='Go ahead, it\'s printer friendly!'; return
> true;" onMouseOut="window.status=''" ;>Print This Page</a></p>
> <p>
> <a title="For Internet Explorer Users"
>

href="javascript:window.external.addFavorite(document.location,document.titl
> e)" onMouseOver="window.status='Sorry, it only works for Internet Explorer
> users.'; return true;" onMouseOut="window.status=''" ;>Bookmark This
> Page</a></p>
> <p>
> <a href="sendpage.asp?link=<%=request.servervariables("SCRIPT_NAME")%>"
> onclick="popUp(this.href,'fixed',250,200);return false;"
> onMouseOver="window.status='Send a link to this page to anyone you want.
> It\'s Private and secure.'; return true;" onMouseOut="window.status=''";
> target="_blank">Send This Page</a></p>
> <p>
> <script language="JavaScript" type="text/JavaScript"
> src="../faq/afm.asp"></script><a href="#"
> onclick="javascript:xlaAFMlaunch();" onMouseOver="window.status='View
> Frequently Asked Questions.'; return true;" onMouseOut="window.status=''"
> ;target="_blank">See The F.A.Q.</a></p>
> ---
> any body like a certain editor that highlights the syntax so that it's

more
> obvious?
>
> --
> The email address on this posting is a "black hole". I got tired of all

the
> spam.
> Please feel free to contact me here:
> http://nedp.net/contact/
> --
>
>
>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      13th Jul 2004
sonofagun! that's pretty close to what I'm seeing! oddly it only happens
with that second menu on the page. I'll have to read it and try the work
around. I think you've put me in the right direction!

I'm sure nobody has the free time to parse my ugly code. I wish there were
a machine that'd do it for me. ;-)

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Jack Brewster" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> chris,
>
> Does this look like what you're seeing?
> http://www.positioniseverything.net/.../peekaboo.html
>
> (I'm too lazy to parse your code.
>
> --
> Jack Brewster - Microsoft FrontPage MVP
>
> "chris leeds" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I've got a .css layout and every element works OK.
> > the problem is when I put this "utility menu" in mousing over the

"links"
> > wipes out the text in the adjacent <div>.
> >
> > I'm thinking it's an unclosed tag but I'm not seeing it:
> > ---
> > <p>
> > <a title="It's Printer Friendly Too!" href="javascript:window.print()"
> > onMouseOver="window.status='Go ahead, it\'s printer friendly!'; return
> > true;" onMouseOut="window.status=''" ;>Print This Page</a></p>
> > <p>
> > <a title="For Internet Explorer Users"
> >

>

href="javascript:window.external.addFavorite(document.location,document.titl
> > e)" onMouseOver="window.status='Sorry, it only works for Internet

Explorer
> > users.'; return true;" onMouseOut="window.status=''" ;>Bookmark This
> > Page</a></p>
> > <p>
> > <a href="sendpage.asp?link=<%=request.servervariables("SCRIPT_NAME")%>"
> > onclick="popUp(this.href,'fixed',250,200);return false;"
> > onMouseOver="window.status='Send a link to this page to anyone you want.
> > It\'s Private and secure.'; return true;" onMouseOut="window.status=''";
> > target="_blank">Send This Page</a></p>
> > <p>
> > <script language="JavaScript" type="text/JavaScript"
> > src="../faq/afm.asp"></script><a href="#"
> > onclick="javascript:xlaAFMlaunch();" onMouseOver="window.status='View
> > Frequently Asked Questions.'; return true;"

onMouseOut="window.status=''"
> > ;target="_blank">See The F.A.Q.</a></p>
> > ---
> > any body like a certain editor that highlights the syntax so that it's

> more
> > obvious?
> >
> > --
> > The email address on this posting is a "black hole". I got tired of all

> the
> > spam.
> > Please feel free to contact me here:
> > http://nedp.net/contact/
> > --
> >
> >
> >
> >

>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      14th Jul 2004
although I didn't clean up all that JavaScript I did follow your link to
this link:
http://www.positioniseverything.net/...reepxtest.html
and the addition of a 1% height attribute to various <p> etc. eventually
paid off.
If I have time I'll look to see which by removing it 1 by 1 but it may be a
different cause for each situation depending on the nesting of
elements.....I guess. ;-)

HTH

--
Chris Leeds,
Microsoft MVP FrontPage

The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Jack Brewster" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> chris,
>
> Does this look like what you're seeing?
> http://www.positioniseverything.net/.../peekaboo.html
>
> (I'm too lazy to parse your code.
>
> --
> Jack Brewster - Microsoft FrontPage MVP
>
> "chris leeds" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I've got a .css layout and every element works OK.
> > the problem is when I put this "utility menu" in mousing over the

"links"
> > wipes out the text in the adjacent <div>.
> >
> > I'm thinking it's an unclosed tag but I'm not seeing it:
> > ---
> > <p>
> > <a title="It's Printer Friendly Too!" href="javascript:window.print()"
> > onMouseOver="window.status='Go ahead, it\'s printer friendly!'; return
> > true;" onMouseOut="window.status=''" ;>Print This Page</a></p>
> > <p>
> > <a title="For Internet Explorer Users"
> >

>

href="javascript:window.external.addFavorite(document.location,document.titl
> > e)" onMouseOver="window.status='Sorry, it only works for Internet

Explorer
> > users.'; return true;" onMouseOut="window.status=''" ;>Bookmark This
> > Page</a></p>
> > <p>
> > <a href="sendpage.asp?link=<%=request.servervariables("SCRIPT_NAME")%>"
> > onclick="popUp(this.href,'fixed',250,200);return false;"
> > onMouseOver="window.status='Send a link to this page to anyone you want.
> > It\'s Private and secure.'; return true;" onMouseOut="window.status=''";
> > target="_blank">Send This Page</a></p>
> > <p>
> > <script language="JavaScript" type="text/JavaScript"
> > src="../faq/afm.asp"></script><a href="#"
> > onclick="javascript:xlaAFMlaunch();" onMouseOver="window.status='View
> > Frequently Asked Questions.'; return true;"

onMouseOut="window.status=''"
> > ;target="_blank">See The F.A.Q.</a></p>
> > ---
> > any body like a certain editor that highlights the syntax so that it's

> more
> > obvious?
> >
> > --
> > The email address on this posting is a "black hole". I got tired of all

> the
> > spam.
> > Please feel free to contact me here:
> > http://nedp.net/contact/
> > --
> >
> >
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula formation spande1@gmail.com Microsoft Excel Misc 1 9th Apr 2006 09:13 AM
Formation James Baskin Microsoft Access 0 30th Oct 2005 05:28 PM
Formation à l'IAI Sylvain Lafontaine Microsoft Access ADP SQL Server 1 6th May 2005 05:51 PM
Formation à l'IAI Blaise Microsoft Access ADP SQL Server 0 6th May 2005 04:51 PM
formation problem with key =?Utf-8?B?Y2hpbg==?= Windows XP Basics 1 15th Feb 2004 01:29 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:36 AM.