digdre html topic
digdre html topic
Out of context: Reply #31
- Started
- Last post
- 67 Responses
- 7point340
#nav {
width: ___ combined width of 3 nav buttons___ ;
height: ___ height of the damn buttons____ ;
float: right;
}
#nav a {border:0;}<div id="header"><h1>...etc.</h1>
<div id="nav">
<a href="#"><img src="button1.png" /></a>
<a href="#"><img src="button2.png" /></a>
<a href="#"><img src="button3.png" /></a>
</div>
</div>