[css-d] pre-warp

2008-05-05 Thread Anas R.
Hi all, Does any one know which version of which browser support pre-warp? Sems like no browser support it so far?! Best regards, - Anas R. http://www.richstyle.org __ css-discuss [EMAIL PROTECTED] http://www.css

[css-d] :hover

2008-04-20 Thread Anas R.
been set as an inline object. Any solution? Best regards, - Anas R. http://www.richstyle.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

[css-d] A printable pre

2008-04-19 Thread Anas R.
tabs. - or you'll keep line-breaks and tabs, then you'll lose the rest of the line! According to w3c specifications there are another choice to print both line-breaks/tabs and there rest of the line wich is pre-wrap but it didn't work in any browser, any soltion please? Best rega

[css-d] Styling input[type="file"]

2008-03-21 Thread Anas R.
Hi all, Is there any way to style input[type="file"]? both the text field and the button? Best regards, - Anas R. http://www.richstyle.org/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/li

[css-d] Floating Blocks

2008-03-20 Thread Anas R.
link2 -- Best regards, - Anas R. http://www.richstyle.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-dis

[css-d] Formating Table Columns

2006-08-14 Thread Anas R.
Hi All, I'm trying to give a table colum some special attributs using CSS, I've wrote something like this: --- table {width: 100%} .col2 { direction: rtl; background-color: yellow; } Normal