|
Posted by Bergamot on 04/20/07 17:22
Desmond wrote:
> On 20 Apr, 06:05, kk.simha...@gmail.com wrote:
>>
>> here is my code in which I am aligning a text to bottom of my page
>>
>> position:absolute;
>> bottom:0;
>
> dont use bottom=0 use top=200 or what ever it's top position should
> be.
That is some pretty bad advice, mate.
First off, top=200 is invalid syntax. If you don't know why, try
validating your code.
Second is, assuming you meant 200 pixels from the top of the page, you
aren't considering that the bottom of the page is a variable position,
different not only on each web page, but different at various window
sizes and browser settings.
You might want to go back to lurking in this group until you know what
you're doing. Your suggestion here says you have a lot to learn yet.
--
Berg
Navigation:
[Reply to this message]
|