MyBB Community Forums

Full Version: Container.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi.
I need some help with the container.
I want it to go straight to the top, So no gap.
and at the bottom having it curved.
How would I do that, i can't think.?

http://clansupport.info/index.php

All help appreciated thanks Smile
Add this to your container css to curve it : -moz-border-radius:5px 5px 5px 5px;

Add this to your container css to remove the padding : padding-top:0px;
(2010-07-13, 07:55 PM)Janota Wrote: [ -> ]Add this to your container css to curve it : -moz-border-radius:5px 5px 5px 5px;

Add this to your container css to remove the padding : padding-top:0px;

Nope It hasn't worked.
Thanks for helping though.

Not sure if i stated, but I only want the curve at the bottom and the top touching without a curve.

http://talkcomputers.net/index.php - Thats what I want really.

Thanks Smile
-moz-border-radius:0px 0px 5px 5px;

Increase the pixels if u want a bigger curve.
Neither of them has worked is what I mean.
I put them in the container and all it did was move the header up. ?
You havnt added that to ur container >>>>> -moz-border-radius:0px 0px 5px 5px;
And try removing the border
What browser are you using? IE doesn't support CSS rounded borders yet, and -moz-* doesn't work under Webkit browsers (use -webkit-* as well). You also might need to add
html, body {
    margin: 0;
    padding: 0;
}

to get the container right up to the top.
Nope it's added still not working.
Dunno why not.

I'm using chrome, could be the issue, but it works fine with Talkcomputer.
It has added a curve at the bottom , in viewing it in firefox
I don't get it with chrome.
But the main thing I want it the Container touching the top of the Browser.
I'm after whats needed for that. Help Please Smile
Thanks.

Edit: I've fixed the chrome corner issues, I just need the container to reach the top now.
Thanks Smile

/Thread All sorted thanks to you both for helping me Smile /Close
Pages: 1 2