Victor's Design Blog

Website develement at a standstill

Well its been a long time since ive blogged. Not alot has happened in this time due to the technical side of websites been so darn tricky. I was preogressing well through all of the css untill i got to organising the buttons. I couldnt get them to line up and had great difficulty trying to hide the text. I dont see why they have to make it all so hard. Damn Computer Nerds! Any way once i recieved some advice my css was now in working order. below is the coding that hid the button text. The idea is that you put some float and padding on the the list items then make sure that the overflow is hidden.

#nav li a {
float:left;
width:88px;
height:0;
padding-top:44px;
overflow:hidden;

This seemed to do the trick and from now on i need to concentrate on the design aspects. :)