Page 1 of 1

Layout coded in CSS/HTML, site includes vBulletin integration

Posted: Fri Aug 18, 2006 3:15 am
by zeroality
http://www.pokerealm.net/

I had to use an iframe for the vBulletin integration sidebar since the vBulletin php calls were conflicting with CMSMS.

I was going for a plain and simple layout. The only javascript on the site is the iframe redirect check (if the iframe is loaded outside of the frameset, it redirects the user back to the index page) and everything else is in CSS/HTML - including the navbar!

Site fully tested in Firefox as well as IE6.

If there are any Opera, Safari, IE5, Konqueror, etc users out there, I'd like your feedback on how accessible the site is. Any other suggestions also welcome.

Re: Layout coded in CSS/HTML, site includes vBulletin integration

Posted: Wed Sep 13, 2006 6:17 pm
by freddieb
Have you looked at the site at 800 x 600 rez? People who use 800 x 600 hate horizontal scrolling! You still need to design for 800 x 600, unfortunately.

Also, the text-size can't be increased in IE6, whereas it re-sizes nicely in Mozilla.

Try using % or em for your overall font size.

Only 1 error in validation on the Home page:

Error Line 111 column 21: required attribute "ACTION" not specified.

The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for and type="text/javascript" for .


Cheers