having some troubles with this table layout....grr

liunx

Guest
everything is fine except for the last mouse over.....i've tried setting the width and height of the whole table, i've tried setting the width and height of the cell....yet it still offsets the last rollover image. <br />
<br />
here is the url: <!-- m --><a class="postlink" href="http://evolarts.hypermart.net/grc128/temp.html">http://evolarts.hypermart.net/grc128/temp.html</a><!-- m --><br />
<br />
any help would be greatly appreciated<!--content-->hmm.. the only difference i can see is that all the rest go <br />
<br />
<TD>><A href=http://www.htmlforums.com/archive/index.php/...><img src=...><br />
</TD><br />
<br />
while the last image goes:<br />
<br />
<TD><A href=http://www.htmlforums.com/archive/index.php/...><img src=....></TD><br />
<br />
i don't see anything else wrong with it, other then that.<!--content-->Mike is right....<br />
<br />
do the mouseover section like this!<br />
<br />
<td><a href=http://www.htmlforums.com/archive/index.php/...><img="...></a></td><br />
<br />
it worked here (<!-- m --><a class="postlink" href="http://www.karinne.net/evolart.html">http://www.karinne.net/evolart.html</a><!-- m -->)<!--content-->works just fine in Mozilla<!--content-->thanks your awesome<!--content-->No problem... I used to do that all the time... drove me off the freakin' wall! :D<br />
<br />
Glad it works! :cool:<!--content-->one more quick question with this site, im going to want the text/content to only scroll on the square background piece.....how is that possible? can i make frames all the way around that center piece and make only the center scrollable? or is there a better/easier way to do this?<!--content-->you could use a div overflow, i can't remember the code, just do asearch on here, or in google for it <br />
<br />
<div style:overflow width="" height="">text</div><br />
<br />
i think... not sure if its correct though.<!--content-->gonna try and use multiple overlapping layers....just gotta find all the coding for it and how to do it exactly but ive already got the layout set and the layers indexed properly......maybe i can just set the buttons on my page to make a certain layer visible or invisible??? anyone know?<!--content-->Give the rest if the code a clean up (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fevolarts.hypermart.net%2Fgrc128%2Ftemp.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 />
<br />
Add type="text/javascript" to every <script> tag.<br />
<br />
<br />
Correct the entity errors by changing every & in the URLs to be &amp; instead.<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 />
That should fix most of the problems.<!--content-->
 
Back
Top