[css-d] a:link in inline style, how?

2006-09-15 Thread Tee Peng
Hi I need to do a inline style css that will be in the html mark. It looks something like this div style=font: arial; color: white; background: green; Link here/div. p style=font-size: 1.1emspan style=font-size: .7em; color: #eeepowered by/spanXXX DOT COM /P The reason it needs to be

[css-d] Netscape 4 screenshots

2006-09-15 Thread Ingo
Hi all, I re-used some CSS of another person and assume that the main part of it was hidden from Netscape 4 via style type=text/css !-- @import url(style.css); -- /style Right? I would like to check http://www.vip-plus.de for Netscape 4 (now that I don't hide style.css from it).

Re: [css-d] Netscape 4 screenshots

2006-09-15 Thread Christian Heilmann
for Netscape 4 (now that I don't hide style.css from it). Browsershots.org unfortunately offers no Netscape 4 option. Is there any else way to get a sceenshot? Install it? http://browsers.evolt.org/?navigator/32bit -- Chris Heilmann Book: http://www.beginningjavascript.com Blog:

Re: [css-d] Netscape 4 screenshots

2006-09-15 Thread Ingo
On Fri, 15 Sep 2006 08:54:00 +0100 Christian Heilmann [EMAIL PROTECTED] wrote: for Netscape 4 (now that I don't hide style.css from it). Browsershots.org unfortunately offers no Netscape 4 option. Is there any else way to get a sceenshot? Install it?

Re: [css-d] Netscape 4 screenshots

2006-09-15 Thread Tony Crockford
Ingo wrote: for Netscape 4 (now that I don't hide style.css from it). Browsershots.org unfortunately offers no Netscape 4 option. Is there any else way to get a sceenshot? http://www.browsercam.com/public.aspx?proj_id=284499 hth

Re: [css-d] Netscape 4 screenshots

2006-09-15 Thread Dave Goodchild
Install it, it takes 5 mins. I think the growing consensus is that we no longer need to accommodate N4, unless you have a target audience that you know uses it (perhaps a penal colony on the Moon). Am I wrong? With the advent of IE7 it may be that IE5/5.5 are the new N4!

[css-d] Styling iframe from parent HTML

2006-09-15 Thread darren
Is is possible to change the body class within iFrame's source HTML from the iframes parent page? Obviously the code below is not functional, it is for example only. I have tried several ideas but nothing I try seems to work. Many thanks for any advice. style .blue { background-color: blue;

Re: [css-d] Netscape 4 screenshots

2006-09-15 Thread Ingo
On Fri, 15 Sep 2006 09:57:54 +0100 Tony Crockford [EMAIL PROTECTED] wrote: http://www.browsercam.com/public.aspx?proj_id=284499 Wow, thanks! Gruss, Ingo __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Netscape 4 screenshots

2006-09-15 Thread Bradley Wright
On 15/09/2006 10:03, Dave Goodchild wrote: I think the growing consensus is that we no longer need to accommodate N4 Indeed. Even Yahoo! no longer officially supports Netscape 4.0: http://developer.yahoo.com/yui/articles/gbs/gbs_browser-chart.html and they're even potentially throwing out IE

[css-d] Overlapping div/content problem

2006-09-15 Thread Bruce MacKay
Hi folks, I have a problem with the content of divs overlapping each other - in Firefox but not IE6 The example page is at: http://horticulture127.massey.ac.nz/virtualflowers_v1.asp If numbers are entered into the first practice tool and submitted, model answers that are returned (through an

Re: [css-d] a:link in inline style, how?

2006-09-15 Thread Roger Roelofs
Tee, On Sep 15, 2006, at 2:45 AM, Tee Peng wrote: Hi I need to do a inline style css that will be in the html mark. It looks something like this div style=font: arial; color: white; background: green; Link here/div. p style=font-size: 1.1emspan style=font-size: .7em; color: #eeepowered

Re: [css-d] Overlapping div/content problem

2006-09-15 Thread Robin Fisher
On 9/15/06, Bruce MacKay [EMAIL PROTECTED] wrote: Hi folks, I have a problem with the content of divs overlapping each other - in Firefox but not IE6 The example page is at: http://horticulture127.massey.ac.nz/virtualflowers_v1.asp If numbers are entered into the first practice tool and

Re: [css-d] applying :hover pseudoclass on an inline style

2006-09-15 Thread David Dorward
On 15/09/06, Andy Mosmiller [EMAIL PROTECTED] wrote: Anyway, I would like to be able to define my own look for the a tag within my ad, and I want to be able to include :hover and :visited options if possible. [ with inline style attributes ] WC3 says it is possible No, they don't, and it

Re: [css-d] Netscape 4 screenshots

2006-09-15 Thread Dejan Kozina
Unless I got it wrong, you are actually hiding your 2nd stylesheet declaring media=screen. NN4 would accept stylesheets only with no media declaration or media=all (and within link only). djn Ingo wrote: On Fri, 15 Sep 2006 09:57:54 +0100 Tony Crockford [EMAIL PROTECTED] wrote:

Re: [css-d] Link not working in Firefox

2006-09-15 Thread Portman
Thank you Francky. I appreciate the info and will look into fixing that. :-) Riva francky wrote: Hi Riva, I have searched too for some time (it's not an easy one!), and no solution, but I guess a direction. I noticed you've used temp borders for the containers in the css for your

[css-d] align 3 divs in a row

2006-09-15 Thread Bevan Christians
Hi, I'm a bit new to CSS. and i've tried googling but i may getting the search terms wrong. Question: I have 3 divs in a row with a parent div. in Firefox they align up perfectly (horizontally), yet in IE the #slider_track div pushes lower than the other two DIVS so it looks like: __

Re: [css-d] Netscape 4 screenshots

2006-09-15 Thread Ingo
On Fri, 15 Sep 2006 13:44:09 +0200 Dejan Kozina [EMAIL PROTECTED] wrote: Unless I got it wrong, you are actually hiding your 2nd stylesheet declaring media=screen. NN4 would accept stylesheets only with no media declaration or media=all (and within link only). Exactly. Originally the main

Re: [css-d] align 3 divs in a row

2006-09-15 Thread Bradley Wright
On 15/09/2006 12:55, Bevan Christians wrote: Is there any particular reason for this? It seems to me that if you adjust the width of #slider_track to something lower (like 75px) it sits back up in the middle, so I'd say it's a calculations issue. There are some other things, too: 1) IE

Re: [css-d] align 3 divs in a row

2006-09-15 Thread Bradley Wright
On 15/09/2006 13:53, Bradley Wright wrote: #slider_holder div { margin:0; padding:0; border: 1px solid #000; text-align:center; position: absolute; } #slider_holder { width: 150px; margin-left:5px; margin-right:5px;

Re: [css-d] align 3 divs in a row

2006-09-15 Thread ~davidLaakso
Bevan Christians wrote: Hi, I'm a bit new to CSS. and i've tried googling but i may getting the search terms wrong. Question: I have 3 divs in a row with a parent div. in Firefox they align up perfectly (horizontally), yet in IE the #slider_track div pushes lower than the other two DIVS so

[css-d] text-align: right

2006-09-15 Thread Scott Povlot
I am having a problem aligning text on the right. Oddly, my CSS works in IE6/Win but is not working on Firefox. The website is http://www.piedmont-div.org/ser2007/ . In the header, there is a Sponsor By paragraph that should be right aligned. On Firefox, the text shows as left aligned.

Re: [css-d] text-align: right

2006-09-15 Thread cj
i didn't look that close, but putting text-align in the #header #sponsor area aligned it right when doing a quick live css edit. #header #sponsor { float: right; margin-right: 50px; text-align: right; /* i added this */ }

Re: [css-d] Framing my menu (for horizontal scrolling photo gallery)

2006-09-15 Thread richard n
No PC here, so can someone let me know if it works? Here it is: HTML: http://www.richardnicholson.com/testing/menu_with_frames3/editorial.html CSS: http://www.richardnicholson.com/testing/menu_with_frames3/menu.css CSS for IE6:

Re: [css-d] Framing my menu (for horizontal scrolling photo gallery)

2006-09-15 Thread Gunlaug Sørtun
richard n wrote: http://www.richardnicholson.com/testing/menu_with_frames3/editorial.html Well in the end I had to phone a friend - and it doesn't work on IE6 PC (no scrollbar)... Possibly because I trimmed away too much of Roger Johansson's code... Thereagain, Roger's final words in

Re: [css-d] Link not working in Firefox

2006-09-15 Thread Dave Pierce
Roger Rapidly Rote...(hey, hooked on phonics works!) I am almost done with a site that worked until I added a link to the home page. The link works fine in IE but not in Firefox. I have searched high and low and am close to pulling my hair out - if someone could tell me why it won't work in

[css-d] IE7 ignoring margin in certain conditions with other rules

2006-09-15 Thread cj
ok guys, i've got a weird one here. i'm taking a day to go through some of my pages to make sure they look decent in ie7, and i noticed that on one of my expandable pages that ie7 was ignoring my margin-left on an h2. i did my usually hack and slash debug method of deleting chunks of my css file

Re: [css-d] Link not working in Firefox

2006-09-15 Thread Portman
Gee, thanks for sending that. Can I ask when you did it? I updated the page recently and was wondering if that is something I created by fixing the link problem. Thanks, Riva Dave Pierce wrote: Roger Rapidly Rote...(hey, hooked on phonics works!) Roger, dunno about the links, but there's

Re: [css-d] IE7 ignoring margin in certain conditions with other rules

2006-09-15 Thread cj
and i of course forget to post a link. sorry about that everyone. http://sltclan.com/cj/css-d/h2margin.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] Framing my menu (for horizontal scrolling photo gallery)

2006-09-15 Thread richard n
You should have read _one_ comment further down in that article, as you'll find working solutions linked in there. They may not seem to be of much use for CSS frames, but they apply perfectly for such cases. That's why I added them :-) http://www.gunlaug.no/contents/wd_additions_15.html

Re: [css-d] Link not working in Firefox

2006-09-15 Thread Portman
I was afraid of that. Thanks. P.S. Is Safari a free download? Dave Pierce wrote: Riva, Saw it about half hour ago. Dave __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub

Re: [css-d] Styling iframe from parent HTML

2006-09-15 Thread Manuel Razzari
On 9/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is is possible to change the body class within iFrame's source HTML from the iframes parent page? Darren, I'm not sure if this subject belongs to this list. Anyhow, I've tested the following and it works:

[css-d] Link Classes

2006-09-15 Thread Jason Ogle
Hi there, I'm feeling a little dim-witted and I think I need a refresher from the helpful CSS crew. Please visit www.finelineelectric.com/test/projects.htm My main links (a:) have a border 1px dotted underneath them. I tried creating a pseudo-class for the images on the page mentioned without

Re: [css-d] text-align: right

2006-09-15 Thread Scott Povlot
Thanks. That seems to work. Can you tell me why I would need it on the in the parent div instead of on the p tag? Scott #header #sponsor { float: right; margin-right: 50px; text-align: right; /* i added this */ }

Re: [css-d] Link Classes

2006-09-15 Thread Daniel Hammond
Try making a class for your regular text links. Example: a.link:link { ... } a.link:visited { ... } Etc etc. Or you could try adding: border: 0; ...to your image links. Daniel Hammond www.objectivedesigns.com | -Original Message- | From:

[css-d] I'm sorry.

2006-09-15 Thread Daniel Hammond
Sorry about that last email, folks. I know I forgot to format it correctly to fit the list's standards. Daniel Hammond www.objectivedesigns.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Forms in IE and FF, distances between elements when using float

2006-09-15 Thread Mattias Brändström
Roger Roelofs wrote: Mattias, On Sep 13, 2006, at 4:32 PM, Mattias Brändström wrote: This gives me the a small vertical space between the elements in FF and a big one (perhaps 3 times larger) in IE. What I want is the FF version. Is there some trick to get this to show the same way in IE?

Re: [css-d] Framing my menu (for horizontal scrolling photo gallery)

2006-09-15 Thread Gunlaug Sørtun
richard n wrote: http://www.gunlaug.no/contents/wd_additions_17.html 'Weak spot: the extra div: div#iefix can't handle a horizontal scroll-bar properly on a page like this. [...] I've probably misunderstood (?) Ever so slightly, maybe. I haven't covered all possible layouts that can be

Re: [css-d] Forms in IE and FF, distances between elements when using float

2006-09-15 Thread Gunlaug Sørtun
Mattias Brändström wrote: This gives me the a small vertical space between the elements in FF and a big one (perhaps 3 times larger) in IE. What I want is the FF version. Is there some trick to get this to show the same way in IE? http://keso.brasse.org/foo.html Some lose margins creating

Re: [css-d] Forms in IE and FF, distances between elements when using float

2006-09-15 Thread Mattias Brändström
Gunlaug Sørtun wrote: Mattias Brändström wrote: This gives me the a small vertical space between the elements in FF and a big one (perhaps 3 times larger) in IE. What I want is the FF version. Is there some trick to get this to show the same way in IE? http://keso.brasse.org/foo.html

[css-d] Safari repeating background image

2006-09-15 Thread Bernat Lleonart
Hello, I have this code: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; head meta http-equiv=content-type content=text/html; charset=utf-8 /

[css-d] IE6 problem

2006-09-15 Thread Daniel Hammond
www.meowmeowdesigns.com/site www.meowmeowdesigns.com/site/index.css Works correctly in FF, IE7, and Opera. IE6 messes it all up though. Suggestions, please. Thanks in advance. Daniel Hammond www.objectivedesigns.com __

Re: [css-d] text-align: right

2006-09-15 Thread Zoe M. Gillenwater
Scott Povlot wrote: Thanks. That seems to work. Can you tell me why I would need it on the in the parent div instead of on the p tag? I don't think you should. Looks like a Firefox bug to me. Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center

Re: [css-d] Link Classes

2006-09-15 Thread Zoe M. Gillenwater
Jason Ogle wrote: Please visit www.finelineelectric.com/test/projects.htm My main links (a:) have a border 1px dotted underneath them. I tried creating a pseudo-class for the images on the page mentioned without the border on the hover class, but it's still being overridden by my main a:

[css-d] Fwd: Re: Overlapping div/content problem

2006-09-15 Thread Bruce MacKay
Hi Robin, The main CSS is at http://horticulture127.massey.ac.nz/scripts/master.css Cheers, Bruce On 9/15/06, Bruce MacKay mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: Hi folks, I have a problem with the content of divs overlapping each other - in Firefox but not IE6 The example page

Re: [css-d] IE7 ignoring margin in certain conditions with other rules

2006-09-15 Thread Bruno Fassino
cj wrote: ok guys, i've got a weird one here. i'm taking a day to go through some of my pages to make sure they look decent in ie7, and i noticed that on one of my expandable pages that ie7 was ignoring my margin-left on an h2. i did my usually hack and slash debug method of deleting

[css-d] IE7 and .png files

2006-09-15 Thread Dave Pierce
Can anyone tell me if the new version of IE7 supports transparent PNG files? Thanx CSS true believers, Dave __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] IE7 and .png files

2006-09-15 Thread Jough
Can anyone tell me if the new version of IE7 supports transparent PNG files? Yes, I believe it does. Jough __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] Forms in IE and FF, distances between elements when using float

