\documentclass{article} 
\usepackage{caption} 
\usepackage{hyperref} 
\usepackage[all]{hypcap} 
 
\begin{document} 
\begin{figure}\caption{foobar}\end{figure} 
\begin{figure}\caption{foobar}\end{figure} 
\begin{figure*}\caption{foobar}\end{figure*} 
 
\begin{table}\caption{tab}\end{table} 
\begin{table}\caption{tab}\end{table} 
\begin{table*}\caption{tab}\end{table*} 
\end{document}