ListMenu showing children on mouseover Showing children on mouseover without being on the parent page
#2
Posted 10 November 2008 - 12:45 AM
#3
Posted 10 November 2008 - 10:00 AM
Quote
#4
Posted 24 March 2009 - 02:50 PM
Cris D., on Nov 10 2008, 03:30 PM, said:
Can someone help me with this? My menu is working fine. but the images are not being displayed. For eg. purposes, i have put the link on a sandbox installation on one domain.
http://www.spaceprop...index.php?id=41
I've done everything just as mentioned in the readme written by Chris. I am calling it like this in this particular testing template.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
[!MetaTagsExtra!]
<link rel="stylesheet" type="text/css" href="templates/prodrop2/prodrop2.css" media="all" />
<link rel="shortcut icon" href="./favicon.ico" />
</head>
<body>
<div id="menu">
[!prodrop2!]
</div>
<div id="content">
[*content*]
</div>
</body>
</html>
Any help would be great great amazing..
~Vineesh
#6
Posted 25 March 2009 - 01:59 AM
Ralph, on Mar 24 2009, 08:46 PM, said:
Checking out the rendered source code I'm not seeing any references to img tags or classes that might place images...
Its in the style sheet. I found out the problem... My etomite installation is under sandbox under www in my host. hence i hd to add /sandbox to the css linking.
So i changed
<link rel="stylesheet" type="text/css" href="templates/prodrop2/prodrop2.css" media="all" />
to
<link rel="stylesheet" type="text/css" href="/sandbox/templates/prodrop2/prodrop2.css" media="all" />
and now its working...
Thanks for replying though.
#7
Posted 25 March 2009 - 07:10 AM
The images are being displayed now.. (I forgot to mention in the previous post. I had changed the path in the css file for the images... to contain /sandbox(for eg. /sandbox/templates/prodrop2/button4.gif) after which images are coming... but now there is another problem. Its not dropping down when i hover on the menues which contain sub items. :'(
Any help is welcome..
Anyone wanting to take a direct look at my etomite manager, i will be more than willing to share the login details seperately.
~Vineesh
This post has been edited by Vineesh: 25 March 2009 - 07:44 AM
#8
Posted 25 March 2009 - 12:55 PM
I generally test stuff like this with a blank template to eliminate everything else...
If you can't figure things out, PM me and I'll take a look...
#9
Posted 26 March 2009 - 01:22 PM
This is for those ppl who wanna use this menu but get stuck. These are the issues i faced.
Thanks a zillion to Ralph for helping on this. Hopefully, I can get the production site up soon and share my template with everyone.
#10
Posted 26 March 2009 - 03:41 PM
Vineesh, on Mar 26 2009, 09:22 AM, said:
This is for those ppl who wanna use this menu but get stuck. These are the issues i faced.
Thanks a zillion to Ralph for helping on this. Hopefully, I can get the production site up soon and share my template with everyone.
You're welcome, Vineesh...
This should serve as an example to all the importance of using valid markup, including appropriate DOCTYPE's... Newer browsers need them in order to properly parse the markup supplied... The golden days of relying on a generic <html> tag without a prior DOCTYPE are gone... When a browser is dumped into Quirks Mode all bets are off as far as predictable performance...
In this instance, replacing the <html> tag with a proper DOCTYPE header solved days of ongoing frustrations...
Note to Vineesh... You still need to add a <title> line to the <head> section for proper validation...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <title>[~pagetitle~]</title>
#11
Posted 26 March 2009 - 05:02 PM
Ralph, on Mar 26 2009, 09:11 PM, said:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <title>[~pagetitle~]</title>
Thanks for that Ralph, I shall surely do that when i get to the production site. I'm almost there.. But before that, I have a big query on getsidebar snippet, unpublished documents and the "document has not been cached" thing. I shall post in the appropriate forum. Please do reply. These are showstopper questions for me :)
#12
Posted 28 March 2009 - 01:04 PM
Can anyone help me? Tell me what to do?
The page is at
http://www.spaceprop...es.in/contents/
It works fine in Firefox versions though.
Also, when i add more content below the menu, the drop down menu tends to go behind the data... Any solutions for that too?
~Vineesh
#14
Posted 28 March 2009 - 04:57 PM
Jelmer, on Mar 28 2009, 10:14 PM, said:
Sure.
My Site is available here.
http://spaceproperties.in/contents
and the css is
http://spaceproperti...lay/webplay.css
#15
Posted 28 March 2009 - 09:45 PM

Sign In
Register
Help
MultiQuote