Reply to thread

Ah right, I wasn't sure what you planned to do with it since the radius in all corners made me think you wanted to separate the navigation.

 

the following should do that for you then

 

[code]

#navcontainer { border-radius: 10px 10px 0 0; }

#contentwrap { border-radius: 0; }

[/code]


Back
Top Bottom