2006-09-15 Thread Gunlaug Sørtun
Mattias Brändström wrote: [...]Is there some trick to get this to show the same way in IE? http://keso.brasse.org/foo.html div.row {height: 1%;} That removed the gap completely in IE. If I increase the gap to 1em (or more) it still render as no gap in IE. Any idea why that is? Yes,

[css-d] Arrow

2006-09-15 Thread mamrg
Hi, If you care to visit this page: http://www.gamito.org/inscricao.php you'll notice that the arrow of the drop-down menu (curso) is the black-bold-regular one. How can i put it plain and blue ? Any help would be appreciated. Warm Regards, Mário Gamito

Re: [css-d] Arrow

2006-09-15 Thread mamrg
Hi Don, It is the arrow of the drop-down menu, originated from the HTML tag select Warm regards, Mário GAmito Don Miller wrote: If it is a image, must change the color in a program like Photoshop. If it is text, make it part of the link. If you are referring to the cursor of the

Re: [css-d] Framing my menu (for horizontal scrolling photo gallery)

2006-09-15 Thread Gunlaug Sørtun
http://www.richardnicholson.com/testing/menu_with_frames3/editorial.html Ok, the working 'position: fixed' solution for IE6. Replace what's in your 'ie6.css' stylesheet with the following... html,body { background: #fff url(foo) fixed; } #topbar { position: absolute;

