mozilla-xp.com | Post Question | Search | About | Groups | Contact | Register | Login



mozilla feedback firefox (6093)

mozilla feedback (2053)

mozilla feedback firefox prerelease (1988)

mozilla feedback companion ebay (1608)

mozilla feedback thunderbird (855)

mozilla support thunderbird (791)

mozilla support seamonkey (503)

mozilla dev tech crypto checkins (460)

mozilla support firefox (399)

mozilla support bugzilla (386)

mozilla dev extensions (354)

mozilla feedback thunderbird prerelease (332)

netscape public mozilla reviewers (272)

mozilla dev mdc feedback (270)

netscape public beta feedback (268)

netscape public mozilla crypto checkins (265)

mozilla dev apps thunderbird (248)

netscape public mozilla jobs (224)

mozilla dev tech plugins (193)

mozilla dev apps firefox (189)

mozilla dev tech xul (188)

mozilla dev apps calendar (185)

mozilla dev embedding (181)

netscape public mozilla embedding (177)

netscape public mozilla test (174)

netscape public dev xul (169)

mozilla dev planning (166)

mozilla support calendar (166)

mozilla dev tech js-engine rhino (163)

mozilla test (162)

netscape public mozilla jseng (160)

netscape public mozilla crash-data (159)

netscape public mozilla xpcom (159)

mozilla dev platforms mobile (157)

mozilla dev platform (155)

mozilla jobs (153)

mozilla marketing (153)

mozilla dev builds (152)

netscape public mozilla layout xslt (151)

mozilla dev tech xpcom (150)

mozilla dev accessibility (147)

mozilla support webtools (146)

netscape public mozilla webtools (141)

netscape public mozilla gtk (136)

mozilla dev tech java (135)

netscape public mozilla calendar (135)

mozilla community drumbeat (134)

mozilla dev tree-management (131)

mozilla dev apps bugzilla (130)

netscape public mozilla i18n (130)

netscape public mozilla prefs (129)

netscape public mozilla qa general (129)

mozilla dev amo (128)

netscape public mozilla rdf (126)

netscape public mozilla xpinstall (126)

netscape public mozilla xml (124)

netscape public mozilla xpfe (123)

netscape public mozilla plugins (122)

netscape public mozilla java (122)

netscape public mozilla ui (119)

netscape public mozilla accessibility (118)

netscape public mozilla wishlist (117)

netscape public mozilla mac (116)

mozilla dev tech js-engine (116)

mozilla dev apps seamonkey (116)

netscape public mozilla general (113)

netscape public mozilla mathml (112)

netscape public mozilla crypto (112)

netscape public mozilla beos (111)

netscape public mozilla jsdebugger (110)

netscape public mozilla license (109)

mozilla dev tech crypto (109)

netscape public mozilla qa browser (109)

mozilla wishlist (107)

mozilla dev tech xforms (106)

netscape public mozilla directory (106)

netscape public mozilla editor (106)

mozilla dev quality (106)

netscape public mozilla macosx (106)

mozilla dev apps js-debugger (105)

netscape public mozilla performance (103)

netscape public mozilla builds (100)

mozilla dev ports os2 (100)

netscape public mozilla qt (98)

netscape public mozilla mail-news (97)

mozilla announce (96)

netscape public mozilla documentation (94)

netscape public mozilla os2 (93)

netscape public mozilla nspr (93)

netscape public mozilla netlib (93)

netscape public mozilla style (92)

mozilla support planning (92)

netscape public mozilla patches (91)

mozilla dev l10n web (90)

mozilla dev tech nspr (89)

mozilla dev mdc (87)

mozilla dev tech network (86)

mozilla dev tech css (86)

mozilla dev l10n cs (85)

netscape public mozilla layout (84)


mozilla.dev.tech.css Post New
Items(86)
Subject Posted Replies From
Anybody here anymore (FF css borders cause slugglish scrolling)?

