Re: [css-d] Problems with DIV elements and position

2005-11-13 Thread Thierry Koblentz
Reynier Perez Mira wrote: > can send atachments to the list, but I send you a screenshoot in > which I show you what´s happend. I must do something wrong but not > know what. Go with Olly's suggestion. Thierry | www.TJKDesign.com __

Re: [css-d] Problems with DIV elements and position

2005-11-13 Thread Reynier Perez Mira
Well, it must be works for you but for me nothing. I not know if I can send atachments to the list, but I send you a screenshoot in which I show you what´s happend. I must do something wrong but not know what. Cheers -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En

Re: [css-d] What's wrong with this?

2005-11-13 Thread Reynier Perez Mira
Thanks now works as a button but I have a problem. How I can ersize the button? I try in this way *** button, submit { border-color: #00; border: 1px solid; font: bold 10px Tahoma; border-style: outset; background: #72BFCF;

Re: [css-d] page check please, or Browsercam bug?

2005-11-13 Thread David Laakso
Francesco Sanfilippo wrote: >Duh. The URL would help. > >http://imagekind.com > >Thanks! >Francesco > > If I were making book... 42 captures: ~dL __ css-discuss [EMAIL PROT

[css-d] page check please, or Browsercam bug?

2005-11-13 Thread Francesco Sanfilippo
Duh. The URL would help. http://imagekind.com Thanks! Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http:/

[css-d] page check please, or Browsercam bug?

2005-11-13 Thread Francesco Sanfilippo
On my Win XP, using both IE 6 and FF 1.5, this page looks perfect. I attempted to verify in other browsers with Browsercam but the background image doesn't show up in any of their screen caps! The only thing I can think of is that Browsercam has issues since the background image for the page is d

Re: [css-d] What's wrong with this?

2005-11-13 Thread David Dorward
On 13/11/05, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > I'll try to style a button or submit element and build this class for > they: > button, submit { > But button or submit element don't change? Why ? Probably you have an element, not a element or a (non-existant in HTML) element. >

Re: [css-d] Problems with DIV elements and position

2005-11-13 Thread [EMAIL PROTECTED]
> * > .float.left { > float: left; > clear: both; > } > .float.right { > float: right; > } you need .float.left {float: left;} .float.right: {float: right; clear: both;} This will put your float.left conte

Re: [css-d] Problems with DIV elements and position

2005-11-13 Thread Olly Hodgson
On 13/11/05, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > > divRight divLeft >divBelow #divRight, #divLeft { width: 50%; float: left; } #divBelow { clear: left; } You might need to fiddle with the width to get IE to play nicely. -- Olly http://thinkdrastic.net/ ___

Re: [css-d] Problems with DIV elements and position

2005-11-13 Thread Reynier Perez Mira
Well it's not that I want. I need to do something like this: * Element1 Element2 Element below others * I do this with DIV: ***

[css-d] What's wrong with this?

2005-11-13 Thread Reynier Perez Mira
I'll try to style a button or submit element and build this class for they: button, submit { border-color: #00; border: 1px solid; font: bold 10px Tahoma; border-style: outset; background: #72BFCF; } But button or submit element don't change? Why ? Cheer

Re: [css-d] Problems with DIV elements and position

2005-11-13 Thread [EMAIL PROTECTED]
> } > .float.right { > float: right; Add clear: both; here > } -- Joel Goldstick www.columbuswebmakers.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-disc

[css-d] Problems with DIV elements and position

2005-11-13 Thread Reynier Perez Mira
Well I have three DIV elements and I need to positioned in this way. One aligned to left (obtain) another aligned to right (obtain) and the other below of this two. See the code below: ** DIV aligned to Left DIV aligned to Right DIV b

Re: [css-d] @media and @import

2005-11-13 Thread johnSteve
On Sun, 13 Nov 2005 18:00:49 +, you wrote: >What I want to do is to import to a print stylesheet from within a >"normal" stylesheet. do you not want to use more than 1 stylesheet? > I've tried various different approaches but nothing seems >to work. I use another style sheet as in alo

