michael liska
12-26-2002, 09:27 AM
Greetings all!
I hope everyone had a great holiday!
Ive got a problem here. Ive laid out my page in css and everything looks great, EXCEPT that I have a table in the main body of the document (inside the header, navbar, and right side ) the problem is that in 800X600, it works great, in a bigger resolution, this table wants to align itself in the center of the screen, not within the margins. this is probably something really stupid on my part but its got me baffled.
Thanks everyone!
http://www10.brinkster.com/liskafamily
heres the css:
.layout{margin: 102px 165px 10px 155px}
.navbar{position:absolute;top: 102px;left: 5px;width: 130px;height: 1500px;padding: 10px 0px 0px 5px;text-align:left;background-color:#999966;border-right: solid 2px #666633;border-top: solid 1px #666633}
.header{position:absolute;top: 5px;left: 2px;width: 770px;height: 50px;padding-left: 1px}
.rside{position:absolute;top: 102px;left: 650px;width: 125px;height: 1500px}
I hope everyone had a great holiday!
Ive got a problem here. Ive laid out my page in css and everything looks great, EXCEPT that I have a table in the main body of the document (inside the header, navbar, and right side ) the problem is that in 800X600, it works great, in a bigger resolution, this table wants to align itself in the center of the screen, not within the margins. this is probably something really stupid on my part but its got me baffled.
Thanks everyone!
http://www10.brinkster.com/liskafamily
heres the css:
.layout{margin: 102px 165px 10px 155px}
.navbar{position:absolute;top: 102px;left: 5px;width: 130px;height: 1500px;padding: 10px 0px 0px 5px;text-align:left;background-color:#999966;border-right: solid 2px #666633;border-top: solid 1px #666633}
.header{position:absolute;top: 5px;left: 2px;width: 770px;height: 50px;padding-left: 1px}
.rside{position:absolute;top: 102px;left: 650px;width: 125px;height: 1500px}