Re: [css-d] Framing my menu (for horizontal scrolling photo gallery)

2006-09-15 Thread richard n
Replace what's in your 'ie6.css' stylesheet with the following... html,body { background: #fff url(foo) fixed; } #topbar { position: absolute; left:expression(eval(document.compatMode document.compatMode=='CSS1Compat') ? documentElement.scrollLeft : document.body.scrollLeft); }

Re: [css-d] Framing my menu (for horizontal scrolling photo gallery)

2006-09-15 Thread Gunlaug Sørtun
richard n wrote: Although I don't understand Javascript (well, I think it's JS!), it looks like a neat and compact solution. It's an (IE-)expression - a subset of javascript created by Microsoft and intended for use in stylesheets, but which never made it outside their own windows-browsers. A

Re: [css-d] Link Classes

2006-09-15 Thread francky
Zoe M. Gillenwater wrote: Jason Ogle wrote: Please visit www.finelineelectric.com/test/projects.htm My main links (a:) have a border 1px dotted underneath them. I tried creating a pseudo-class for the images on the page mentioned without the border on the hover class, but it's still being

[css-d] Overlapping div/content problem

2006-09-15 Thread HighPowered
Here's an article that will serve as a good starting point for fixing the expanding box problem that you're having. http://www.positioniseverything.net/explorer/expandingboxbug.html IE is expanding the box to accommodate the overflowing content, but that's actually not a standards-compliant

