table positioning problems
Hello-
i am having some problems with my html code.
1. i want the site to be viewable in 800 x 600 browsers. i have made the tables so that they are no larger than 800 pixels wide, but this hasn't resolved it.
2. i cannot, for the life of me, get a certain table to position how i would like it to. if you have time to look at the code- it is the table beginning with the code (district information).
sorry for this mess of code. if i have time i will publish so that it can be viewed with .css and all.
thanks for your reply.
Untitled Document
http://simplythebest.net/info/dhtml_scripts.html -->
<script language="javascript" src="dropdown_menu/sniffer.js"></script>
<script language="javascript1.2" src="dropdown_menu/custom.js"></script>
<script language="javascript1.2" src="dropdown_menu/style.js"></script>
<script language="javascript1.2" src="dropdown_menu/menu.js"></script>
search
District Information
Home
Project Status
Meetings
Documents
Figures
Search Database
Contact
Related Sites
Washoe Co.
Water Resources
Project History
The Central Truckee Meadows (CTM) groundwater system
has become contaminated with an organic solvent commonly referred
to as PCE.
Copyright
© 2001 Washoe County Department of Water Resources,
Remediation District
4930 Energy Way Reno, NV 89502
Suzanne posted this at 18:49 — 27th February 2002.
She has: 5,507 posts
Joined: Feb 2000
First of all, to have it viewable at 800x600 without scroll, you'll have to move that table width down to somewhere around 750.
Secondly, you would probably find the use of a validator like htmlvalidator.com useful in tracking problems. It won't find all the weird idiosyncracies, but it should help.
For instance, you have illegal attribute values of "" for height in some places, and useless attribute values of "0" for height in tables.
How did you want that table positioned? You say you can't get it right, but I can't tell from your code where "right" is intended to be.
Suzanne
disaster-master posted this at 20:20 — 27th February 2002.
She has: 2,154 posts
Joined: May 2001
A link would be helpful.
You may want to look at this page if you are using "The Ultimate DropDown Menu". http://www.brothercake.com/dropdown/install.html
I believe that you need to take the script out of the first table and put it at the very end of the page, right before the tag. It says this on the link that I gave you above. You can get rid of the first two tables in your code.
This was a quickie but copy this code EXACTLY to another test page and see if it fixes your problem. If it does, I will tell you what I changed. OR you can wait for someone else that may can fix it better.
Untitled Document
http://simplythebest.net/info/dhtml_scripts.html -->
<script language="javascript" src="dropdown_menu/sniffer.js"></script>
<script language="javascript1.2" src="dropdown_menu/custom.js"></script>
<script language="javascript1.2" src="dropdown_menu/style.js"></script>
search
District Information
Home
Project Status
Meetings
Documents
Figures
Search Database
Contact
Related Sites
Washoe Co.
Water Resources
Project History
The Central Truckee Meadows (CTM) groundwater system
has become contaminated with an organic solvent commonly referred
to as PCE.
—Copyright
© 2001 Washoe County Department of Water Resources,
Remediation District
4930 Energy Way Reno, NV 89502
<script language="javascript1.2" src="dropdown_menu/menu.js"></script>
getyourbiglobst posted this at 21:55 — 27th February 2002.
They have: 34 posts
Joined: Oct 2001
sorry- here's the link.
http://www.co.washoe.nv.us/remediation/untitled.htm
now i'm trying to get the table containing "District Information", "Home", "Project Status"... to be closer to the top near the search feature.
thanks again for your help.
Suzanne posted this at 22:09 — 27th February 2002.
She has: 5,507 posts
Joined: Feb 2000
oh! put valign="top" in the holding that table.
Boom.
Suzanne
Suzanne posted this at 22:10 — 27th February 2002.
She has: 5,507 posts
Joined: Feb 2000
<td width="150" <strong>valign="top"</strong>>
<table width="150" border="0">
<tr>
<td>
<h3><img src="IMAGES/BLUE_A.gif" width="11" height="11">
District Information </h3>
In case you didn't know what I meant.
S
disaster-master posted this at 23:57 — 27th February 2002.
She has: 2,154 posts
Joined: May 2001
I think that looks really nice so far.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.