07-13-2004, 12:50 PM | #51 | ||
Head Coach
Join Date: Jul 2001
|
BTW, spelling issues are hopefully all now corrected. I agree that immediately effects the professionalism of any site that I read.
|
||
07-13-2004, 01:41 PM | #52 | |
Coordinator
Join Date: Nov 2003
Location: The Great Northwest
|
Quote:
|
|
07-13-2004, 05:05 PM | #53 |
n00b
Join Date: May 2004
|
Though tables have been officially deprecated by the W3C standard, I still think they're a little more reliable than css positioning if you're worried about cross-browser compatibility and different viewing resolutions. Css positioning, in my opinion, is best used in moderation. It can easily become much more trouble than it's worth. If you absolutely must use css, use relative positioning instead. When I design a website, I think it's a good rule of thumb to make sure all "mission-critical" content is viewable no matter how large or small the browser window is.
There are some neat tricks you can use with css, however, to add some bells and whistles to your site. For example: you can do rollover effects without writing any javascript and instead using css. If you write: a.Example { font-family: Tahoma, Verdana; color: black; } a.Example:hover { color: red; } You can do a simple rollover without any client-side scripting. This is a very basic example, but you see the possibilities. You might also look into making the separation of different elements on the page (header, navigation sidebar, main content) more apparent to the user. I find that it's best when I design a website to look at some of the best sites out there (espn.com, microsoft.com, etc.) and really examine how their sites are laid out |
07-13-2004, 05:13 PM | #54 |
n00b
Join Date: May 2004
|
Another thing I forgot to mention - some people would argue that Dreamweaver is overkill when designing simpler websites, but I would recommend at least trying the free trial of the MX 2004 version. It includes (among a long list of other features) a cross-browser validation checker, which even points out elements in your stylesheet(s) that may not render well with certain versions.
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
|
|