Adobe Forums

Add Me
Adobe Forums » Adobe Influences » Dynamic Html » how do you center always? no matter the browser

Tags:



Reply
LinkBack Thread Tools Display Modes
how do you center always? no matter the browser
  #1 (permalink)  
Old 09-25-2008, 03:19 AM
stephdog
Guest
 
Posts: n/a
Default how do you center always? no matter the browser

I've got a layer with flash content. I want to keep this layer at the center
of the page regardless of the size of the browser. I've found many different
ways to do this but I want the simplest way seeing as I've hardly got any code
anyway on the page.



Reply With Quote


  #2 (permalink)  
Old 09-25-2008, 03:19 AM
Murray *ACE*
Guest
 
Posts: n/a
Default Re: how do you center always? no matter the browser

Change this -

</head>

to this -

<style type="text/css">
#wrapper { width:760px; margin:0 auto;position:relative; **
/* 760px will display on an 800px screen maximized browser window without */
/* horizontal scrollbars. */
</style>
</head>

change this -

<body ...>
(the ellipsis represents any other attributes that might be mentioned in the
body tag, and SHOULD NOT BE INCLUDED EXPLICITLY!)

to this -

<body ...>
<div id="wrapper">

and this -

</body>

to this -

<!-- /wrapper -->
</div>
</body>

and see if that helps.


--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"stephdog" <webforumsuser@macromedia.com> wrote in message
news:gbblrg$cs6$1@forums.macromedia.com...
> I've got a layer with flash content. I want to keep this layer at the
> center
> of the page regardless of the size of the browser. I've found many
> different
> ways to do this but I want the simplest way seeing as I've hardly got any
> code
> anyway on the page.
>


Reply With Quote


Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Hairstyles | UFO Videos | Bollywood Wallpapers | Poems  | WWE


All times are GMT. The time now is 02:10 AM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.