Still a work in progress, but what do you guys think?
http://www.pagewizardwebdesign.com
I'm trying to break my habit of using tables and depreciated (but still functional) tags for everything, and I think I did a fairly good job.
The one place (aside from the nav system) where I couldn't make it work without tables were the two columns, so I had to cheat.
--------------------------------------------------
Now a question:
So far the most annoying thing that I'm not sure how to fix is a is a CSS problem...
I'm using things like
(in the cascading style sheet layout.css, applied globally across the new site)
to create dotted lines to separate different places on the layout. These render fine in Internet Explorer 6 (haven't tested 7) but do not want to render in Firefox 2.x Is there a way to fix this, or is it one of those unresolvable CSS incompatibilities?
http://www.pagewizardwebdesign.com
I'm trying to break my habit of using tables and depreciated (but still functional) tags for everything, and I think I did a fairly good job.
The one place (aside from the nav system) where I couldn't make it work without tables were the two columns, so I had to cheat.
--------------------------------------------------
Now a question:
So far the most annoying thing that I'm not sure how to fix is a is a CSS problem...
I'm using things like
Code:
border-right: dotted 2 #7698b8;
(in the cascading style sheet layout.css, applied globally across the new site)
to create dotted lines to separate different places on the layout. These render fine in Internet Explorer 6 (haven't tested 7) but do not want to render in Firefox 2.x Is there a way to fix this, or is it one of those unresolvable CSS incompatibilities?