Re: [css-d] @media and @import

2005-11-13 Thread Gunlaug Sørtun
fstorr wrote: > http://www.thespiceweasel.com/experiments/css/ > Is importing CSS like this actually possible? Yes, but you have a specificity-problem. Same specificity in both stylesheets, and the last definition is winning - "red". -- @media print{ body h1{ color:blue;} } -- ...will wor

[css-d] @media and @import

2005-11-13 Thread fstorr
Hi all I've got a problem that seems logical, but isn't. What I want to do is to import to a print stylesheet from within a "normal" stylesheet. So, instead of declaring all the print rules from within a @media print {} block, I'd declare: @import url("print.css");. Except it doesn't work i

Re: [css-d] @media {} filter: info/links/usage?

2005-11-13 Thread Michael Hulse
On Nov 13, 2005, at 6:40 AM, Gunlaug Sørtun wrote: > --- > That's it, me thinks. Hope I got all the details right. > > CSS sure is fun... :-) > > regards > Georg WOW! Thanks Georg! Amazing advice and knowledge you have! I can not tell you how much I appreciate your help. :D I will be (re)

Re: [css-d] Help with Opera and equal columns layout

2005-11-13 Thread Gunlaug Sørtun
Kenoli Oleari wrote: > http://www.communityassemblies.org/nan_pages/change_template_test.html > Opera 8.50 is broken. IMO: forget Op8.0/8.5 - they were broken versions. Opera 9.0 prev.1 is doing fine. Firefox 1.5RC1 is doing fine. IE6 needs "shaking". (all on win2K-pro) regards Georg -

Re: [css-d] Help with Opera and equal columns layout

2005-11-13 Thread Rahul Gonsalves
Kenoli Oleari wrote: >(I have no ability to test it on Windows) > > Lucky man ;) >One problem. It isn't displaying right in Opera. I've looked at the >clearfix code I was referred to but am not sure I am applying it >correctly or if addresses the issue. The code at the beginning of >th

Re: [css-d] Help with Opera and equal columns layout

2005-11-13 Thread David Laakso
Kenoli Oleari wrote: >One problem. It isn't displaying right in Opera. >http://www.communityassemblies.org/nan_pages/change_template_test.html >I'd also appreciate feedback on how this displays on Windows. >--Kenoli > I have no idea about the Opera problem. And did not check on a PC. However, th

Re: [css-d] Help with Opera and equal columns layout

2005-11-13 Thread [EMAIL PROTECTED]
Kenoli Oleari wrote: > I am very happy with the results from following the CSS for creating > equal columns from the "positioningiseverything" web site. It > displays excellently on Safari, Firefox and IE on the Mac. (I have no > ability to test it on Windows) > > One problem. It isn't d

[css-d] Help with Opera and equal columns layout

2005-11-13 Thread Kenoli Oleari
I am very happy with the results from following the CSS for creating equal columns from the "positioningiseverything" web site. It displays excellently on Safari, Firefox and IE on the Mac. (I have no ability to test it on Windows) One problem. It isn't displaying right in Opera. I've loo

Re: [css-d] @media {} filter: info/links/usage?

2005-11-13 Thread Gunlaug Sørtun
Michael Hulse wrote: > Questions: > > 1. Does anyone have a link to an (official) IE7 website/web-page that > talks about this filter? The official line for IE7 is to follow CSS2 (CSS2.1). Read CSS2.1 about @media: ...and hope that the IE7-team do the same

Re: [css-d] DIV heights not working with IE/Win - update

2005-11-13 Thread Jonathan Mao
Thanks for responding Ingo. Since I first posted this I re-wrote the stylesheet and tweaked the html. I have updated the page and seem to have fixed the problem. I appreciate the help. Regards Jonathan On 14/11/2005, at 12:04 AM, Ingo Chao wrote: > > Jonathan Mao wrote: >> http://www.tug

