|
Posted by NOXwebmasterx@xmbstevensx.com on 11/25/05 11:50
NOXwebmasterx@xmbstevensx.com wrote:
> ActionNotMotion@gmail.com wrote:
>
>>I have a nice outside border
>
>
> I presume you mean the border of the whole page, i.e. the body element?
> And set in CSS? Address where we can see it?
>
>
>>that should only be visible on the 1280
>>and higher resolution monitors. For smaller monitors, I do not want to
>>take away from the business space of the webpage. Kind of the same
>>problem presents itself when a 1280 user doesn't have his window
>>maximized...i want the restructuring/aligning to be done from the
>>center of the page, and not the left side (setting sort of a shield so
>>that when by minimizing, the mandatory visible space reaches the left
>>vizible border, it can move left no more) (how could I deal with the
>>scroll bars in such an instance). I'd appreciate any abstract or
>>concrete input. Ty
>>
>
>
> Set the border's width and height as a percentage of the page width and
> height.
Hmmm. Maybe I'm full of it today. I just tried this in fox and it
didn't work. After changing the percentage to px id did. I'll have to
check this out with the official rules.
<html>
<head>
<style>
body{width:90%; border:10% solid #777;}
</style>
</head>
<body>
<p>
;lakjsd ;alskdj ;alsdjf ;alsdjf ;alskjdf ;alskjdf ;alksdjf ;alsdjf
;alksjdf ;alksjdf ;alsjf ;alksdj ;asdlfkj
</p>
</body>
</html>
Navigation:
[Reply to this message]
|