What's the problem with your layout, if any? Looks pretty good to me?
I'm sure there's more important factors to worry about in relation to coding time/loading speed than making your page that bit more accessible.
Your form would be something like: <form action="" method="get"> <label for="url">URL:</label> <input type="text" name="url" id="url" /> </form>...
It depends what monitor resolutions you want to take into account, personally I would probably go with around 960 as has been suggested because...
As above but I would also agree that it's more flexible from a CSS standpoint as you can easily create sliding-doors, dropdowns, hovers etc with...
Hi, This is certaintly possible with CSS, via the use of fixed positioning. This enables the DIV to be fixed on the browser window regardless of...
Np, I think the 2 problems with topsidebar and the ad I mentioned should solve the problem
Seeing as you are only using opacity:1; and opacity:0; you could probably get away with using display:none; or visibility:hidden, although this...
Hi, There is no such CSS selector that exists afaik, when you say it still works what do you mean by this is it providing some function, what...
Hi, Well tables for layouts is a bit old school and most people just use DIV based layouts with CSS to control the presentation, yours has a...
Hi, Why have you got your layout in a table? Also remove display:inline; from left, and reduce the widths a bit temporarly just to ensure the...
Hi, I'd check you were inserting the new columns correctly, post your code up here so we can double-check!
Hi, Most people would create such functionality like this using jQuery which is a simple JS library which helps create cool effects etc with some...
Hi, You are quite correct in that applying automatic left and right margins will center a block element, however this only works if the element...
Are you setting the image via background as suggested in the above example? Because you could just do that as suggested and postion the background...
Separate names with a comma.