Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

back to the colored scroll bar...

Status
Not open for further replies.

coldfused

Technical User
Jan 27, 2001
2,442
US
now guys back to my question that never seemed to get answered in that other post..

in this code:

<HTML>
<HEAD>
<TITLE>....:::pro-maintenance4U.com:::....</TITLE>
</HEAD>
<frameset rows=&quot;22%,78%&quot; border=&quot;0&quot;>
<frame name=&quot;navigation&quot; src=&quot; scrolling=&quot;no&quot; border=&quot;0&quot;>
<frameset cols=&quot;18%,64%,18%&quot; border=&quot;0&quot;>
<frame name=&quot;addframe&quot; src=&quot; border=&quot;0&quot; scrolling=&quot;no&quot;>
<frame name=&quot;mainsite&quot; src=&quot; border=&quot;2&quot; scrolling=&quot;auto&quot;>
<frame name=&quot;banners&quot; src=&quot; border=&quot;0&quot; scrolling=&quot;no&quot;>
</frameset>
</frameset>
</HTML>

is it possible to add the colored scroll bar style to the sites that are being loaded into framename &quot;mainsite&quot;..i know i can add it if i build the html that is being called inside..but say for instance i am calling homedepot.com(which for who doesn't know is a home improvement wharehouse)how do i add the style to pages being called that i can not access the code to change?
e.gif


carlsatterwhite@endangeredgraphics.com
 
I don't know for definite, but I can't see a way you could do this without altering the imported pages code, and as far as I know, you can't change code on another server, it's something to do with security.

Of course I could be spectacularly wrong, if so feel free to correct me

Iain
 
All I know is there HAS to be some CSS call within the page you want to alter. I don't know how you could remotely change the CSS without there being some predefined CSS in there already.

Think about it this way, if you had a frameset that called an external web page, do you think you could chnage the look and feel of someone elses site while viewing their page through your site?

All a frameset is is a multiple browser view on the same page. Mike Barone
FREE CGI/Perl Scripts & JavaScript Generators
Ace PopUp Generator Software - Totally FREE
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top