Jump to content

trouble positioning div


Jago6060

Recommended Posts

I have a simple div that just holds some text.  it's inside another div.  for some reason it shows the left: 1px but not the right: 1px. any suggestions?  By the way this page is currently horrible looking because initially it was built without a DOCTYPE, so I'm now trying to fix it.

 

http://www.caironewyorkrotary.org/cgi/testpage.php

 

 

#topbar	{
	background: #000060;
	width: 746;
	position: relative;
                left: 1px;
                top: 1px;
                right: 1px;
                bottom: 1px;
	}

Link to comment
https://forums.phpfreaks.com/topic/55370-trouble-positioning-div/
Share on other sites

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.