Re: [css-d] Style Switcher Help

2005-11-13 Thread mat
It's difficult to see your initial php code once it's generated html. You may need to check the path: ../switcher.php is only needed if the html is generated from a php file in a sub directory. If it is at root you would just have Switch to the default colours. Please take a look at Rob Ballo

Re: [css-d] DIV heights not working with IE/Win - update

2005-11-13 Thread Ingo Chao
Jonathan Mao wrote: > http://www.tuggeranongcommunityfestival.com.au/new/ > Two problems when viewed with IE/6 on Windows. > 1. The div in the middle (called #centrecontent) appears about 5 > pixles slower than divs on the left and right that surround it This is because the table is in effec

[css-d] List Structure Problems with CSS Drop Downs Menu

2005-11-13 Thread Steve Tchorzewski
Hello again, I hope that I am not just overwhelming the message board. but I have been working on these drop down menus for some time now and I am excited that they are reborn in lists and ready for testing and sharing, I am attempting to make this version of my CSS JavaScript hybrid drop down m

Re: [css-d] problem with abs positioning

2005-11-13 Thread Christian Heilmann
> Is there any way to 'hide' absolutely positioned items from the document and > make it act like a float? > > http://www.blue-fly.co.uk/example.png > > > Have a look at ths screenshot the absolutely positioned dropdown (based on > the suckerfish and all relatively positioned) is obscured by the

Re: [css-d] Non-Flickery Image Rollovers (in an un ordered list)

2005-11-13 Thread Steve Tchorzewski
THANKS EVERYONE! I have some more fun stuff for you to see. I have tested previous versions of this CSS / JavaScript drop down menu on many browsers & both platforms. These are sweet, SUPER SEARCH ENGINE SPIDER FRIENDLY DROP DOWN M

Re: [css-d] Class and id used together

2005-11-13 Thread Ingo Chao
Kerry Kobashi wrote: > Is the use of classes and id together well supported in browsers today? > > Any thing to be aware of that will end up in gotchas later on through its > use? There are two possible gotchas in IE6. Ingo http://www.w3.org/TR/html4/strict.dtd";> gotchas with class-class o

[css-d] problem with abs positioning

2005-11-13 Thread ross
Is there any way to 'hide' absolutely positioned items from the document and make it act like a float? http://www.blue-fly.co.uk/example.png Have a look at ths screenshot the absolutely positioned dropdown (based on the suckerfish and all relatively positioned) is obscured by the div with the

Re: [css-d] Class and id used together

2005-11-13 Thread Rob Cochrane
Kerry Kobashi wrote: Is the use of classes and id together well supported in browsers today? Any thing to be aware of that will end up in gotchas later on through its use? Hi Kerry, there is no problem using classes and id's together just remeber that an id may only be used once in a document

Re: [css-d] Non-Flickery Image Rollovers (in an un ordered list)

2005-11-13 Thread Rob Cochrane
Steve Tchorzewski wrote: Here's the clients site: http://www.moviemadeproductions.com The html looks like this: http://www.moviemadeproductions.com/includes/topnav_new.asp The CSS: http://www.moviemadeproductions.com/css/styles.css If you disable im

[css-d] DIV heights not working with IE/Win - update

2005-11-13 Thread Jonathan Mao
HI I have since updated the code and validated the page below. Sorry that wasn't done before.. it's my inexperience. Two problems when viewed with IE/6 on Windows. FIne with other browsers.: 1. The div in the middle (called #centrecontent) appears about 5 pixles slower than divs on the left

[css-d] @media {} filter: info/links/usage?

2005-11-13 Thread Michael Hulse
On Nov 3, 2005, at 6:13 AM, Gunlaug Sørtun wrote: > CSS filters are generally unsafe - except when used correctly to > separate "dead" browsers from the "living". IE6 and previous versions > are "dead", and can be filtered out safely. CSS filter for IE5+/win > only, targeting versions less than I