This place looks deserted. ... anyway I have an administrative page at my web site the displays member entries in a table (Php, MySQL). One member entry per row. I have defined selectors for the table cells to create a subtle 3D look for each table cell - highlight border for top and left, shadow border for bottom and right: td.header { background: #597DA2; color: #eee; text-align: center; font-weight: bold; padding: 2px 3px 2px 3px; border-top: 2px solid white; border-left: 2px solid white; border-bottom: 2px solid #ccc; border-right: 2px solid

2/24/2010 5:02:38 AM 0 Chuck Anderson <webss...@seemy.sig>



Who does Mozilla Follow for CSS specifications

Hi I notice that Firefox is more CSS compliant that IE8. What is the governing body that decides the direction of the CSS and other languages our browsers use.. Thank you.. .... www.udopage.com

1/17/2010 11:23:50 AM 0 "Peter" <nos...@udopage.com>
Toolbarbutton and -moz-box-orient

Hi, I try to make styles that allow me to change toolbar button labels orientation. I want to have icons besides text. I want to control this functionality by attribute �myorient� in toolbar node. So I created following styles: @import url("chrome://global/skin/"); @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); toolbar[myorient="horizontal"] .toolbarbutton-1, toolbar[myorient="horizontal"] .toolbarbutton-1[type="menu-button"] > ..toolbarbutton-menubutton-button { -moz-box-orient: horizontal !imp

1/14/2010 2:58:52 PM 0 =?windows-1252?Q?Pavol_Mi=9A=EDk?= <pmi...@gmail.com>
Draw inner box-shadow on top of content for replaced elements?

This is a trial balloon -- it would ultimately need to get brought up to www-style, but I thought it might be good to see what we thought of it internally. The current specification of (-moz-)box-shadow says that "inset shadows are drawn above the background, but below the border and content." It seems to me that this is not a useful semantic for replaced elements. Consider <img> -- unless the image is known to be transparent throughout the inset-shadow area, you lose the shadow. By way of motivating example, consider http://people.mozilla.org/~zweinberg/inner-box-shadow-for-repl

12/16/2009 2:16:20 AM 1 Zack Weinberg <zweinb...@mozilla.com>
Differences between native Mac OS X theme and MacOSX Theme on Linux

Hello, I am trying to place my extension's icon into an urlbar, but I am experiencing visibility differences between native Mac OS X theme and MacOSX Theme on Linux. There is a problem with urlbar's border that behaves correctly on Linux, however on MacOSX fails. Here are some screenshots: http://www.pixhost.org/show/338/1050698_urlbar-linux.png http://www.pixhost.org/show/338/1050699_urlbar-macosx.png XUL overlay for my icon is following: <textbox id="urlbar"> <box id="mybox1"> <hbox id="mybox2" ...> <image id="myicon1" class="urlbar-icon"/>

11/27/2009 11:14:00 AM 1 zmichl <zbynek.mi...@nic.cz>
Bug with a:link pseudo class in FF Win/Mac

Hi, while coding up a recent project I noticed some strange behavior in Firefox (3.5.5 OS X / 3.5.7 Win). Not all links receive the pseudo class a:link. Setting a css property in the following way: a {cursor: default;} a:link {cursor:pointer;} The Goal was to have Anchors not display the "Hand" cursor while Hyperlinks should display it. This results in random display of the "Hand" cursor for links. I can't see any pattern in this. Absolute and relative urls show this behavior. Even a link to the same page with just a different hash results in different display. I don't

11/13/2009 11:00:07 AM 2 Torsten <twalte...@googlemail.com>
moz-column-width in XUL

Hi all, Is it possible to apply the CSS3 property -moz-column-width in XUL, and if so to which elements? Re-reading ROC's original blog post here: http://weblogs.mozillazine.org/roc/archives/2005/03/gecko_18_for_we.html doesn't suggest it isn't possible. I had been hoping to create a multi-column list view from it, which didn't work. Then I tried the XUL below, to get dynamic re-flow: <xul:box flex="1" style="overflow: auto;"> <xul:description flex="1" style="-moz-column-width:100px;"> <xul:label value="abc"/> <xul:label value="xyz"/> <xul:label value="123"/>

10/16/2009 3:33:28 PM 1 <"neil.stansbury () redbacksystems ! com">
Precedence when checking for more than one attribute

Hi I have two rule sets: toolbarbutton[command="cmd_newMainWindow"][type="menu-button"] { list-style-image: url("chrome://gmL/skin/newMainWindow_small.png"); } toolbarbutton[command="cmd_newMainWindow"] { list-style-image: url("chrome://gmL/skin/newMainWindow.png"); } What I want is to use a smaller image for the toolbar button, when it is of type "menu-button". What I expect is the more precise selector to have precedence over the less precise selector. In this case the first one is more precise, because it matches only on toolbar buttons with both attributes set acc

9/13/2009 4:33:00 PM 0 =?UTF-8?B?R2VvcmcgTWFhw58=?= <ge...@bioshop.de>
page-break-inside: avoid

hi :-) <http://www.haarbacher-trommel.de/aktuelles/jagd/jagerlobby-landratsamt-p assau/> why "page-break-inside: avoid" doesn't work ? -- T�l�assistance / T�l�maintenance http://www.portparallele.com/ThomasDECONTES/

9/13/2009 10:55:48 AM 2 Thomas <fantome.forums.tDeCon...@free.fr.invalid>
Default CSS

Is there someplace I can see the CSS defaults that Gecko applies when my style sheets don't specify some properties for an element or don't specify any properties at all for an element? Please don't suggest that I examine code. What I would really like to see is a default style sheet. -- David E. Ross <http://www.rossde.com/> Go to Mozdev at <http://www.mozdev.org/> for quick access to extensions for Firefox, Thunderbird, SeaMonkey, and other Mozilla-related applications. You can access Mozdev much more quickly than you can Mozilla Add-Ons.

8/30/2009 7:38:35 PM 2 "David E. Ross" <nob...@nowhere.not>
Can click through whitespace of panel that has "background-color: transparent" -> losing focus

Hey, I do have a panel over Firefox's main window. The panel has a transparent background. unfortunately you can now click through the panel on the UI elements below it (when clicking on white-space), or if the panel is above a text field, the cursor will change. This is obviously by design and probably makes sense in many situations, but doesn't make sense in others. Is there a W3C- definition that "transparent" means like "air" and not like "glass" concerning the focus? Is there a way to make a transparent panel, that won't lose focus when clicking on white-space? Thanks a

7/30/2009 12:23:30 PM 3 Jaywalker <andre.selmana...@googlemail.com>
print-css size measurements arbitrarily ignored by FF 3

I am trying to create an exact print layout so the physical paper output matches the size of some actual physical objects. I use standards-compliant CSS2.x with standards-compliant XHTML 1.x. But Firefox 3.0.0.x is causing problems by sometimes ignoring the specified size measurements and scaling the entire output to a completely different size. What is going on and how do I control it?

7/8/2009 5:39:05 PM 1 Jakob Bohm <alkwtoposvugsiv...@jbohm.dk>
Not in focus

When a message in the message list is selected and in focus you specify: treechildren::-moz-tree-cell-text(selected, focus) { ... } How do you specify when a message is selected but _not_ in focus? emf -- It ain't THAT, babe! - A radical reinterpretation http://www.geocities.com/itaintme_babe/itaintme.html

6/6/2009 10:02:01 AM 1 Eustace <emf...@gmail.com>
Specified, Computed, Used, Actual values

Hi everybody, newbie here... I'm a bit puzzled about the implementation details of the CSS standard and I'm looking at Mozilla in search of inspiration. In theory, Specified, Computed, Used and Actual values are relatively clear. The specified value comes from the content model/style sheet or is a default value, computed is an absolutized or inherited version of the specified value, used is the computed value in light of the actual layout of the document and the actual value deals with limitations of the output device or media. But questions quickly multiply when trying to im

5/26/2009 10:58:18 PM 0 "Emanuele D'Arrigo" <man...@gmail.com>
Vertical table margins do not collapse with adjacent margins

This is a multi-part message in MIME format. --------------060200070007090605050607 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit [Followup-To set to mozilla.dev.tech.css] Is there a reason vertical table margins do not collapse with adjacent margins? Trying the attached example with Safari 4 Beta, Opera 10 Alpha and Internet Explorer 8 seems to collapse margins all right. -- Stanimir --------------060200070007090605050607 Content-Type: text/html; charset=US-ASCII; name="margin-collapse.html" Content-Transfer-Encoding: 7

