It’s hard to know where to begin when you’re buying your first book in an attempt to learn a new skill. Always make sure to buy the newest edition of any web design or development book you’re interested in, because times change and so do the best-practices for each language. There’s no such thing as [...]
Filed under: Books, CSS, Development, Lists, PHP, Web Design, Web Development by Neal
No Comments »
I came across a pretty frustrating IE6 background bug a while ago and it took me a while to figure out the surprisingly simply solution! Well, technically this isn’t a bug. It’s technically a user-error, but the code (albeit incorrect) works in most modern browsers! Take a look at the following code:
body { background: url(‘images/bg.jpg’)top [...]
Filed under: CSS, Web Development by Neal
No Comments »