Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this questionI'm trying to implement fluid layout in my friend's site. But its not working. Its very simple page just a slider on it. Just take a开发者_C百科 look and tell me whats wrong with my code.
Check the page here
Thanks
.orbit-wrapper
and #featured
have a fixed width in their style attributes. If you want it to be fluid, you'll need to do something using percent, possibly with a max and min width.
精彩评论