5/12/2009 11:07:44 AM 1 Stanimir Stamenkov <s7a...@netscape.net>
-moz-image-region for background-image

Hi, I was just wondering if there were any plans on making a "-moz-image- region" for "background-image" in CSS for (X)HTML? /Jeffrey Ridout P.S. Posted this in mozilla.dev.tech.layout first since I didn't see mozilla.dev.tech.css

5/8/2009 1:15:41 PM 0 CyberSliver <cybersli...@gmail.com>
Harmonizing HTML and XHTML selector behavior

On public-html, the issue of how to deal with both upper-case selectors matching HTML nodes on one hand and with camelCase selectors matching SVG camelCase nodes in the same tree on the other hand converged on making selectors have two internal local name atoms: one that is ASCII-lowercased and is used when compared against HTML nodes and another that is in the original case and used for comparing against other element nodes. http://lists.w3.org/Archives/Public/public-html/2009Apr/0081.html If this is indeed the solution that gets implemented for HTML documents, is there an

4/6/2009 9:55:19 AM 1 Henri Sivonen <hsivo...@iki.fi>
height/line-height in <td> rendering

Hi. I am building a <table> using some <td> that contains only images and other that contains only text, please look at: (example at http://elrond.aspix.it/tests/mozillaHeight.html) It seems that if I set "line-height:0px" Firefox build different tables compared with Opera and Safari ones (I think that Opera and Safari are right but it sound strange to me, maybe that I don't understand correcly css rules). If the tables uses borders all works fine... thank you Edoardo

3/23/2009 3:22:33 PM 0 Edoardo Panfili <edoa...@aspix.it>
testing a theme(skin)

Hallo all, I'm not sure this is the right palce to post my ask but I saw that the themes mailing list is very little frequented. I'm learning how to modify and ( after thist to create) a theme ( or skin) . I found very good guides in mozilla dveelopment web site but I've still two doubts. First: there is a way to test the changes in a theme ( default or new created) without repackage and install it as extension every time I make a change? Second: where can I found a guide or a reference for attributes sach"moz-orient or so" that is not included in the standard CSS referen

3/12/2009 10:12:34 AM 1 Alessia <ale...@gmail.com>
Regression in the way broken font property values are parsed.

If you open http://wiki.developers.facebook.com/index.php/Main_Page with Firefox 3.1 or 3.2 you'll notice that the fonts on this page are huge. What happens is that there's a declaration on the body: body { font: x-small 'lucida grande' sans-serif; } but the size in that property is ignored. The coma between the font families is missing, so that should be invalid. Firefox 2, Opera 9.6/10, IE7, and WebKit all do still consider the size in the invalid property. It regressed between 2008-08-10-02 and 2008-08-11-02 which could be related to the @font-face landing. So t

3/4/2009 5:20:01 PM 1 Sylvain Pasche <sylvain.pas...@gmail.com>
XHTML - BODY Background

This is a multi-part message in MIME format. --------------090000090100090402050709 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit [Re-sending as it seems the message didn't really made it through with base64 encoded attachment.] Using Firefox 3.0 (and 3.1) I've noticed the background color set on the <body> element of an XHTML document becomes background color of the canvas. This behavior is different from Firefox 2.0 and what the CSS 2.1 spec <http://www.w3.org/TR/CSS21/colors.html#background> states: > For HTML documents wh

2/7/2009 1:40:30 PM 4 Stanimir Stamenkov <s7a...@netscape.net>
problem to display border in IE7 and firefox

hello sir, my problem is that i have one listbox for displaying city list in this if i give any border colour like in "style:....." tag than its working only in FF which exactly i want but not working in IE7..... and my another question is that i have <hr> tag, the working in both browser is totally different IE7 not support some extra space while FF support some space problem. for that i add padding:0 and margine:0 but still my problem is there can u help me?????? please reply soon....

1/27/2009 12:30:05 PM 5 jolly_son...@yahoo.co.in
xul iframe style inheritence (ONLY background) ?

I notice that for some "particular" reason that the style background property on a XUL iframe element is inherited . .... but that seems to be about all . 1, Is there any reason why ONLY the background property is ? .. or is it a bug? 2. personally I would like to be able to choose if XUL iframes inherit the currently active style properties because it would be simple to impliment a HOUSE style ie rather than add a stylesheet to each "application document", it could be inherited from the XUL iframe element however I understand that such inhertence must b

1/9/2009 7:20:00 PM 6 "rvj" <...@rolemodels.net>
What is the syntax for stylesheet information inside a XUL files

Hi, In add-on development for FF a stylesheet file is imported as follow <?xml version="1.0"?> <?xml-stylesheet href="chrome://app/content/stylefile.css"?> <window> ... </window> but is it possible to enter the style information directly into the xul file and skip the stylefile.css? If so, what is the syntax?

1/6/2009 10:39:45 AM 0 pelle2...@gmail.com
-moz-cellhighlight color

This is a multi-part message in MIME format. --------------080808050000040706080808 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit How is the -moz-cellhighlight color determined on a Windows system? When I first discovered this value [1] I've thought it might/should be the one I see in the Windows Explorer highlighting the sort column (observe the background color of the "Name" and "Type" columns): (using my custom color scheme) http://www.geocities.com/stanio/temp/explorer-hl-1a.png http://www.geocities.com/stanio/temp/explorer

12/6/2008 6:48:58 PM 1 Stanimir Stamenkov <s7a...@netscape.net>
Revert a styled SELECT in FF3/Mac back to default (ThreeDFace)

By default FF3 renders a select element with the native system look ( I'm on a Mac). I'm working on a large site where I need to override the site default styling for a SELECT ( border:1px solid #color). If I try to re-apply the original firefox rule ( as seen in firebug): border:2px inset threedface I still don't get the system look back, any ideas?

12/5/2008 3:33:18 PM 0 doug...@gmail.com
is the content inserted via the content attribute accessable in script?

Given a class style such as .male:before { content:"Mr. "; } is possible to read the concatenated result ??? so given <tag class="male">Foo</tag> string= document.getElementById('ele').......some function then string would contain Mr. Foo .... would getcomputedstyle style help?

11/23/2008 9:11:36 AM 1 "rvj" <...@rolemodels.net>
focus on table row ?

should it be possible to set focus on a table row? ..... if not is there any other (pseudo) method for setting applying css to the current row? ps I know I can use classes but it seems a bit of a hack

11/15/2008 12:14:01 PM 4 "rvj" <...@rolemodels.net>
Having trouble with BODY tag bottom margin/padding

Hello - So I'm currently trying my best to get rid of this bottom margin on a page in Firefox 3. This code seems to work fine for IE6 and IE7, but Firefox doesn't seem to get it: <pre>body {margin:0; padding:0; border:0; z-index:1}</pre> Can anyone tell me what I'm doing wrong here? Is there any other way to override Firefox's default margins on pages? Thanks for the help.

11/12/2008 2:51:01 PM 2 brasswatch...@gmail.com
Forms hidden inside tables by default?

Hi all, Can anyone explain to me the rationale behind the following (from html.css)? tr > form:-moz-is-html, tbody > form:-moz-is-html, thead > form:-moz-is-html, tfoot > form:-moz-is-html, table > form:-moz-is-html { /* Important: don't show these forms in HTML */ display: none !important; } I have a funny feeling that this is supposed to target REALLY bad markup, and the moz-is-html may relate to the DOCTYPE in some fashion, but specific details would be good (that comment could be a bit more helpful). I ask because I'm trying to view content on a website (not mine) but

11/11/2008 12:34:14 PM 0 "Bobby Jack" <bobbyj...@gmail.com>
CSS template issue with Firefox

I did a template override and made a joomla template that looks very nice. I have tested the template with Firefox, IE7 and Safari. When using the Firefox browser, the Background image is not following the bottom when i scroll down. See for your self: http://www.northernlightinsight.com/retreats.html I cant find anywhere on the web that target this issue. Can someone help me ? Here is my css: html { height: 100%; } form { margin: 0; padding: 0; } img,table { border:none; } table { vertical-align:top; } body { border-top: 10px solid #906; fo

11/11/2008 2:27:12 AM 0 tep...@gmail.com
HTML Table freeze columns

Dear Friends I want make two or any number columns of an html table to freeze while i do horizontal scroll something like freeze pane in excel is it possible on firefox

11/5/2008 2:47:07 PM 0 G.M.Sundar <meenakshi.su...@gmail.com>
Question about CSS background color property

I have the following test page: In the div tag (with id=c1) , I have set the css background-color to be white. But when I load it, I don't see the white background for the div tag. However, when I remove the style of the LI (with id=c5) i do see the back ground color. Can you please tell me why? In my c5 style, i don't have any background color at all, shouldn't it use the div tag background color? Thank you. <HTML> <head><style> body { background-color: rgb(238, 238, 238); color: rgb(51, 51, 51); line-height: 1.2em; font-family: tahoma,sans-serif; font-size: 70%; m

11/5/2008 6:08:06 AM 2 "Plissken....@gmail.com" <Plissken....@gmail.com>
Very strange problem with style sheets with embedded XULRunner & OS X

This is very odd, but perhaps something here will give someone an "ah ha" moment. The symptom with a very simple page including a <link>ed style sheet in the <head> is that the style isn't applied. document.stylesheets shows the stylesheet correctly and enabled, however document.stylesheets[0].cssStyles causes an error. An inline stylesheet with the same contents works fine. The page works fine in Firefox on Windows, Firefox on OS X, XULRunner in Eclipse on windows, but NOT in XULRunner in Eclipse on OS X. In each case this is Firefox 3 or XULRunner 1.9, Eclipse 3.4, OS X

10/29/2008 5:02:59 PM 0 "graham sanderson" <gsander...@lombardi.com>
span and width attribute

sshould it be possible to set the width of a <span/> element . currently in FF the width is ignored - it seems to auto size to the visible text (in IE it set the width as expected) <div style="width:100%"> <span style="width:20em;text-align:right">justify right</span> <span style="text-align:center">justify center</span> <span style="width:20em;text-align:left">justify left</span> </div>

10/28/2008 8:26:07 PM 2 "rvj" <...@rolemodels.net>
Questions for Firefox 3.1 documentation work

I'm working on CSS doc updates for Firefox 3.1 and have a couple of questions: 1. Do we have column-gap support? It's not listed on the Firefox 3.1 doc page, but it's so closely related to column-rule that I suspect we have it. 2. Do we support column-rule-color, column-rule-style, and column-rule- width separately from column-rule? 3. I've documented moz-column-rule here; would appreciate it if someone would give it a review and make sure it's accurate and complete: http://developer.mozilla.org/En/CSS/-moz-column-rule Eric Shepherd Developer Documentation Lead Mozilla Cor

9/29/2008 4:55:57 PM 3 Sheppy <the.she...@gmail.com>
cursor:auto - how it defined

Im finding it difficult to locate an explanation/definition of default mappings for cursor:auto style - are they defined in a CSS sheet or hardcoded The official definition says cursor:auto is determined by the browser context - but exactly what defines a distinct context ? As far as I can see only two types are observable 1. cursor over text resulting in I-beam 2. cursor over anything else resulting in default cursor (arrow) Suggested reading

9/24/2008 11:45:06 AM 5 "rvj" <...@rolemodels.net>
coloring of tab buttons

SeaMonkey 1.1.11 I've got something wrong somewhere, and I can't figure it out. Below is the script I'm using for my tab colorings. But, when I add -moz-appearance: button !important; to each tab style, my colors change. It changes to the default coloring of the Operating System Theme. So, how do I disable the OS themes for buttons, and use my style? In otherwords, how to I make my colors the default for buttons. I've tried adding: -moz-appearance: none !important; but that didn't do a thing Thanks /* Active tab White with bold red text and border*/ tab[selec

9/22/2008 4:23:58 PM 0 chongo <its.uh.oh.cho...@spamtrap-gmail.com>
Trying to reproduce failure of CSS file loading

Hi. I am writing a Firefox extension for Gmail. The extension behaves funny on a certain Gmail bug that involves failure to load a CSS stylesheet. The bug occurs very infrequently, so I'm trying to reproduce it on my own server. The exact error message I'm receiving in the error console when visiting Gmail is: The stylesheet http://mail.google.com/mail/ was not loaded because its MIME type, "text/html", is not "text/css". Obviously, there's a line in Gmail that tried to load mail.google.com/ mail, an HTML page, as a CSS stylesheet. OK - a simple bug - easy to reproduce, no big

8/26/2008 12:27:21 PM 2 jonath...@yoomba.com
zebra stripes for the address bar

SeaMonkey 1.1.11 and ToyFactory Theme Stan S suggested I post this problem here. I have two set of scripts that give me zebra stripes for the address bar. See below. The first script is when I click on the drop down arrow and it gives me a list of links. The second script is when I start typing something in the address bar and it gives me suggested links. The problem is when I move my mouse on either one, its not highlighted very good. I'd like the highlighting to be yellow and MediumSpringGreen. Before adding the script, the highlighter was a dark blue, but now we

8/17/2008 6:32:01 PM 5 Peter Potamus the Purple Hippo <peter.potamus.the.purple.hi...@gmail.com>
CSS Overflow and Height:100% doesn't work on Firefox 3

<table width="100%" height="100%"> ..... <div style="overflow:auto; width:100%; height:100%"> <div> blabla (multiple rows until exceed the screen height </div> </div> ..... </table> I wanted the outer div to show a scrollbar whenever the content exceeds the height/width. This is working for IE7 and Opera 9.5, but not in FF2 or FF3: http://felix-halim.net/overflow.html However, when I remove the table and use only <div> in the body (without any table): <div style="overflow:auto; width:100%; height:100%"> <div> blabla (multiple rows until exceed the screen h

7/30/2008 1:11:30 AM 0 felix_halim <felix.ha...@gmail.com>
Floats and auto width calculation

This is a multi-part message in MIME format. --------------090108070803030707010505 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Look at the attached example. It has two adjacent inline boxes placed into a floated block which has width of 'auto'. Given enough viewport width the inline boxes are placed next to each other and the actual width of the floated block is just enough to hold them together. Using Mozilla 1.8.1.* or Opera 9.5* (and IE 6, with some CSS tweaks) when I narrow the browser window width so the inline boxes wr

7/20/2008 4:56:38 PM 4 Stanimir Stamenkov <s7a...@netscape.net>
Which css file controls the presentation of form elements?

Especially for the appearance of those disabled? Thanks for your help.

7/13/2008 3:36:03 AM 0 "fch...@gmail.com" <fch...@gmail.com>
Firefox 3 incorrect horizontal overflow, worked fine in Firefox 2

I can't seem to be able to get rid of horizontal scrollbars in FF3 in a sane way. There is a significant difference in how this works in FF2 and FF3. Have a look at this example: http://student.science.uva.nl/~rabdulla/test2.html Here's its source: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/ TR/html4/strict.dtd"> <html> <head> <style> ..opts div { display: inline; vertical-align:text-top; margin: 2px 6px 2px 0px; } ..opts div div { display: table-cell; width: auto; 1margin: 0px 4px 0px 4px; padding: 1px; font-weight: bold; white-sp

6/26/2008 9:01:50 PM 5 Rustam <rustam...@gmail.com>
'text-indent' inheritance and anonymous block boxes

Bug 294306 addresses a 'text-indent' problem I've previously posted about. Seems it has been fixed in the latest trunk builds but a referenced Bug 159403 includes an attachment [1], a test case which shows another case related to the 'text-indent' property: <div style="text-indent: 3em;"> <div>Foo</div> Bar </div> The anonymous block box for the "Bar" content doesn't get 'text-indent' inherited. Reading <http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level>: > The properties of anonymous boxes are inherited from the enclosing > non-anonymous box (e.g. i

6/21/2008 10:58:18 PM 0 Stanimir Stamenkov <s7a...@netscape.net>
Firefox 3 font-size problem

I have found that, if the font size is set using values such as small, x-small, and xx-small, often the actual font size set by Firefox 3 is the same for two of these sizes. For example, often font-size:small and font-size:x-small both produce text of the same size. I have never seen this with any older version of Firefox, or indeed with any version of Mozilla. My gut feeling is that this is due to how Firefox 3 does fractional pixel rounding. For example, perhaps if the small and x-small sizes turn out to be 11.4 and 10.6 pixels respectively, Firefox might be rounding the

6/20/2008 6:37:18 PM 5 C A Upsdell <""cupsdell\"@nos...@upsdell.com">
Multiple background images - or "layering"

Hi. I'm new here, never posted on this forum before, but I think I'd like to get a bit more involved with the development of Firefox. Anyway, I found myself having to implement a rounded-corner box background on a DIV, and I thought "hold on, Firefox 3 supports almost all of CSS3, maybe there's a clever CSS3 way to do this!". Well it turns out there is a very elegant way to do it, but FX3 doesn't support it! Where I initially found it: http://24ways.org/2006/rounded-corner-boxes-the-css3-way Official W3C specification: http://www.w3.org/TR/css3-background/#layering Is there any

6/16/2008 10:22:17 AM 3 Robin Winslow <ro...@robinwinslow.co.uk>
What is the difference between pseudo-element syntax "p:after" and "p::after" ?

What is the difference between pseudo-element syntax "p:after" and "p::after" ? in firefox trunk i see both syntax below works p:after { content: ... .... p::after { content: ... ....

6/15/2008 7:23:37 PM 4 biju <bijumaill...@yahoo.com>
border-collapse and tables

I have run into a problem with bordered tables and the border-collapse property. An example can be seen at this url: http://feroxy.com/files/css/table_border_collapse.html With border-collapse set to collapse, the table borders seem to extend outside the box I expect it to be rendered into ( i.e. aligned with the header element above it). IE7 and Opera 9.5 appear to render it as I expect. Can anyone more knowledgeable comment on whether or not this is correct behaviour on the part of Firefox? thanks. --

6/15/2008 1:07:21 AM 0 feroxy <usen...@feroxy.com>
text-indent and floats

This is a multi-part message in MIME format. --------------030701090000050209040108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The following example displays differently in Mozilla (1.8.1.* and latest Firefox 3.0pre) compared to Opera 9.27, Safari 3.1.1 and IE 6 all on Windows: http://www.geocities.com/stanio/test/hanging-icon.html The relevant markup: <h2><a href="#"><img alt="" src="icon1.png" class="icon"> Lorem Ipsum Dolor Sit Amet Consectetuer Adipiscing Elit</a></h2> The image icon is floated to the left and H2 is

6/8/2008 11:07:14 AM 4 Stanimir Stamenkov <s7a...@netscape.net>
content : uri() property

does this work? currently using FF2

6/5/2008 5:01:16 PM 0 "rvj" <...@rolemodels.net>
textContent is broken DIV floating over Vertical Scrollbar (overflow: auto)

Hi, I have two DIVs. One is the left column of my content and the other one is floating. Initially the second div is hidden (not even included in the code), but after some user actions it is then rendered from the server. My problem is that the text content in the floating DIV is broken on the left border of the underlying vertical scroll in the left column. Anyone knows how to fix this? Thanks in advance

6/5/2008 6:22:01 AM 0 Kelh <antonio.tir...@gmail.com>
Need to document new CSS extensions

We have a number of new CSS extensions in Firefox 3, and they need to be documented. I'd appreciate insight on any or all of these: :-moz-tree-row(hover) :-moz-tree-cell-text(hover) I presume these are used to detect the cursor hovering over a tree row or cell text, but would like to know if anyone has details that may be of added interest. :-moz-system-metric(images-in-menus) :-moz-system-metric(scrollbar-start-backward) :-moz-system-metric(scrollbar-start-forward) :-moz-system-metric(scrollbar-end-backward) :-moz-system-metric(scrollbar-end-forward) :-moz-system-metric(scr

5/28/2008 12:51:13 AM 4 Sheppy <the.she...@gmail.com>
Custom CSS selector / XBL binding, regression from bug 396613 - help wanted

Spin-off from bug 396613, comment 19. Our corporate product, Skyfire, experienced a painful regression with a custom CSS selector and XBL binding. One of our extensions inserts a CSS stylesheet tying the CSS selector to the binding. With the patch for the 1.8 branch, we found large grey boxes when the user executed the following steps: * Turn on Smart Fit. * Go to money.cnn.com and let it load. * Visit another page and let that load. * Hit the Back button. The patch in question affects code which fires when a CSS stylesheet is either added or removed from the document.

5/27/2008 7:35:41 PM 1 Alex Vincent <ajvinc...@gmail.com>
How to mark selected line (message or thread) in Message List pane?

Concerns: CSS selectors for Message List pane in SeaMonkey (suiterunner) main Mail&News window. Current build: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008051602 SeaMonkey/2.0a1pre Between day before yesterday and yesterday, the highlight for the current line (current message or current collapsed thread) in the message pane of the 3-pane window has disappeared (for me, but apparently not for Karsten D�sterloh aka Mnyromyr, see https://bugzilla.mozilla.org/show_bug.cgi?id=433912 ). Does anyone know which selector I should use in userChrome.css in order to

5/16/2008 2:44:40 PM 5 Tony Mechelynck <antoine.mechely...@gmail.com>
Getting style data when "style" attribute is defined

Hi. Where is the code for getting the style data when a style attribute is defined in the docuement element? I can guess that the style data can be obtained from the style rule(nsRuleNode) or style attribute(nsAttrValue) whether the style is defined in the style sheet or attribute(inline style). I found that nsStyleContext::GetStyleData() calls nsRuleNode::WalkRuleTree() to retrive the style data from rule node but I couldn't find the code in case of inline style. Thank you in advance.

5/14/2008 7:05:56 AM 2 duddn <icho...@gmail.com>
Minimum font size impact - line-height

This is a multi-part message in MIME format. --------------090408050500010406080402 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This is a behavior I observe using both Mozilla 1.8.1.* and 1.9pre. For some reason setting sufficiently large 'line-height' and 'font-size' which is bellow the minimum font size setting causes the height of the containing block to grow: div { font-size: 10px; line-height: 30px; } Try the attached example with minimum font size setting of 12 pixels and without minimum font size restriction.

5/11/2008 5:33:45 PM 2 Stanimir Stamenkov <s7a...@netscape.net>
Minimum font size impact - 'em' vs. percentage

This is a multi-part message in MIME format. --------------020800090000060407080400 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I want to get info whether the following behavior related to the usage of the "Minimum font size" preference is intended or is rather omission / deficiency in Mozilla 1.8.1.*. I know it won't going to change for the 1.8.1.* version but I'm pleased to notice it is already changed with Mozilla 1.9pre in a way more acceptable to me. I set my default proportional font size to 14px (sans-serif typeface) an

5/11/2008 1:37:05 PM 3 Stanimir Stamenkov <s7a...@netscape.net>
LI boxes affected by floats

This is a multi-part message in MIME format. --------------010302030800040509060606 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Using Mozilla 1.8.1.x I've found HTML <LI> element boxes get affected by floated boxes (see the attached example) even when the LI elements where given 'display: block' (by contrast with the default 'list-item' value). IE 6/7, Opera 9.27 and Safari 3.1.1 all on Windows doesn't show the given quirk and I've tried with recent Mozilla 1.9pre it is not apparent, too. Is there any reason to keep that quirk

5/10/2008 6:11:40 PM 2 Stanimir Stamenkov <s7a...@netscape.net>
css inside javascript

Hi all I have a <div> element and its width is set by a css class (width:304px;) . But I want to get the width of the browser window and set that window as the width of my <div> element. Can somebody give an idea for this matter and i also like to know that can we use javascript inside css classes ? Thank you nishantha

5/8/2008 6:45:56 AM 1 "Nishantha Pradeep" <nishan...@bcsc.lk>
CSS_PROP macro arguments

Hi. I'm looking the "nsCSSPropList.h" to add a CSS property. Could somebody tell me the role of 'kwtable' argument in the CSS_PROP macro and when nsnull is possible as its value? Thanks.

5/7/2008 10:40:05 AM 1 duddn <icho...@gmail.com>
impact of @-moz-document on rule-matching performance

Hi, Does using @-moz-document to group a bunch of rules by the intended target document have any impact on performance? It would make sense for it to have a kind of gross clipping effect, where if @-moz- document doesn't match then the selector are never tested, in which case you'd see a performance improvement. Is that actually how it works? Thanks.

5/3/2008 4:41:52 PM 1 mcdavis...@gmail.com
Spam

Why the fuck am I getting spam from this list? Fix this bullshit!

4/24/2008 12:00:26 AM 1 Jeff Morin <rufus2...@gmail.com>
"margin: auto" breaks fixed right positioning in FF 2.0.0.14

Hi. I've been having trouble using an external stylesheet to float out an element from a generated HTML page. The position:fixed and top:0px styles were honoured, but not right:10px. I finally tracked the problem down to an inline style 'margin: 0px auto' on the element its self. If I remove the 'auto' it works ok. See sample below. Is this a bug, or have I misunderstood the expected behaviour? Regards Brian <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN"> <html> <head> <style type="text/css"> table.myclass { position: fixed; top: 10px; right:

4/22/2008 8:52:14 AM 0 BrianDobby <bdo...@gmail.com>
How can I achieve this with CSS

Hi, With css property "float:left" or "float:right", I can put an image on the left/right of the line and make the text surround it on the three sides of it. But now, I want to put an image on the middle of a page and make all text surround around it. Could anybody please help and tell me how can I achieve this? Regards! Bo

4/22/2008 5:48:36 AM 0 byang <Techrazy.Y...@gmail.com>
margin-left

I have a style working in IE but not in FF. FF seems to be ignoring margin-left. I have a set of images displayed horizontally in a menu. I want to eliminate any space between them. However, in FF it trims only the right side of each image. Setting padding has little impact. For example, let's say the word IMAGE is the graphic. By adding margin-right: -9 I can cut the letter E off. I would like to also cut off the letter I. However, when I add margin-left, it cuts off the G and E. It leaves me with IMA when what I want is MAG. Unfortunately, this is not on the Inte

4/17/2008 1:15:42 PM 2 "Larry" <larry.k...@pacourts.us>
Can XUL Listboxes be restyled completley ?

Hi, I want to take complete control over the skinning of Richlistboxes. More specifically speaking, I want to change the listheader into a flat, more HTML like (ie: not a 3D button) appearance. Is this possible? Which -moz-* attrbiutes doe I need to set? Thanks. Andreas M.

4/16/2008 10:31:05 PM 0 "Andreas M." <unkn...@invalid.invalid>
How to achieve this layout?

Hello all, Say I have this html: <html> <style> ..container {} ..one {float: left; height: 100px; width: 50px; background: #bbb;} ..two {width: 50px; height: 50px; background: #ccc;} ..three {top: 50px; right: 50px; width: 25px; height: 50px; background: #333;} ..four {top: 50px; right: 50px; width: 25px; height: 50px; background: #444;} </style> <body> <div class="container"> <div class="one">1</div> <div class="two">2</div> <div class="three">3</div> <div class="four">4</div> </div> </body> </html> I want this layout. How can I accomplish this with stylin

4/1/2008 4:54:47 PM 2 wwar...@gmail.com
Availability of -moz-border-start and -moz-border-end CSS properties

Hi! I'm trying to make the Calendar applications LTR/RTL-agnostic. Working with -moz-padding-start, -moz-margin-end and friends works fine, but I received many warnings when using the "-moz-border-start" and -moz- border-end" properties ("Unknown property "-moz-border-start"...). I tried to investigate why this is because as far as I see it should be available in MOZILLA_1_8_BRANCH already, but could not get information about it. Are "-moz-border-start" and -moz-border-end" not yet available or only available on the trunk? Thanks Simon

3/26/2008 1:54:59 PM 1 Simon Paquet <simon.paq...@gmail.com>
new >=144DPI (px scaling) bug?

Using 1.8.1.x, Safari 3.1, IE7, Konq 3.5.5 & Opera 9.26 tested variously on Linux & doz, http://mrmazda.no-ip.com/tmp/PointsDemo.html renders as expected. In trunk, with layout.css.dpi below 144, behavior is the same. But when trunk DPI is 144, the pink #main jumps out the right size of lavender #maintable. Can anyone identify a bug that needs filing or has been filed? -- "Let us not love with words or in talk only. Let us love by what we do." 1 John 3:18 NLV Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://mrmazda.no-ip.com/

3/26/2008 1:35:26 AM 2 Felix Miata <UgaddaBkidding.due2...@dev.nul>
can no longer style scrollbar

This is a multi-part message in MIME format. --------------060301080500040108030009 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit i filed https://bugzilla.mozilla.org/show_bug.cgi?id=424184. does anyone have any insight? this bug https://bugzilla.mozilla.org/show_bug.cgi?id=369676 has some commentary, but it sure doesn't rise to the level of actual, um, documentation. --------------060301080500040108030009 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.

3/23/2008 12:46:36 AM 3 "alta88[nntp]" <alt...@gmail.com>
Menus with CSS

Greetings I have sat down with a book (Beginning CSS Web Design, by Simon Collison) and created my own CSS template for my personal home page. => http://www.intergate.com/~waltwilliams/ I have found, however, that I still have to modify each page to add or remove a menu item. Isn't there some way to place the menu item in the CSS file so I only have to modify the menu only once? If someone can point me to a web site where I can find this info I would greatly appreciate it Walt

3/22/2008 5:05:54 PM 0 walt <willi...@colorado.edu>
specificity and treechildren selector

How is specificity calculated when using a treechildren selector? Does the number of terms used in a -moz-tree-image selector have any impact on CSS specificity? In other words, do these two rules have the same specificity? treechildren::-moz-tree-image(ColName, whatever) { list-style-image: url(someimage.png); } treechildren::-moz-tree-image(ColName, whatever, hover) { list-style-image: url(someotherimage.png); } Thanks in advance.

3/12/2008 5:22:31 AM 1 mcdavis941 <mcdavis...@netscape.net>
Why this float: right behavior?

Hi all, <style> div {display: inline;} </style> <div>1</div><div>2</div> This displays as expected: 1 2 But when I apply float: right to the right div, I get a surprise: 1 2 Why? Thanks, -Bill

3/7/2008 6:13:03 PM 3 wwar...@gmail.com
Inheritance

Hi, I want to create small and effective inline style with data uri. I have 2 styles and both have the same list-style-image. I want to slightly modify first style in second, but I want to avoid inserting url in second style. ..tbButton { list-style-image: url(data:image/png;base64,iVBORw0� ); -moz-box-orient: vertical; } This doesn�t work: ..tbButton[orient=�horizontal�] { list-style-image: inherit !important; -moz-box-orient: horizontal; } Is it possible to do? Any suggestion is welcome.

3/7/2008 8:36:09 AM 5 PM <pje...@gmail.com>
clarification on firefox behaviour with inline elements

Hi, I've encountered behaviour that I find strange in Firefox (2.0.0.11) and I'm curious about wether Firefox is doing the right thing or not For various reasons, I don't want to use <table> for layout purposes, even though this example would be easily replaced by a <table>. <div class="FormRowLong"> <div class="FormCellLong">Text</div> </div> with a css of: ..FormRowLong { padding-left: 8px; width: 281px; height: 40px; background-color: #EFEFEE; } ..FormCellLong { padding-top: 14px; height: 12px; padding-bottom: 14px; width: 150px; backgrou

2/29/2008 1:31:49 PM 2 "johan" <dont.s...@email.com>
Message colors

I get a daily message summary from a Yahoo forum, in which there is a presentation issue: If 1 message had a signature, all the text of the messages after that are in the gray color of the message's signature instead of white (I use white text on black background). The messages are separated with 2 lines of underscores: ________________________________________________________________________ ________________________________________________________________________ Is there any way to have TBird change the text color back to the TBird default (or to white) when it encounters these

2/19/2008 11:59:21 PM 3 Eustace <emfrilin...@netscape.net>
Can't get a page to break in Firefox 2.0.0.12

Hi, I am generating a long table from ASP.Net and I have the following class applied to two rows within that table: tr.break { page-break-before:always; } Not only I don't get the page break, but also when I hit "Print preview" I only get two pages: the first page with the beginning of the table, and the last page with the stuff that follows the table. Questions: 1. How do I get the page break to work properly in Firefox? 2. Why does the rest of the table disappear when tr has the class attribute set to "break"? Thank you.

2/10/2008 1:43:15 AM 0 yevgel...@gmail.com
Autocomplete drop down

How do I style an autocomplete dropdown in Firefox (xul)? I can't seem to find much information on the subject.

1/29/2008 4:47:22 PM 0 Neil Marshall <n...@eightlines.com>
Dynamic internal stylesheet?

Suppose I have an internal style sheet like this: ..a{font-size: 10px} ..b{font-size: 20px} and HTML like this: <p class="a">Hello</p> <p class="a">Goodbye</p> <p class="b">Hello again</p> In Firefox, is it possible to change the style sheet dynamically, using Javascript? For example, can I change the text size of class "a" in the style sheet, and have that text size be applied to all of the HTML elements that have class "a"? Thank you Susan

1/29/2008 3:36:37 PM 1 "Susan Crayne" <cra...@us.ibm.com>
xforms select1 styling

Hello, i'm trying to customize a xf|select1[appearance="minimal"] i just want to add a border:1px solid #EC7406; to the combo can somebody help or give an url to style xforms Thanks

1/29/2008 10:47:48 AM 0 jf.trich...@gmail.com
input, textarea colors

I have these commands in the userContent.css: input, textarea { background: #000080 !important; color: white !important; } input:focus, textarea:focus { background-color: #000099 !important; color: white !important; } These change the normal and when in focus _both_ text areas _and_ buttons colors. How can I specify different buttons colors? Or even better, if possible: How can I specify the system's 3D objects colors as buttons colors and the system's Window colors as the rest of textarea elements colors? Also: What css book would you recommend?

1/27/2008 8:20:54 PM 3 Eustace <emfrilin...@netscape.net>
selector order

Hi there, I'm trying to apply a padding style to a div element with two class names: <div class="item first"> first stuff </div> <div class="item"> other stuff </div> ..item {padding-top:15px;} ..item .first {padding-top:0;} I thought that by placing ".item .first {..." below ".item {..." the first div would have its padding-top over written to 0, but the result appears to 15px. Can anyone explain what I'm doing wrong? Thanks John

1/21/2008 3:50:45 PM 4 "John" <JohnSickOfS...@AOL.net>
Combined class selector

Hi, Can anyone help my understanding of this combined selector: ..first .second a {color:#ddd;} This will change the color of any link that is a descendant of any element with a class of "second" which in turn must be a descendant of any element with a class of "first". Have I got that right and if not can anyone explain the correct answer? Thanks Snowblind

1/7/2008 5:35:38 PM 4 "John" <JohnSickOfS...@AOL.net>
CSS problem in FF, not IE

Here is all the code. First view in IE which is how I want to display. Then view in FireFox. For the life of me I cannot get it to work in FireFox. I should not have to create seperate CSS's for each browser so that isnt an option. Thanks, Steve <html> <head> <title>FireFox Problem</title> <style type="text/css"> .content{ position:relative; width:750px; z-index:1;} .test_topten { position:relative; width:405px; border:solid 5px red;} .test_topten_right{

1/6/2008 4:47:47 AM 1 IntraR...@gmail.com
is it possible to disable css in a embed web browser?

Hi, all Now, I am working on a spider base on embed mozilla, it seems CSS is not necessary, so I want to know if it is possible to disable it by some nsI* API? -- regards - pdawei

12/17/2007 1:32:00 PM 0 pdawei <awa....@gmail.com>

Pages:











Newest Articles

[Hendrix] recent tags and recently bookmarked disappeared when I reinstalled ff36
9 hour 1 mins ago

[Hendrix] www.KORBANEK.pl TARGI ROLNICZE AGROTECH KIELCE
9 hour 4 mins ago

[Hendrix] fix quick
9 hour 21 mins ago

[Hendrix] what does ativan do sae
9 hour 30 mins ago

[Hendrix] "Tools/Options/Manage Add-ons/Plugins" default settings
10 hour 15 mins ago