Ok. I have that fixed, with some CSS changes. It's not very clean. I
tried to add links to the images at the bottom of the screen, but I
haven't had any luck with it. The links don't work. I'm stumped. Any
ideas? http://www.zylka.us/app/ (Only viewable on iPhone/ iPod Touch)

On Jan 29, 10:26 pm, Alex Zylka <[email protected]> wrote:
> Hi guys, I've got a question about CSS. On my webapp (http://www.zylka.us/), 
> I'm trying to implement a fixed position toolbar. I've
> got the image at the bottom of the screen, but there's tons of
> whitespace under it. How do I remove this, while still keeping my
> toolbar?
>
> CSS for my footer div:
> #footer
> {
>         background-image:url("toolbar_bottom.png");
>         background-repeat:repeat-x;
>         position:bottom;
>         top:420px;
>         height:58px;
>         width:100%;
>
> }
>
> Thanks,
> Alex Zylka

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to