Hi all,

Hopefully a quick question...

I have div container and the container uses the margins auto and a set
width. What I need to be able to do is control the placement of text
menu within this div container. I know how to so this when my page is
set to be aligned to the left on the browser using absolute placement,
but if the container is floating in the browser I am sort of at a loss.

I can get it sort of to work if I place the text menu beside the image
inside div container, but the text aligns to the bottom of the image and
I can't seem to leave the image where it is and get the text links to
move up. If I add a div tag around the text links themselves it seems to
force a line break.

Here is an example of the code below...

<div style="width: 696px; margin: auto; ">
<a href="targetpage.htm"><img src="images/logo.gif" width="215"
height="82" border="0"></a><a href="4">Take a Tour</a> | <a
href="5">Getting Started</a> | <a href="6">Purchase</a>
</div> 

Thanks in advance!
Jessica

-------------------------

Jessica Mays
Graphic Designer
WebSurveyor Corporation
www.websurveyor.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to