/    Sign up×
Community /Pin to ProfileBookmark

Bottom right aligning problem

I have a problem with aligning something in the bottom right of the browser. The table does go to the bottom right, but when you scroll down the window it stays in its original position untill you resize it!

Is there a way to make it so it always moves to the bottom right of the browser?

Thanks

CSS:

.footer {
position: absolute;
bottom: 0px;
border: 1px dashed #FFFFFF;
background-color: #2B2A29;
text-align: center;
right: 5%;
}

HTML:

<table class=”footer”>
<tr>
<td>
Blah
</td>
</tr>
</table>

to post a comment
CSS

5 Comments(s)

Copy linkTweet thisAlerts:
@JonaDec 09.2004 — [font=trebuchet ms]Use [/font][font=courier new]position:fixed[/font][font=trebuchet ms] instead, but be aware that it only does "absolute" positioning in IE.[/font]
Copy linkTweet thisAlerts:
@darkestnightauthorDec 09.2004 — Thanks. This does give the effect I want, but this really needs to work in IE as well!

Are there any other ways of doing this so it works in IE too?
Copy linkTweet thisAlerts:
@JonaDec 09.2004 — [i]Originally posted by darkestnight [/i]

[B]Thanks. This does give the effect I want, but this really needs to work in IE as well!



Are there any other ways of doing this so it works in IE too? [/B]
[/QUOTE]


[font=trebuchet ms]Not without JavaScript.[/font]
Copy linkTweet thisAlerts:
@darkestnightauthorDec 09.2004 — I know this may not be the forum to ask it, but since we're on the subject, how do you do it with JS?

Edit: Posted in JS forum.
Copy linkTweet thisAlerts:
@JonaDec 09.2004 — [i]Originally posted by darkestnight [/i]

[B]I know this may not be the forum to ask it, but since we're on the subject, how do you do it with JS?[/B][/QUOTE]


[font=trebuchet ms]Probably something I'd avoid unless either helping someone who already had started on the script or getting paid to do it for them. ? That's how I am, though.[/font]
×

Success!

Help @darkestnight spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...