Posts: 312
Name: Jason Eyermann
Location: england bristol
|
What you can do is:
ul li {
display:block;
height: //define height here
}
So that they are all level.
But..Even though CSS is much better than tables, even some of more strict CSS users say that you should still use tables for data such as this.
and for the background image. you'll need to wrap the whole thing in a div and add
#backgroundDiv {
background: url(path to image) no-repeat top left;
}
Last edited by jason_bristol; 03-21-2009 at 07:12 PM..
|