Jump to content

Positioning Absolutely


RockyLou

Recommended Posts

I'm trying to position a div on the page absolutely.  I got it to work pretty much except now I'm trying to center the div on the page.

 

Here's my code so far (the other part is in css):

#DivHeader {
border: 1px solid #000099;
background-color: $color1;
padding: 4px;
color: white;
}

<div id=DivHeader align=center style="position: absolute;  top: 0px;">

 

I don't want to specify how far from the left or right, I just want it centered. 

 

Any ideas?

Link to comment
https://forums.phpfreaks.com/topic/49048-positioning-absolutely/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.