My new portfolio website has been released just in the nick of time to see the end of 2007. URL below:
http://www.waynehunt.whinternet.co.uk
Monday, 31 December 2007
Wednesday, 12 December 2007
Setting a resizable height
Within your CSS for a wrapper divide instead of using the following syntax:
height: 800px;
Use the following:
overflow: auto;
This will allow the page to resize automatically when text is added. You can add also add in a height which will act as a minimum however you need to create an IE6 hack which reads the height as min-height.
For more info in IE6 hacks read this blog entry
height: 800px;
Use the following:
overflow: auto;
This will allow the page to resize automatically when text is added. You can add also add in a height which will act as a minimum however you need to create an IE6 hack which reads the height as min-height.
For more info in IE6 hacks read this blog entry
Tuesday, 4 December 2007
The 20 Golden Rules of Great Design
An interesting, well thought out article on important points to consider when attempting to design by Muan Thang. Well worth a read:
http://www.sitepoint.com/article/golden-rules-great-design
http://www.sitepoint.com/article/golden-rules-great-design
Subscribe to:
Posts (Atom)