November 13, 200817 yr hi there!!! well, i eliminated the logo of joomla, i put an immage. it is 1000px long so it covers the whole header but it is inside the margine as i want!!! the problem? the problem is that when i make smaller my page horizontally from left side evey thing is ok but the immage goes out of margin from right side!!!!! do you know what should i do? here is my code: div#header_r { height: 90px; padding-left: 370px; padding-right: 30px; padding-top: 25px; overflow: hidden; text-align: left; } div#logo { position: absolute; left: 0; top: 0; float: left; width: 1000px; height: 93px; background: url(http://localhost/joomla1.5/images/stories/joomla2.png) 0 0 no-repeat; margin-left: 25px; margin-right: 25px; margin-top: 22px; } div#newsflash { width: auto; margin-left: 350px; margin-right: 30px; border: 1px solid #00f; I should mention that POSITION:CENTER doesn't work!!!!
November 15, 200817 yr Author hi there!!! well, i eliminated the logo of joomla, i put an immage. it is 1000px long so it covers the whole header but it is inside the margine as i want!!! the problem? the problem is that when i make smaller my page horizontally from left side evey thing is ok but the immage goes out of margin from right side!!!!! do you know what should i do? here is my code: div#header_r { height: 90px; padding-left: 370px; padding-right: 30px; padding-top: 25px; overflow: hidden; text-align: left; } div#logo { position: absolute; left: 0; top: 0; float: left; width: 1000px; height: 93px; background: url(http://localhost/joomla1.5/images/stories/joomla2.png) 0 0 no-repeat; margin-left: 25px; margin-right: 25px; margin-top: 22px; } div#newsflash { width: auto; margin-left: 350px; margin-right: 30px; border: 1px solid #00f; I should mention that POSITION:CENTER doesn't work!!!! for whom has the same problem: i resolved it: body.width_fmax div#wrapper { changing min-width: 750px; to: 1050px now it works!!!!
November 15, 200817 yr Author url? thank you!! i resolved the problem, and the site is not yet published in internet. thank you anyway.
Create an account or sign in to comment