473,698 Members | 2,574 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Noframes version of page with overriding css stylesheets

Hi all.

I want to create a noframes version of a certain page (not written by
me),
that has three frames, each loading a page with few external
stylesheets.
If I copy the content of each framed page into a div on the noframes
page,
and put all the external links to stylesheets in the head, different
styles
override each other and the page looks like a mess.

So my question is:
Is there a way to create a noframes version of a page,
which will look exactly the same as the original, but with all
the content from different frames, each in separate correctly
positioned div,
and the correct style information from the external stylesheets
applied only to that div, and not to the whole page.
For example, if two different framed pages have stylesheets each
defining different body backgroung, I want each div with the content
of a corresponding page to have the correct background.

Hope that I explained myself well.

Thank you all very much for help.

Anna
Jul 20 '05 #1
2 1751
On 12 Oct 2004 08:04:21 -0700, Anna <an**@ubaccess. com> wrote:
Hi all.

I want to create a noframes version of a certain page (not written by
me),
that has three frames, each loading a page with few external
stylesheets.
Excellent decision.
If I copy the content of each framed page into a div on the noframes
page,
and put all the external links to stylesheets in the head, different
styles
override each other and the page looks like a mess.


You'll have to sort that out. I'd do the following:

1) Wrap each section in a div with an id.
2) Edit each of the three stylesheets so that, say, h2 {font: 120%
Helvetica, Arial, sans-serif;} becomes #menu h2 {font: 120% Helvetica,
Arial, sans-serif;}
3) References to the body element which do not apply to the whole page
need to be changed to refer to the id. So body {font-size: 100%} becomes
#header {font-size: 100%}
4) Be sure, though, to extract any styles which truly do apply to the
whole page and don't state them three times with three ids, just state
them normally. If something applies to two sections but not all, #menu h3,
#header h3 {font: 110% Helvetica, Arial, sans-serif;} works fine.

Jul 20 '05 #2
Thank you Neal.
This really helped.

Anna

Neal <ne*****@yahoo. com> wrote in message news:<op******* *******@news.in dividual.net>.. .
On 12 Oct 2004 08:04:21 -0700, Anna <an**@ubaccess. com> wrote:
Hi all.

I want to create a noframes version of a certain page (not written by
me),
that has three frames, each loading a page with few external
stylesheets.


Excellent decision.
If I copy the content of each framed page into a div on the noframes
page,
and put all the external links to stylesheets in the head, different
styles
override each other and the page looks like a mess.


You'll have to sort that out. I'd do the following:

1) Wrap each section in a div with an id.
2) Edit each of the three stylesheets so that, say, h2 {font: 120%
Helvetica, Arial, sans-serif;} becomes #menu h2 {font: 120% Helvetica,
Arial, sans-serif;}
3) References to the body element which do not apply to the whole page
need to be changed to refer to the id. So body {font-size: 100%} becomes
#header {font-size: 100%}
4) Be sure, though, to extract any styles which truly do apply to the
whole page and don't state them three times with three ids, just state
them normally. If something applies to two sections but not all, #menu h3,
#header h3 {font: 110% Helvetica, Arial, sans-serif;} works fine.

Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2965
by: fartsniff | last post by:
hello all, i am using FRAMES on my PHP site, basically i am using just on frame with the entire site inside. this is mainly for cosmetics so that http://www.mydomain.com always is displayed in the address bar instead of every single variable and value being passed ;) a cleaner look imo. anyways, my index.htm looks like this: <html> <head> <title>mydomain.com</title>
11
1993
by: annie | last post by:
Hello all. I am writing an XSL stylesheet that automatically converts a page with frames to a noframes equivalent of this page, using tables. I can get the positioning of each frame write in the table layout, and the only problem left is the dimensions of each cell. So my question is: Is there any way of automatically calculating the sizing of each table cell, representing a frame, so that the resulting page will look like
82
6310
by: Eric Lindsay | last post by:
I have been trying to get a better understanding of simple HTML, but I am finding conflicting information is very common. Not only that, even in what seemed elementary and without any possibility of getting wrong it seems I am on very shaky ground . For example, pretty much every book and web course on html that I have read tells me I must include <html>, <head> and <body> tag pairs. I have always done that, and never questioned it. ...
89
3873
by: Randy Webb | last post by:
There is an updated version of the FAQ at: <URL: http://jibbering.com/faq/newfaq/> The changes/modifications to date are: 2.3 Corrected "span" to "spam". 2.3 Updated with a note about not posting copyrighted material. 2.3 Removed paragraph about Google Groups. 2.3 Para 5 Added note about code being executable as transmitted. 2.4 Made an LI list of the answers.
0
8683
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9170
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9031
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8902
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8873
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7740
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4372
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2339
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.