here is the url.
http://www.humanresources.com.au/jit/OHR%2...;page=flowchart
this 'flowchart' is just a bunch of small div boxes that are hyperlinked that take you to an appropriate page.
i need to have them centered and spaced out nicely, the row on the top is pretty much how it should look, only at the moment if it had three buttons they would all float to the right, of left, im not sure which.
the 2nd row in the other hand centers buttons how i need them, but without the float property it wont line up horizontally.
Hope you guys know what im talking about.
First row.
div.rowone {
text-align: center;
float: right;
position:relative;
margin:auto;
border: thin solid #000;
height:52px;
width:auto;
}
div.rowtwo {
position:relative;
top:100px;
border: thin solid #000;
height:52px;
}(you'll be pleased to know i have indented like you told me i should last time)
Thanks heaps!!

Help
This topic is locked


Back to top










