Archive for the 'Web Design' Category

13
Nov
06

CSS Menus

I’m currently building a website for a Holiday company which we also do support for in work. The design has a top menu which drops down and then when you have over some of the dropdown entries, you get some more entries sliding out. The only problem is my CSS knowledge is limited so i’ve been searching for a solution.

I’ve come across a lot of different versions but nothing that fits the bill to my satisfaction. Some fo them work in IE 7 and Firefox but not IE 6, then others just work in Firefox. It’s so annoying and the deadline for completion is looming. Anyway back to coding.

20
May
06

Cool Javascript

I saw this little bit of code

javascript:window.resizeTo(800,600)

on fuzzyblog.com. It resizes your web browser to 800 x 600, which is really helpful if your web designer and want to see what your site looks like at different resolutions.

Perhaps this is a little more useful one now.

javascript:window.resizeTo(1024,768)