[css-d] Page Check and Input Button Problem

2006-09-15 Thread Rahul Gonsalves
Dear All, http://mockups.rahulgonsalves.com/mitra/mockup.html My first non-fixed width layout, so I'd like comments on whether this is, if not the best, then at least a good method of constructing a page. One of the problems that I'm facing is that the submit button does not shift its

Re: [css-d] IE6 problem

2006-09-15 Thread ~davidLaakso
Daniel Hammond wrote: www.meowmeowdesigns.com/site www.meowmeowdesigns.com/site/index.css Works correctly in FF, IE7, and Opera. IE6 messes it all up though. Suggestions, please. Thanks in advance. Daniel Hammond See if IE6.0 is more cooperative if you change the padding-right on these

Re: [css-d] CSS Block Element Links

2006-09-15 Thread Bradley Rench
Isn't the problem that the img tag is inside a span tag? If you remove the span tags surrounding short.gif and lst_hotline_120.jpg and put a class attribute on those img tags (e.g. class=tag for short.gif, class=thumb for lst_hotline_120.jpg), does that solve the problem for IE ? On 9/14/06,

[css-d] Disappearing table in IE

2006-09-15 Thread Anne E. Shroeder
http://www.language-works.com/swimdesign/template-6.htm Source code tells me it's there; I can print out text before and after the two div's in the middle of the page (#mainleft and #mainright) but nothing shows up inside those divs! Page and CSS both validate. TIA, Anne

Re: [css-d] CSS Block Element Links

2006-09-15 Thread Daniel Klug
OMG! Thank you for responding! This actually helped! This fixed the problem in IE for the image. I can even float it! Thank you again! Now everything in the anchor is clickable and active. And now for the anal, nit-picky: Although the text is active, if you roll the mouse over it, the cursor

Re: [css-d] CSS Block Element Links

2006-09-15 Thread HighPowered
Add this declaration to your style sheet. span { cursor:pointer; } -JC Daniel Klug wrote: OMG! Thank you for responding! This actually helped! This fixed the problem in IE for the image. I can even float it! Thank you again! Now everything in the anchor is clickable and active. And now