Jump to content

Help with background...


dipp02

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/235667-help-with-background/
Share on other sites

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

  • 3 weeks later...

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.

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.