For tuning reasons that I cannot detail here, I would like to be able to control the position of the caption of figures. My current code is as follows:
\begin{figure}[ht!]
\colorbox{red!10}{%
\parbox{\textwidth-2\fboxsep-2\fboxrule}{%
\centering\includegraphics{fig1}%
\caption{}%
\label{fig:ch1-1}}}%
\end{figure}
Is is possible to move the caption (which is here only Figure 1) to the top-left corner of the colorbox. I know that the float package offers similar possibilities but would like to know if there is a solution by hand.


\colorboxor outside and above? – Werner Sep 5 '11 at 17:48