Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 3
Goto page 1, 2, 3  Next
 
Reply with quote Download Post 
Post [SOLVED]Problem With Header Image 
 
Hi i'm new and i'm triing to customize the white pearl theme

now my problem is

when i place a new html global block using the CMS for the header, if the image have the same dim of the table width declared in overall_header.tpl and in style_p_white.css the right shadow of the forum go back the forum body and not remain in his place


HaoAsakura had tried to help me without success  
modifing the code but nothing

the link of my website is http://aboliamo.netsons.org

somebody can help me please?

Sorry for my english
 



 
Last edited by Marfo on Sun 13 Sep, 2009 11:21; edited 1 time in total 
MarfoSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
what i see is that the problem is not only with the header.

the bar on the right is moved behind the blocks of the right hand.

and i don´t think that you got the bar fixed to the backround.

something went totaly wrong with the css file
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
spydie wrote: [View Post]
what i see is that the problem is not only with the header.

the bar on the right is moved behind the blocks of the right hand.

and i don´t think that you got the bar fixed to the backround.

something went totaly wrong with the css file


this is the complete style_p_white.css code

Spoiler: [ Show ]


can you suggest me how to fix??
 



 
MarfoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
In your overall header you have:

Code: [Download] [Hide] [Select]
                <table width="980" align="center" border="0" cellpadding="0" cellspacing="0">
Change it to:

                <table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">


In the overall footer:

Find class="min250" X 2: and remove both of them.



That's a start! that will / should at least stop a lot of things from overlapping.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
Thank´s Lopa.

I can only push him more or less in the right direction,
 but you are one of the best in templates,
seeing directly there the problem comes from.
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
I edit "His" html and .css on line - to see what changes take effect.

Might let you onto this trick one day.

But at the moment - That's only a part of the fix - because I'm going to leave it up to him / her to try to work out the rest of it.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
Lopalong wrote: [View Post]
In your overall header you have:

Code: [Download] [Hide] [Select]
                <table width="980" align="center" border="0" cellpadding="0" cellspacing="0">
Change it to:

                <table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">


Sorry but I Can't see this line in overall_header i'm using the one in templates/defult directory because in the directory of the template there isn't this file

Lopalong wrote: [View Post]


In the overall footer:

Find class="min250" X 2: and remove both of them.

[/code]


I've take this file like the overall_header in /templates/default like the overall_header and after  that I've removed the 2 class="min250" I've putted it in the same directory
and after that i've erased the cache in the forum and in my browser but it doesn't work

have i made something wrong??

overall_header.rar
Description: Overall_header.tpl in my /templates/default directory 
Download
Filename: overall_header.rar
Filesize: 1.82 KB
Downloaded: 242 Time(s)

 



 
MarfoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
Lopa, i disagree with you on overall_header and footer.

it look´s to me that the problem comes from CSS.

specialy this line
Code: [Download] [Hide] [Select]
#global-wrapper {



    width: 980px !important;

    clear: both;

    margin: 0 auto;




I´m not shure, but i´d like to point this out
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
spydie wrote: [View Post]
Lopa, i disagree with you on overall_header and footer.

it look´s to me that the problem comes from CSS.

specialy this line
Code: [Download] [Hide] [Select]
#global-wrapper {



    width: 980px !important;

    clear: both;

    margin: 0 auto;




I´m not shure, but i´d like to point this out


ok I've commented this part whit /* before width and whit */ after margin:0 auto;
 but now how can i modify the width of my forum???
 



 
MarfoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
decomend that again.

try replacing 980 px for 80%

tell me what happens
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
spydie wrote: [View Post]
decomend that again.

try replacing 980 px for 80%

tell me what happens


it works! but if i open my prefered sites on the left the problem return
 



 
MarfoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
what prefered site´s ???


for what i can see. it look´s great now. maybe the header image should be a bit bigger.

you can try yourself, playing with the wide of header image
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
spydie wrote: [View Post]
what prefered site´s ???


for what i can see. it look´s great now. maybe the header image should be a bit bigger.

you can try yourself, playing with the wide of header image


no sorry it doesn't work for now I and HaoAsakura have decide to avoid this problem using the header like now but if I use an header with the dimension like the forum body the problem come again
 



 
MarfoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
the trick is to make the image just a little bit smaller than the forum size. so instaed of 980 you put 978 or something like it
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem With Header Image 
 
spydie wrote: [View Post]
the trick is to make the image just a little bit smaller than the forum size. so instaed of 980 you put 978 or something like it


ok thanks ^^

but if I use 980 like forum table dim the dim max that i can use is 930  
 



 
MarfoSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 3
Goto page 1, 2, 3  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron