[css-d] Ghost space between DIVs

2010-09-27 Thread Sébastien Fichot
Hi ! I can't figure out why their is a white space between the two last block of my webpage, they are not on the same master div and they act like ghosts !! If the block at right "Derniers messages du forum" grows, the block "Comprendre dotnetnuke rapidement" at left is pushed down. ... does anyon

[css-d] Site check please choubidou

2008-02-07 Thread Sébastien FICHOT
HI everyone ! I've released a website for SQL makers. Can someone check this website please ? www.guss.fr It's aways interesting to have more eyes on things that can broke accessibility or reliability between platforms and way-of-thinking. Thank you ! >>> http://www

Re: [css-d] Using CSS to control PDF for print

2008-02-01 Thread Sébastien FICHOT
Hi Chang, Stylising web rendered PDF is as feature included in the PDF proprietary format. You have 3 entry point for this, depending on how you generate your PDF. 1 : you can set a custom CSS class for any element of the PDF when you create it with Adobe Acrobat Pro 8, or, if you dynamically

[css-d] How to make a relative positionned DIV invisible to flow ?

2007-11-20 Thread Sébastien FICHOT
Hello ! I would like that DIV #Reactions-Blog is displayed on the right, and that his height not added in top of article title (IE). It is a reltive positionned DIV, with extra Top and Left positions. With FF, I have a more important problem, since the whole DIV seems moved all in bottom. I

[css-d] Site Check

2007-05-27 Thread Sébastien FICHOT
better than one ;) The site is thus accessible via the URL: http://www.aricie.net/eshop If you observe bugs, I will be charmed to accommodate your screenshots by Email! Thank you - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Sébastien FICHOT 06 65 52 99 59

[css-d] Checking of site

2007-05-09 Thread Sébastien FICHOT
Hello! I think of having finished the part design HTML and CSS of my last project, but I do not have any more a computer under MAC OSX. Can somebody look at this site with Safari or other and say if that is quite visible (compared to another Web browser)? Can you also tell me which version and

[css-d] RRe: @Media in Gecko & IE (suite)

2007-05-06 Thread Sébastien FICHOT
Eric as I've said OffList, I would like to make a conditionnal import using a valid nested CSS import rule. Seb _ Découvrez le Blog heroic Fantaisy d'Eragon! http://eragon-heroic-fantasy.spaces.live.com/ __

Re: [css-d] @Media in Gecko & IE (suite)

2007-05-05 Thread Sébastien FICHOT
Hi The url http://www.w3.org/TR/CSS2/cascade.html#at-import says that "In the absence of any media types, the import is unconditional. Specifying 'all' for the medium has the same effect. " so I've tried to import the rule using the media type "screen" as I need to import a rule for the media pr

[css-d] @Media in Firefox

2007-05-04 Thread Sébastien FICHOT
Hello ! I'm looking for the way to make Firefox and others displaying the correct CSS for the media, but Firefox don't seems to know the @media declaration in CSS. Someone have a tips ? In file skin.css : /*/ /* Nested Import */ /*/ @media screen { /* Don't wor

[css-d] Liquid Adaptive Pullout

2007-04-27 Thread Sébastien FICHOT
Hi everyone, I wonder if someone knows how to make a liquid pullout. All pullouts i've seen for now use fixed width, and floats columns, i let you imagine what if the browser windows is reduced... Thank you for any answer or workArround. Sébastien - France

Re: [css-d] Stylizing each occurrence of a word/phrase (Mark Anderson)

2007-04-25 Thread Sébastien FICHOT
Hi Mark, I don't think than it's possible just using CSS. I'm using a CMS written in VB.net, and i make this things easily by taking out the html encoded string, and applying regular expressions as a filter/pattern/replace. I'ts possible too using PHP. But it's also possible using the NotePad S

[css-d] A DIV that stay at the bottom of the container whatever happens

2007-04-18 Thread Sébastien FICHOT
ot;Région Centre", etc.) should stay at the bottom of the page. Can someone give me some kind of tricks to make it work ? Sébastien Fichot - FRANCE _ Personnalisez votre Messenger ave

[css-d] UL LI Menu in DIV Jump using IE 6

2007-04-11 Thread Sébastien FICHOT
Hello ! I have three DIVs and a ul li menu which use JavaScript for displaying sub-levels (The menu is build dynamically). The script make a transform for IE when mouse hover, adding the class "sfhover". The menu jump to the right when my mouse come hover a button. I'm getting crazy about this j