Blake West wrote;
> To clarify:
> I use Firefox and can apply user-defined styles based on a domain. So
> I wanted to style each email interface differently so I could tell
> them apart. The stylesheet is not referenced by any of the pages,
> frameset page or content pages, but is instead applied by the browser.
> I'm just trying to apply a particular end-user style sheet.
Yes, sometimes websites just must be fixed clientside. How does one set
up FF to have domain specific stylesheet?
> I think there has to be a way to use CSS selectors to point to the
> content in a specific frame.
Not possible. That doesn't mean that you can't do what you want...
> If I figure it out, I'll post it back
> here.
There must URLs in those files, that differ from one another, but stay
always same? Or something other unique stuff?
You can style using them. In firefox, you can also use some CSS3
selectors, which makes it easier.
a[href="example.example/?foobar"] {color: red;}
for
<a href="example.example/?foobar">adfs</a>
My dated page
http://www.student.oulu.fi/~laurirai/www/css/userstyles/
(examples don't work anymore)
Another good bet is body[onload="whatever"]
Havent tested userstyle exept in Opera 6+
> Microsoft is the one that uses the frames, not me.
Which you should have said in the firstplace. Because it changes
everything. In here, as this is www.authoring in group name, we always
assume web authoring, unless otherwise mentioned. Especially when post
looks like it was done by newbie.

Signature
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Blake West - 29 Oct 2004 03:52 GMT
Lauri Raittila <lauri@raittila.cjb.net> wrote...
> Yes, sometimes websites just must be fixed clientside. How does one set
> up FF to have domain specific stylesheet?
Use the uriID extension (I'm using Firefox 1.0PR)
http://extensionroom.mozdev.org/more-info/uriid
I wound up just settling with applying the following styles in my
userContent.css file:
body#mail-urlnumberone-com {background-color:red;}
body#mail-urlnumbertwo-com {background-color:green;}
body#mail-urlnumberthree-com {background-color:black;}
These styles get applied to the body tags in both frames. It would
look better if I could just apply the styles to one of the two frames,
but I'm happy with the solution.
My co-worker that uses IE is a little jealous.
BTW folks seem to be kinda touchy about the whole frames thing.
> Microsoft is the one that uses the frames, not me.
I couldn't find "frameset" in line 1 of the source text of
http://www.microsoft.com .

Signature
Top-posting.
What's the most irritating thing on Usenet?