473,396 Members | 2,098 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Need help

I am trying to rebuild a website after a few years away from things
due to a major HD failure. Only was able to recovery about 40% of it
and I notices things are not working like they did 3 years ago.

The site is a strict XHTML and CSS and it was validated by W3 as far
back as 2000.

I get background images coming up as 1/4 or numerous blocks when they
are supposedly to be solid in the first place. background-image:
url(../../../icons/bg/bg33.jpg);}.

If I add no-repeat 6000px 6000px, the whole background changes to a
different solid colour. Any reason for this as it is in both IE7 and
FF2?

I want to do a drop down or side menu and it not working out.

I have a table with 5 columns and 5 rows where I want a mouseover
dropdown list or side that various from cell to cell. Below is the
largest list cell and I don't want the Sq or circles showing up. The
rest have only 4 li under one ul.

I only want the menus showing up if the link is mouse. IE TTC/TTC.html

If there a better way of doing this? I welcome it. Thanks

<style type="text/css">
<!--
ul #nav li ul {
display: none;
list-style: none;
padding: 0;
margin: 0;
ul #nav li:hover ul {
display: block;
list-style: none;
padding: 0;
margin: 0;
-->
</style>

<script type="text/javascript"><!--//--><![CDATA[//><!--
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}
window.onload=startList;

//--><!]]></script>

<body>
<tr>
<td><ul id="nav">
<li><a href="TTC/TTC.html" tabindex="" title="Taking you to the main
site for none TTC site"><img src="../icons/transit/TTC.gif"
width="100" height="40" alt="TTC Icon" border="0" /></a>
</li>
<ul>
<li><a href="Photo's">Photo's</a></li>
<ul id=list>
<li><a href="TTC/photo's/bus.html">Buses</a></li>
<li><a href="">Streetcars</a></li>
<li><a href="">Subway</a></li>
<li><a href="">SRT</a></li>
<li><a href="">Terminals</a></li>
<li><a href="">MISC</a></li>
<li><a href="">Loops</a></li>
</ul>
<li><a href="">Construction</a></li>
<ul id="nav"><li><a href="">St Clair ROW</a></li>
<li><a href="">Park lawn Loop</a></li>
<li><a href="">Humber Loop</a></li>
<li><a href="">Queensway</a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
<li><a href="">TTC Reports</a></li>
<li><a href="">EA Reports</a></li>
<li><a href="">Comments</a></li>
<li><a href="">Main TTC Website</a></li>
</ul>
</ul></td>
</body>
</html>

Feb 20 '07 #1
2 1533
Scripsit dr*****@hotmail.com:
If there a better way of doing this? I welcome it. Thanks
You could post the URL. If you want some help, that is.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Feb 20 '07 #2
dr*****@hotmail.com wrote:
>
The site is a strict XHTML and CSS and it was validated by W3 as far
back as 2000.
Maybe it's time to try validating it again. The code below (even
assuming the missing code is actually present on your site) is invalid.
I get background images coming up as 1/4 or numerous blocks when they
are supposedly to be solid in the first place. background-image:
url(../../../icons/bg/bg33.jpg);}.
Ooh, too much orange in this image. Definitely change it.

And as Jukka suggests, an URL would potentially help us help you.

--
John
Feb 20 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: mike | last post by:
Hello, After trying to validate this page for a couple of days now I was wondering if someone might be able to help me out. Below is a list of snippets where I am having the errors. 1. Line 334,...
5
by: John Flynn | last post by:
hi all i'm going to be quick i have an assignment due which i have no idea how to do. i work full time so i dont have the time to learn it and its due date has crept up on me .. As follows:...
0
by: xunling | last post by:
i have a question about answering ..... this topic is "need help" what do i have to write at te topic line, !after i have klicked the "answer message" button ive tried many possibilities,...
9
by: sk | last post by:
I have an applicaton in which I collect data for different parameters for a set of devices. The data are entered into a single table, each set of name, value pairs time-stamped and associated with...
7
by: Timothy Shih | last post by:
Hi, I am trying to figure out how to use unmanaged code using P/Invoke. I wrote a simple function which takes in 2 buffers (one a byte buffer, one a char buffer) and copies the contents of the byte...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
16
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client...
8
by: skumar434 | last post by:
i need to store the data from a data base in to structure .............the problem is like this ....suppose there is a data base which stores the sequence no and item type etc ...but i need only...
0
by: U S Contractors Offering Service A Non-profit | last post by:
Brilliant technology helping those most in need Inbox Reply U S Contractors Offering Service A Non-profit show details 10:37 pm (1 hour ago) Brilliant technology helping those most in need ...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.