Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post I Am Confused 
 
Can someone tell me what i shall do with this.

The border end to soon

This happend when i minimize and maximize on the chatside

Thanks

Jogge

 images2
 



 
Last edited by Jogge on Tue 18 Aug, 2009 13:43; edited 4 times in total 
JoggeSend 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: I Am Confused 
 
You will have to put a wrap attribute in the .css

To find out exactly, Limun and Lopalong are the best and you should PM them to find the exact wrapper syntax.

 
 




____________
My main IP 1.3 site
My IP 1.3 styles test site
 
gearheadSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
No need for PM's, and I'm off the air for PM's anyway.

@jogge, looks like a lot of wasted white space - I will have quick look, but may need the full theme to see what's actually happening.

Stand by!
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
Lopalong wrote: [View Post]


@jogge, looks like a lot of wasted white space - I will have quick look, but may need the full theme to see what's actually happening.

Just shout if you nead something, and thanks Lopalong for that you take the time

Jogge
 



 
JoggeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
All of your styles will do that because there are not enough tables or data etc to fill the screen with chat or error messages etc.

That's why we close them off with a bottom border shadow.

Where the white-space starts is where the html stops.

The pic shows what I mean.



It could be patched for a particular resolution with:

Code: [Download] [Hide] [Select]
<div class="leftshadow" style="height:768px"><div class="rightshadow" style="height:768px">


But to cover all resolutions would be difficult to do, but not impossible.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
Thanks Lopalong, well have to think what i shall do with this theme then.

Jogge
 



 
JoggeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
This may help with screen size detection. ?

h**p://***.webmasterworld.com/forum91/2071.htm
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
Can i make some images or border to end this side with

look at the images a black images or border have been nice.


 images1_1250595665_911002

thanks

Jogge
 



 
JoggeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
I'm not looking at the same theme, but this should give you some idea.

This is just a simple change from and including the last table in the footer, so you can just replace the existing bottom piece of script.

If you want images etc to blend in with the corner shadows, then that's something else.

Code: [Download] [Hide] [Select]
</table>
<br />
<div style="background-color:#7d0201; width:100%; height:10px;">&nbsp;</div>
</div></div></div>
<span><a name="bottom"></a></span>
</div>

</body>
</html>


BTW, I can't really check it against the whole theme, so what it does there is just a guess.


 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
Thanks Lopalong for that you take the time with me

It works but i have the border on every pages

So a images have been better  

I have test with some other code so that i have a images there.
But i am a loser on coding so i don´t now how to make this images to fit in
and i don´t whant to us the sitelogo_small. images to this

Well i have make a test and i think i shall go on and testing

Spoiler: [ Show ]


Jogge
 



 
JoggeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
Then try this.

Code: [Download] [Hide] [Select]
</table>
<br />

</div></div></div>
<span><a name="bottom"></a></span>
<div style="background-color:#7d0201; width:100%; height:10px;">&nbsp;</div>
</div>

</body>
</html>


Make some corner and bottom centre graphics, split the div style into three div's to handle left, center and right images, and add the markup to the .css

The only way that I can see to have a "bottom" for any particular page and not the whole style, is to add a php "location" argument. But that would need to be done for all "Short" locations and error messages etc. And THAT brother! is too messy.

If you get stuck, make the theme available for me.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
Thanks Lopalong,

I shall try that tomorrow, think it´s time for bed here now 01.25




Jogge
 



 
Last edited by Jogge on Wed 19 Aug, 2009 10:18; edited 1 time in total 
JoggeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
Make sure you get plenty of sleep - You've only got about 140 styles left to go.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
I think i saw a message from him , saying that he isn´t going to convert them all.
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: I Am Confused 
 
I must have missed that one.  

Edit:

OK jogge, I got tired of playing with divs, but here is one way to do it.

Copy the .css to the style .css.

Overwrite the footer script from {IMG_TBR} to the bottom.

Use the images in the .zip.

CSS.

Code: [Download] [Hide] [Select]
.bot-left-shadow {
    background: url('images/p_white/shadow_bot_left.gif') no-repeat;
    width:18px;
    height:18px;
}

.bot-right-shadow {
    background: url('images/p_white/shadow_bot_right.gif') no-repeat;
    width:18px;
    height:18px;
}

.bot-c-shadow {
    background: url('images/p_white/shadow_bot_c.gif') repeat-x;
    height:18px;
}



FOOTER:

Code: [Download] [Hide] [Select]
    {IMG_TBR}

</td>
</tr>
</table>
</div>
    </div>
    </td>
</tr>
</table>
<br />

{PAGE_END}

{BOTTOM_HTML_BLOCK}
<span><a name="bottom"></a></span>
<!-- IF not S_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
<table style="width:100%; height:18px;" cellpadding="0" cellspacing="0">
<tr>
<td width="18" class="bot-left-shadow"></td>
<td class="bot-c-shadow">
<td width="18" class="bot-right-shadow"></td>
</tr>
</table>
<br />
</div>

{GOOGLE_ANALYTICS}
</body>
</html>


You may want change the images, but the pic shows you what it will look like with the quick ones I did.



jogge.zip
Description:  
Download
Filename: jogge.zip
Filesize: 4.91 KB
Downloaded: 161 Time(s)

 
 
 
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  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