Re: [css-d] Opacity filter backgrounds

2005-11-08 Thread Derek de Jong
> Hi everyone, > > I've successfully got the opacity filter working okay for a background > that > displays an image. > > The problem is the image is also made transparent, > see http://www.explorerexperience.com.au/gallery.shtml > CSS: here http://www.explorerexperience.com.au/styles/image.css >

Re: [css-d] Logical expressions

2005-11-06 Thread Derek de Jong
Dan Searle wrote: >Kenoli Oleari said... > > >>For instance, suppose I was creating content to go into a div by >>retrieving it from a database using some server side code like php. >>This would cause the div to expand to accommodate the data. Then >>suppose I had another div next to it

Re: [css-d] emulating tables...

2005-11-03 Thread Derek de Jong
Vincent Hide wrote: >Hi All, > >I am currently working on this: > >http://www.lampdesign.co.uk/desdev/tan/ > >The top 20 tracks box comprises of a with a background image on the >'s (for the ear icon). > >What would be the best way of making the ear icons links - without using >any tables? > >TIA

Re: [css-d] ALA Sprite based menus issues

2005-10-26 Thread Derek de Jong
My description probably wasn't the best in the world so here's a link to some code that demonstrates my problem: http://homepage.ntlworld.com/graham.reeds/sprites/ Thanks, G. Change: #header-nav-menu li, #header-nav-menu a { height: 125px; display: block; } to #header-nav-menu li, #he

Re: [css-d] Styling input button+select box -- still looking for answer

2005-10-26 Thread Derek de Jong
The offending button can be seen at www.thedebauchers.com/align.php Adding this (to the CSS): input, select { vertical-align:middle; display:inline; } ... worked in Firefox 1.0.7/Win. Vertical-align tells the browser to align to the middle of the line, and the display property puts them on

Re: [css-d] Round Corner Tabs...

2005-10-21 Thread Derek de Jong
I want to create horizontal navigation tabs that have round-corners using only CSS. Is there a way I can do this with CSS only? Nothing can be done with CSS only, you need at least some markup to hand it from True. The nice thing about Nifty Corners (2) is that the extraneous markup

Re: [css-d] Hover/click and expand help needed

2005-10-18 Thread Derek de Jong
Thierry Koblentz wrote: Hi Derek, You could try: #set_of_links a:active span {...} /* for MSIE */ #set_of_links a span { /* instead of display:none */ position:absolute; left:-9000px; } Regards, Thierry | www.TJKDesign.com It worked. Initially I had used :active, but Firefox only conside

Re: [css-d] Hover/click and expand help needed

2005-10-18 Thread Derek de Jong
Mitko Gerensky-Greene wrote: I need help with the following: I need to have 4 boxes on my page and upon hovering AND clicking on each, I need to have a list of links (I suppose, residing in a div) show up below the corresponding box. Could anyone point me towards some code or tutorial explaini

Re: [css-d] (Second Posting...anyone know?) How can I create a shadow around a div without the imageinside?

2005-10-17 Thread Derek de Jong
I'm trying to create a drop-shadow around a div. I want to put text in an inner div, but I can only get the shadow to show around the outside of the inner div if there's an image present. How can I change this code to create the shadow around the inner div without the image? Is it possible? M

Re: [css-d] Width of floats

2005-10-15 Thread Derek de Jong
Holly wrote: From: Derek de Jong <[EMAIL PROTECTED]> nternet Explorer is including the margin *inside the box width*, while W3C-spec browsers (rightly) are not. No 'current' version of IE/Win that I know of includes margins *inside the box width* as you have s

[css-d] Specifying Mixed Values (%, em, px) in CSS

2005-10-15 Thread Derek de Jong
Alright, maybe a more bizarre question for the list, and I don't know why or how it burrowed into my brain, but I think I blame Stu Nicholls . Now, I remember reading at some point in my long and sordid history with CSS that one should be able (maybe just theoreticall

Re: [css-d] what DOM inspector tool can I get?

2005-10-15 Thread Derek de Jong
Adam Helweh wrote: I could have sworn Fire Fox had one. Can anone point me to a reliable DOM inspector tool I could use? Thanks Adam __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/

Re: [css-d] Width of floats

2005-10-11 Thread Derek de Jong
Carmen Carter wrote: Margin values are added to your block element width, not included in that width. So you've set a width of 49%, plus a margin of 2%, for a combined width of 51% for each column. Your total layout width is 102%, so it is not surprising that the float is not working properly. T

Re: [css-d] Stacking layers

2005-10-10 Thread Derek de Jong
Arno @ Raketnet wrote: Here I am again with a problem! I'm using the son of suckerfish menu. First problem, of transparency background in the menu was solved thanks to some good advise from the list (never mind that IE doesn't seem to support png-24 format). I couldn't tell from the above

Re: [css-d] How to achieve fieldset/legend like decorations without using fieldset/form?

2005-10-09 Thread Derek de Jong
Rick Flower wrote: I gather it's somewhat naughty to use fieldset/legend without them being inside a pair of form tags (even though it seems to work and validates). Anyway, what is the general wisdom for recreating a similar layout in pure css without needing the requisite form/field/legend

Re: [css-d] How to achieve fieldset/legend like decorations without using fieldset/form?

2005-10-09 Thread Derek de Jong
Rick Flower wrote: I gather it's somewhat naughty to use fieldset/legend without them being inside a pair of form tags (even though it seems to work and validates). Anyway, what is the general wisdom for recreating a similar layout in pure css without needing the requisite form/field/legend

Re: [css-d] LI's Line Up in IE but not FF

2005-10-08 Thread Derek de Jong
http://www.dolphincoveinn.com/manzanillo-tourism-attractions.asp has a list of links for various pages in the site. I set a background on the UL with icons (you will see) but in IE they line up perfectly but on Firefox the alignment is off. I have played with the margins and paddings on the list

[css-d] Re: overflow:auto/scroll

2005-10-08 Thread Derek de Jong
there you go. I understand there are caveats, and it isn't pure CSS, but I'm hoping not to start a fight. ;) Regards, Derek de Jong __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-