dipp02 Posted May 6, 2011 Share Posted May 6, 2011 Hello. i have a layout and i am having too many thoughts going through my head on how to make this bg on this layout here: http://classic-threads.com/ to go across the whole page. can someone please help? i have it in a PSD format so i can get to the layers. this is driving me crazyyy. Quote Link to comment Share on other sites More sharing options...
dipp02 Posted May 6, 2011 Author Share Posted May 6, 2011 i was thinking of doing four divs. the sides (left and right). middle and bottom..... any other ideas? Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted May 6, 2011 Share Posted May 6, 2011 you need 1 wrapper div, a left and a right one and a footer div. as far as coding if you want someone else to make this put it in the freelance forum. I bet there are people here that are able to do make that Quote Link to comment Share on other sites More sharing options...
diptiranjan Posted May 6, 2011 Share Posted May 6, 2011 cssfreakie is correct follow him . Quote Link to comment Share on other sites More sharing options...
dipp02 Posted May 7, 2011 Author Share Posted May 7, 2011 i can do that. i was trying to think of the easiest way. repeat the left n right? Quote Link to comment Share on other sites More sharing options...
dipp02 Posted May 23, 2011 Author Share Posted May 23, 2011 I am having problems with the css. should i use floats? or absolute position? i tried both ways and having problems. i cannot get this to even work <div style="background-image: url('bot.png'); background-repeat: repeat;"> nothing shows up unless i give it a width or height but then it repeats only to that width/height. any ideas? thanks in advance. Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted May 24, 2011 Share Posted May 24, 2011 should i use floats? or absolute position? i tried both ways and having problems. you can use both, although positioning absolute is a little more tricky since the element is taken out of the normal flow. But it seems you didn't read the manual on this point so i recommend you do that. A nice tutorial to on floats is the floatutorial. most grids systems just use float, and in fact for most designs float is good enough. I am having problems with the css. If you have troubles with code post the complete code or link to an on line example. nothing shows up unless i give it a width or height but then it repeats only to that width/height. any ideas? that's what div's do, have a look in the manual. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.