12
Snow77,
I have been testing out your theme and it is excellent! I have found a few things that was keeping the HTML from validating though. This tag was in there twice, and being an "id" isn't allowed:
<div id="content">
So I changed it to:
<div class="content">
And the container and footer divs weren't closed, so I fixed that. Additionally I added a min-width:620px style on the container so Mozilla won't squish at smaller portal sizes. And also, I changed the way you were importing the stylesheet so that older browsers won't import the CSS, since older browsers don't support CSS well anyway and were displaying a bit weird.
Make sure that is okay and I'm not overlooking anything obvious there.
And now 100% HTML and CSS compliance!
Two further additions I made was replace the static header line under the title with the XOOPS slogan tag and added a replacement template for the Content module, so that it would validate as well.
Just curious, what's the advantage of including the blocks as seperate theme files, rather than including them in the main theme file? I see many people do that, but don't know why.
----------------------------------------------------
Here is Snow's CSS theme with the above mentioned fixes and additions as a zip file:
http://technigrafa.com/DEV/css100v2.zip-----------------------------------------------------
Snow, I hope you don't mind me reposting your theme - let me know if that's a problem and I'll edit this post.
So, should I also throw in the javascript that sets a min-width in there for IE? It doesn't hurt anything if IE users have javascript turned off - it will just function as it does now - the center blocks squish a little in smaller browser windows, but nothing too bad.