Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Making a common style sheet for IE & netscape

Reply
Thread Tools

Making a common style sheet for IE & netscape

 
 
Mr. x
Guest
Posts: n/a
 
      11-29-2003
Hello,

Can I make a style sheet for any of my elements in the current html page,
that will be common for IE & Netscape ?

default style for <p> <h1> <h2> <td> <mail: ....> , and any of the tags ?

Is there any style sheet in the internet, that can be downloaded ?

Thanks


 
Reply With Quote
 
 
 
 
Hywel Jenkins
Guest
Posts: n/a
 
      11-29-2003
In article <3fc889f4$>, says...
> Hello,
>
> Can I make a style sheet for any of my elements in the current html page,
> that will be common for IE & Netscape ?


Yes. Aren't they all commoon for IE and Netscape? What about Mozilla?
Safari?


> default style for <p> <h1> <h2> <td> <mail: ....> , and any of the tags ?


Did you make "<mail:>" up by yourself?


> Is there any style sheet in the internet, that can be downloaded ?


All stylesheets can be downloaded.


--
Hywel I do not eat quiche
http://hyweljenkins.co.uk/
http://hyweljenkins.co.uk/mfaq.php
 
Reply With Quote
 
 
 
 
Mr. x
Guest
Posts: n/a
 
      11-29-2003
> > Can I make a style sheet for any of my elements in the current html
page,
> > that will be common for IE & Netscape ?

>
> Yes. Aren't they all commoon for IE and Netscape? What about Mozilla?
> Safari?

I have checked also Mozila (Netscape is based on it).
I don't know much about Safari.

> > Is there any style sheet in the internet, that can be downloaded ?

>
> All stylesheets can be downloaded.

Where ?

Look at www.moca.co.il/test/main.html - styles look differently in netscape
and in IE.

Thanks


 
Reply With Quote
 
George Self
Guest
Posts: n/a
 
      11-29-2003
Mr. x wrote:

> Hello,
>
> Can I make a style sheet for any of my elements in the current html page,
> that will be common for IE & Netscape ?
>
> default style for <p> <h1> <h2> <td> <mail: ....> , and any of the tags ?
>
> Is there any style sheet in the internet, that can be downloaded ?
>
> Thanks


You may be interested in the W3C "Core" style sheets. These are basically
seven example sheets (named Chocolate, Midnight, Modernist, Oldstyle,
Steely, Swiss, Traditional, and Ultramarine) they created some time ago.
You can link to their sheets and use them as is on their site - or download
them and change them to fit your application.

Here's a link to help you get started: http://www.w3.org/StyleSheets/Core/

--George
 
Reply With Quote
 
Mr. x
Guest
Posts: n/a
 
      11-29-2003
> You may be interested in the W3C "Core" style sheets. These are basically
> seven example sheets (named Chocolate, Midnight, Modernist, Oldstyle,
> Steely, Swiss, Traditional, and Ultramarine) they created some time ago.
> You can link to their sheets and use them as is on their site - or

download
> them and change them to fit your application.
>
> Here's a link to help you get started: http://www.w3.org/StyleSheets/Core/


Yes, that's what I am looking for.
I see that this is only explanations.
Where are the files, please ?

Thanks


 
Reply With Quote
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      11-29-2003
Quoth the raven named Mr. x:
> Look at www.moca.co.il/test/main.html - styles look differently in
> netscape and in IE.


Egad! An iframe which contains a page of *three* *nested* framesets?

I am surely glad that I don't have to maintain this mess.

> Thanks


You're welcome. You should start over from the beginning and forget
about frames entirely.

--
-bts
-This space intentionally left blank.

 
Reply With Quote
 
PeterMcC
Guest
Posts: n/a
 
      11-29-2003
Mr. x wrote:
>> You may be interested in the W3C "Core" style sheets. These are
>> basically seven example sheets (named Chocolate, Midnight,
>> Modernist, Oldstyle, Steely, Swiss, Traditional, and Ultramarine)
>> they created some time ago. You can link to their sheets and use
>> them as is on their site - or download them and change them to fit
>> your application.
>>
>> Here's a link to help you get started:
>> http://www.w3.org/StyleSheets/Core/

>
> Yes, that's what I am looking for.
> I see that this is only explanations.
> Where are the files, please ?
>


This one gets the Modernist CSS:
http://www.w3.org/StyleSheets/Core/Chocolate.css
Change Chocolate for Midnight, Modernist, Oldstyle, Steely, Swiss,
Traditional, or Ultramarine to taste.

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.

 
Reply With Quote
 
Mr. x
Guest
Posts: n/a
 
      11-29-2003
> Egad! An iframe which contains a page of *three* *nested* framesets?
>
> I am surely glad that I don't have to maintain this mess.
>
> > Thanks

