Previous Message
Next Message

Guidance on positioning please.

Sent by Gunlaug_Sørtun on 20 April 2009 23:11


Karl Bedingfield wrote:

> What I want is to do is position a paragraph (company phone number
> and email) above the navigation to the top right corner.

Absolute position the paragraph, somewhat like the following...

#header-alt {position: relative;}
#contact {position: absolute; top: 0; right: 3px; text-align: right;}

<div id="header-alt">
     <!-- h1 and navigation as is here -->
     </ul>

<p id="contact">phone: nnnnnnnnn<br />
email: aaaaa@bbbbbbbbbb</p>

</div><!--end #header-int -->

....and adjust top/right position, font variables and line-break to taste.

regards
	Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: