Hi Chris,

XHTML valid code doesn't mean it's well written, just that you've adhered  
to a basic set of standards ;)

Further to Mark's post I would strongly recommend you use an alternative  
layout method.
The stacking issues mentioned will cause problems in IE plus absolute and  
relative positioning may break things.
Here is a screenshot of IE6 at 1024x768, I have disabled the PNGfix so you  
can see how it's stacked:  
http://resource.mxdx.co.uk/ww/creativesheepindex9.jpg

These days 1024x768 is a good starting point -it would be strongly  
recommended if you used at least a partial liquid layout so it can be  
viewed at this resolution.

Although it doesn't fix the links in IE6/7, there are more serious issues  
as mentioned above, I didn't actually mean "/location.htm" I was using this  
as an example!
<div class="navigationpanel"><ul>
<li><a class="gallery" href= "/gallery.htm">Gallery</a></li>
<li><a class="animation" href= "/animation.htm">Animation</a></li>
<li><a class="blog" href="/blog.htm">Blog</a></li>
</ul></div>
As you can see you have a space between href= and "/ which, although valid,  
is not good coding practise IMHO.

A final point which Mark also mentioned is it's a good idea to prune old  
posts from your replies (we can all get 'em anyway).

Ta,

~Mx
http://www.mxdx.co.uk



On Apr 3, 2009 12:34pm, Christopher R <majes...@thecreativesheep.ca> wrote:
> I can't recall if there were (4) error before or not. Well anyhow there  
> are (4) errors now and I wonder if a or something to do with an tag is  
> what needs to be fixed ?

> I still have problem with my other page in that the links are not working  
> in IE 6 or 7
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to