What a MESS!!! Ugh..

windows

Guest
So I'm piecing together a site for a lingerie company, built mostly in Adobe GoLive 5, and I have 2 major problems..<br />
<br />
1) My rollovers in the navigation aren't preloading and are going wiggy!<br />
<br />
and 2) I built this on my 15" powerbook, and it looks fine, when view it on a 17" monior it scales up and the navigation drops below the screen. Is there a way to detect and scale the browser window appropriately?<br />
<br />
<!-- m --><a class="postlink" href="http://www.christinevancouver.com/index3.html">http://www.christinevancouver.com/index3.html</a><!-- m --><br />
<br />
Thank you in advance!<br />
Timzilla!<!--content-->Yep:<br />
<img name=image3 src=http://www.htmlforums.com/archive/index.php/images/retailers_UPNew.gif width=63 height=22 alt="Retailers" <br />
border=0></a><br><br />
Why has it this name in the head part:<br />
images/retailers_UPNEW.gif"<br />
??????????<br />
<br />
:rocker:<!--content-->You may want to make the homepage and use JavaScript to detect the resolution of the user and open an appropriately sized window containing the rest of the site.<!--content-->This may fail in some browsers: src=http://www.htmlforums.com/archive/index.php/images/retailers_UPNew.gif <br />
<br />
<br />
Remember to "Quote" all attributes, especially all "#FFFFFF" colors, all URLs, all "50%" sizes, and any other attribute value that contains anything other than a simple "A" to "Z" or "0" to "9" value. In HTML 4.01 it is recommended to quote all attribute values.<br />
<br />
<br />
<br />
<br />
<br />
Check out this [error list (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.christinevancouver.com%2Findex3.html&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->)]<br />
<br />
<br />
Add type="text/javascript" to every <script> tag.<br />
<br />
<br />
Add alt="some text" to every <img > tag, the text reflecting what is in the dispayed image. On unimportant images, like spacer elements, a minimum of alt="" is fine. For bullet-point images, alt="*" is often used. Search engines do index the alt text. The alt attribute is a required element.<br />
<br />
<br />
Once that has reduced the error list down to a bare minimum, you will be able to clearly see the couple of nesting errors and missing tags in the table.<!--content-->
 
Back
Top