Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Design > Need Help?

Coding help once agian

Ask us questions relavent to Web Design and Computers.
Also support for Bluepearl Design and webclans.net hosting.

    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 09-03-2004, 04:08 AM   #1 (permalink)
 
Title: Bryan
Join Date: Jan 2004
Location: Dundee
Age: 21
Posts: 3,547
Rep Power: 8 wasahobo is on a distinguished road
Send a message via AIM to wasahobo Send a message via MSN to wasahobo
Coding help once agian

hey griff, started to get this coding stuff down but i cant fond anyplace that will help me with the custom scrollbars stuff....

i already ahave the one for the main site, used CSS for that, but i have a couple of iframes in my site and im looking to change there colors as well...

you know how to do this or at least a place that does?
__________________
BluePearl-Design + 3sStudios = Unlimited Possibilities.


Current Project: http://www.3sstudios.com/cloud.htm
wasahobo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-03-2004, 02:14 PM   #2 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Coding help once agian

to change the colors of the scrollbars in a iframe create a internal CSS in the file u call to the iframe.

for example on cosita.net the site is all iframes, and when i call upon the file ceramics-body2.php this is what it looks like:

HTML Code:
<style>
BODY	{
background-image: url(images/frame2.jpg); 
overflow: auto;
background-color: #FEF7CB;
background-repeat: no-repeat;
background-attachment: fixed; 
color:#800080; FONT-FAMILY: Geneva, Arial, Helvetica; FONT-SIZE: 11px; LINE-HEIGHT:16pt;
scrollbar-face-color: #FFF69C; scrollbar-highlight-color: #FF40FF; scrollbar-shadow-color: #400040; scrollbar-3dlight-color: #C000C0; scrollbar-arrow-color: #800080; scrollbar-track-color: #FF80FF; scrollbar-darkshadow-color: #800080
}
</style>
<script language=javascript type="text/javascript">
<!--
if (top.location == self.location) {
	top.location.href = "ceramics.php"
	}
// -->
</script>
<center><img align="left" width="232" height="357" border="1" src="port/body2.jpg"></center>
<b>Media:</b> Clay & clear glaze.
<br><b>Size:</b> Height= 200mm x width= 100mm
<br><b>Year created:</b> 2002
<br clear=all> 
Note above, the internal cascading style sheet
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2004, 11:23 AM   #3 (permalink)
 
ReFlex's Avatar
 
Title: Bluepearl Veteran
Join Date: Jan 2004
Age: 18
Posts: 677
Rep Power: 5 ReFlex is on a distinguished road
Send a message via MSN to ReFlex
Re: Coding help once agian

thats make it a lot hard i think but i have a very easy way just add this code between ur /head
Quote:
<style type="text/css">
<!--
body {
background-color: transparent;
}
-->
</style>
<style type="text/css">body {
scrollbar-face-color: #999999;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #009900;
scrollbar-darkshadow-color: #000000;
}
</style>
__________________
http://lukealford.com
ReFlex is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2004, 02:17 PM   #4 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Coding help once agian

Quote:
Originally Posted by ReFlex
thats make it a lot hard i think but i have a very easy way just add this code between ur /head
reflex u blind or something?

i just posted a internal CSS. ^^ if u care 2 read posts properly.

U also need to be more specific with your details, if wasahobo posted that internal CSS on the main page but not on the page called by the iframe, then the scollbars on the main page would be custom but the iframe would be normal.

Also pages u call from a iframe do not have <HTML> or <HEAD> tags as they r not needed.

Wasahobo i also added javascript to the page called from the iframe.
This code is for seach engines or people jumping into u site from the iframe. This script tells the browser to jump back and load the page the iframe is in:

top.location.href = "ceramics.php"
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-06-2004, 01:31 PM   #5 (permalink)
 
Title: Bryan
Join Date: Jan 2004
Location: Dundee
Age: 21
Posts: 3,547
Rep Power: 8 wasahobo is on a distinguished road
Send a message via AIM to wasahobo Send a message via MSN to wasahobo
Re: Coding help once agian

nice, thanks man i will be sure to add tghat to my site next time i work on it
__________________
BluePearl-Design + 3sStudios = Unlimited Possibilities.


Current Project: http://www.3sstudios.com/cloud.htm
wasahobo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2004, 02:41 AM   #6 (permalink)
 
Title: Bryan
Join Date: Jan 2004
Location: Dundee
Age: 21
Posts: 3,547
Rep Power: 8 wasahobo is on a distinguished road
Send a message via AIM to wasahobo Send a message via MSN to wasahobo
Re: Coding help once agian

im strill sorda stuck, what do i have to put in, im messing around with that entire code but i dont know what part i need and what part i dont
__________________
BluePearl-Design + 3sStudios = Unlimited Possibilities.


Current Project: http://www.3sstudios.com/cloud.htm
wasahobo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: Coding help once agian
Thread Thread Starter Forum Replies Last Post
Postbit Template - Coding Around Date/Time & Post/Inlinemod LEAD_WEIGHT Need Help? 4 01-31-2006 03:48 PM
Windows media player coding for web pages autumn whispers2me Need Help? 11 12-08-2005 09:52 AM
New Coding Program wasahobo Software 20 03-22-2005 11:47 PM
griff help agian wasahobo Need Help? 2 09-06-2004 03:32 PM
Coding Help wasahobo Need Help? 3 03-13-2004 05:22 AM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 09:17 PM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52