How do I place the link Refresh on the middle in height of the div nav_bar?
<div id="nav_bar">
<a class="nav" id="refresh" href="#">Refresh</a>
</div>
Here is a fiddle for more help http://jsfiddle.net/axuxT/
|
How do I place the link Refresh on the middle in height of the div nav_bar?
Here is a fiddle for more help http://jsfiddle.net/axuxT/ |
|||
|
|
|
|||||||||
|
|
If you know the height of the parent div (eg: Update If you need the container div to be able to change size, it's a bit more complex. Here's an update to your fiddle that shows this approach: http://jsfiddle.net/axuxT/3/. Note that, in this case, the content needs to be display:block, with a known height. It also requires some additional markup - an additional wrapper div, and a floating spacer div. |
||||
|
|
|
It sounds like an easy thing to do, right? but there's no way that's correct, you just have to you I hate CSS. |
|||