Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Java Script Alignment Problems
Old 06-25-2007, 01:32 PM Java Script Alignment Problems
Junior Talker

Posts: 1
Trades: 0
Hi folks,

I am designing a new website for myself here: www.noherohere.com and I cannot get the java scripts to align with the top of the cells. I tried the alignment tags, but nothing works. Any ideas?
shotthebreeze is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-25-2007, 05:05 PM Re: Java Script Alignment Problems
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
If, when you speak about javascript, you speak about the menu bar, it's because you placed it on a table cell, but didn't gived an valign="top" attribute to the cell.
HTML Code:
<table>
  <tr>
    <td valign="top" align="left">
      ....
    </td>
  </tr>
</table>
You have used a tabled layout, so be ready to get some (friendly) bashing, as CSS should really be the way to go, but congratulation neverthless, as your page is almost w3c compliant.

I just had those warnings/error:
Quote:
Result: 5 errors / 0 warnings

line 8 column 13 - Error: document type does not allow element "noscript" here; assuming missing "object" start-tag
line 12 column 6 - Error: end tag for "object" omitted, but OMITTAG NO was specified
line 8 column 4 - Info: start tag was here
line 16 column 26 - Error: there is no attribute "height"
line 18 column 70 - Error: required attribute "alt" not specified
line 31 column 21 - Error: end tag for "td" omitted, but OMITTAG NO was specified
line 22 column 4 - Info: start tag was here
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Reply     « Reply to Java Script Alignment Problems
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10960 seconds with 12 queries