Batman Posted December 4, 2010 Share Posted December 4, 2010 I am trying to use a premade petpage. I want to add a picture in the background of the petpage or I want to semi alter the petpage. Pretty much i have one picture that is to big to go into the scrolly window. I either want to make the whole scrolly window bigger (along with the picture it is over) or just put the picture off to the side. Is there anyway to do this? I am terrible with coding. The coding is at /~Iebn. Quote Link to comment Share on other sites More sharing options...
saborewind Posted December 4, 2010 Share Posted December 4, 2010 There is a way to make the window bigger, you just have to find the length of it and make it a bigger number i believe Quote Link to comment Share on other sites More sharing options...
Batman Posted December 4, 2010 Author Share Posted December 4, 2010 There is a way to make the window bigger, you just have to find the length of it and make it a bigger number i believe This is the coding...<img src="http://i30.tinypic.com/2dt4xn6.png" "position:top:15px;left:0px;"> If i change any of those numbers nothing changes. Quote Link to comment Share on other sites More sharing options...
pckystx Posted December 5, 2010 Share Posted December 5, 2010 This is the coding...<img src="http://i30.tinypic.com/2dt4xn6.png" "position:top:15px;left:0px;"> If i change any of those numbers nothing changes. Nothing changes because altering that only moves the position of the image. To make the div box larger you need to change this code: <div style="overflow:hidden;position:absolute;width:125px;height:305px;top:150px;left:658px;opacity:0.6;moz-opacity:0.6;filter:alpha(opacity=60);"> Changing this will not stretch the layout image behind it though (not sure if you want to do that). Quote Link to comment Share on other sites More sharing options...
Batman Posted December 5, 2010 Author Share Posted December 5, 2010 i have tried changing that coding. But all that does is change the floating things on the side not the actual image. I want the entire image bigger. Quote Link to comment Share on other sites More sharing options...
antiaircraft Posted December 5, 2010 Share Posted December 5, 2010 Yeah, that's probably the wrong <div> - you'll want to take the last <div> on the page: <div style="overflow:auto; text-align: justify; position:absolute; top:78px; left:70px; width:325px; height:500px"> Then alter its width property to get the value you want: <div style="overflow:auto; text-align: justify; position:absolute; top:78px; left:70px; width:500px; height:500px"> Quote Link to comment Share on other sites More sharing options...
Batman Posted December 7, 2010 Author Share Posted December 7, 2010 Well that was closer. Instead of changing the picture in the background it just changed the text in the box. I think I need to add something to make it larger. I just don't know where. Quote Link to comment Share on other sites More sharing options...
antiaircraft Posted December 7, 2010 Share Posted December 7, 2010 Yes, if I read your first post correctly then you'll want to substitute your new background image and then scale up your text box to match. If that's not what you want to do, then you'll probably have to explain better. :P 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.