>
> You're welcome. You should start over from the beginning and forget
> about frames entirely.
>
> --



The main reason for using iframe, is just for my page will be seen in
800x600 browser (with scrolling from up to down) - nothing else. I would
preffer a better solution, but I didn't find any.
If you have better advise, please let me know, please.

I want to arrange my screen, so I used the frameset, some of them are aspx
pages, which must be.
I don't want to copy and pasting the entire page, if I know that part of my
screen are fixed and part of them must be changed, so if you advise me
otherwise, I would be glade to hear about it, please (Is there any good
web-programming ?)

Maybe the entire page in flash is a good solution, but what should I do
about the server side (flash support only web services on the server side,
not aspx , am I right ?)

Thanks


 
Reply With Quote
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      11-29-2003
Quoth the raven named Mr. x:

I originally said:
>> Egad! An iframe which contains a page of *three* *nested*
>> framesets?
>>
>> I am surely glad that I don't have to maintain this mess.
>>
>>> Thanks

>>
>> You're welcome. You should start over from the beginning and
>> forget about frames entirely.

>
> The main reason for using iframe, is just for my page will be seen
> in 800x600 browser (with scrolling from up to down) - nothing else.
> I would preffer a better solution, but I didn't find any. If you
> have better advise, please let me know, please.


http://www.allmyfaqs.com/faq.pl?AnySizeDesign

Do not design for a particular monitor resolution. It has no
correlation to the size of the browser window. Not all of your
visitors will have their browser maximized.

> I want to arrange my screen, so I used the frameset, some of them
> are aspx pages, which must be. I don't want to copy and pasting the
> entire page, if I know that part of my screen are fixed and part of
> them must be changed, so if you advise me otherwise, I would be
> glade to hear about it, please (Is there any good web-programming
> ?)


I didn't see anything at your page that required frames at all. Simple
html pages, or generated .aspx pages without frames would do nicely.

If you need to include changing content, use some form of SSI - server
side includes - for that content, but don't use frames. Use CSS divs
and, since you are doing .aspx, use server-side scripting to place the
text.
http://allmyfaqs.com/faq.pl?Include_one_file_in_another
and
http://www.html-faq.com/htmlframes/?framesareevil

I can't imagine that Googlebot could find anything at your site,
buried in frames like that.

> Maybe the entire page in flash is a good solution, but what should
> I do about the server side (flash support only web services on the
> server side, not aspx , am I right ?)


No.

We don't want to start another Flash war, but no, Flash is not your
answer.

> Thanks


Surely.

--
-bts
-This space intentionally left blank.

 
Reply With Quote
 
Mr. x
Guest
Posts: n/a
 
      11-30-2003
Well,
It seems that this doesn't work for my page
(I am using Hebrew, and dir = "rtl" in a table).

You can look at : www.moca.co.il/test/main_home.html
If I put in the header code to include one of the stylesheets - I see almost
nothing of what I have written.

Is there anything special I should do to view my page (is it that I use
Hebrew character set, and rtl, realy the problem here ?)

Thanks

"PeterMcC" <> wrote in message
newsB3yb.14560$...
> Mr. x wrote:
> >> You may be interested in the W3C "Core" style sheets. These are
> >> basically seven example sheets (named Chocolate, Midnight,
> >> Modernist, Oldstyle, Steely, Swiss, Traditional, and Ultramarine)
> >> they created some time ago. You can link to their sheets and use
> >> them as is on their site - or download them and change them to fit
> >> your application.
> >>
> >> Here's a link to help you get started:
> >> http://www.w3.org/StyleSheets/Core/

> >
> > Yes, that's what I am looking for.
> > I see that this is only explanations.
> > Where are the files, please ?
> >

>
> This one gets the Modernist CSS:
> http://www.w3.org/StyleSheets/Core/Chocolate.css
> Change Chocolate for Midnight, Modernist, Oldstyle, Steely, Swiss,
> Traditional, or Ultramarine to taste.
>
> --
> PeterMcC
> If you feel that any of the above is incorrect,
> inappropriate or offensive in any way,
> please ignore it and accept my apologies.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can *common* struct-members of 2 different struct-types, that are thesame for the first common members, be accessed via pointer cast to either struct-type? John Reye C Programming 28 05-08-2012 12:24 AM
java.lang.NoSuchMethodError: wm.common.session.Common.getCustRptListFromMax Denny Java 1 05-01-2008 07:33 AM
making entire spread sheet as active record katthi Ruby 2 05-29-2007 04:34 PM
Content Page specific style style sheet rshillington@gmail.com ASP .Net 0 07-14-2006 03:45 PM
Need help with Style conversion from Style object to Style key/value collection. Ken Varn ASP .Net Building Controls 0 04-26-2004 07:06 PM



Advertisments
 



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 53 54 55 56 57