[SOLVED] Fix Images In Angles


Subject: [SOLVED] Fix Images In Angles
Italian to English --> Google trad.


Hello!
Here I'm here to ask after a while and try to find a free tutorial understandable and suitable for my needs on the network ...

So ...

I now I have this image of the background

bg21-03-09

CSS

Code: [Download] [Hide] [Select]
body {
background: #111111 url(/templates/mg_themes/images/p_blue/bg21-03-09.gif);
margin: 0;
padding: 0;
background-position: top;
background-repeat: no-repeat;
background-attachment:fixed;
}


From advice received would be better to take a substance which is capable of all resolutions and to block fixed at the corners ... to fit any resolution!

Use this background

bg
By changing the CSS in the body:
Code: [Download] [Hide] [Select]
body {
background: #111111 url(/templates/mg_themes/images/p_blue/bg.gif);
margin: 0;
padding: 0;
background-position: top;
background-repeat: repeat;
background-attachment:fixed;
}





And fix in the corners, in the upper left and bottom right, these images

TOP LEFT
Code: [Download] [Hide] [Select]
background: url(/templates/mg_themes/images/p_blue/corner_topleft.gif)

corner_topleft

BOTTOM RIGHT
Code: [Download] [Hide] [Select]
background: url(/templates/mg_themes/images/p_blue/corner_bottomright.gif)

corner_bottomright


These 2 pictures as I put in the CSS?
I need to change the TPL? overall_footer and overall_header?
Thanks!

Last edited by HaoAsakura on Wed 01 Apr, 2009 17:28; edited 1 time in total
Subject: Re: Fix Images In Angles
You should know if you are using mg_themes you will only have it at the borders untill the page lateral borders...

Or that is what i guess after a quick look at TPL files...

Profile PM  
Subject: Re: Fix Images In Angles
MG themes ... blue pearl theme!

Subject: Re: Fix Images In Angles
Did you solve it?

Subject: Re: Fix Images In Angles
Oh my god... sorry!

I solved in italian support board!

CSS
Code: [Download] [Hide] [Select]
.topleft{
background: url(/templates/mg_themes/images/p_blue/bg_topleft.gif);
position: absolute;
top: 0;
left: 0;
z-index: -1; /* # sta per i numero dei livelli */
}

OVERALL HEADER
Code: [Download] [Hide] [Select]
<div class="topleft"><img src="{FULL_SITE_PATH}{SPACER}" alt="" width="372" height="372" /></div>


I decide use the image only on top board!

Thanks ^^

Subject: Re: [SOLVED] Fix Images In Angles
Great! :mricy:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.7751s (PHP: 3% SQL: 97%)
SQL queries: 14 - Debug Off - GZIP Enabled