Jump to content

not auto resizing


Ustag

Recommended Posts

Hello, this is what I get from adding these things to these elements: on .txt I add this:

position: absolute;top: 355px;

on h1 I add this:

position:absolute;top: 300px;

outcome:http://www.tibiatrad.../antik/mynt.php How can I make the wrap to auto expand with its biggest child?This is how it looked before I added the code:http://www.kihlbergantik.se/mynt.php Tip: Firebug is a great addon for mozilla to easily check out my css problem. Thanks for reading.

Link to comment
Share on other sites

Using absolute position is the problem. You have to remove that from all your elements and use float, margin and padding to adjust the position of your content.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...