[css-d] positioning problem in IE6

2006-10-01 Thread Guillaume Bokiau
Hello,

http://mazara.4project.be/2/

Please compare the lower-left temple-image on IE and on other browsers. 
Anyone care to explain what exactly is going on there? It seems IE both 
falsly interprets the width and the negative margin. Or is it the 
background-image? I'm lost.

And you might also want to admire that wonderful semi-transparant png 
degradation. (hears a few laughs) Ok, i'll never ever show off again 
when writing to css gurus.

Thanks for the help!

Guillaume
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] works in IE6, not in IE7

2006-10-01 Thread Guillaume Bokiau
www.culturelab.be/fr/editions

the clear:both propreties work pretty much everywhere except in IE7. Any 
idea?
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] now what on earth is this again? [IE driving me nuts]

2006-06-25 Thread Guillaume Bokiau
www.demir-ri.be

compare in IE and any other browser
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] make link on image causes layout to break

2006-06-07 Thread Guillaume Bokiau
Hello,

try validating (http://validator.w3.org/) next time :0) You didn't put 
any of the doc information, nor the head, body, html tags etc. Dot it 
and eveything works just fine.

 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN

http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;

  html xmlns=http://www.w3.org/1999/xhtml; lang=en xml:lang=en

head

  titleTitle/title

/head

body

  !-- ... body of document ... --

/body

  /html



[EMAIL PROTECTED] a écrit :

http://www.constructweb.com/epic/tab/

hit the second tab : link layour breaks..
  

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Firefox issue

2006-06-05 Thread Guillaume Bokiau


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] weird safari behavior (advanced css)

2006-06-04 Thread Guillaume Bokiau
Have a look at http://www.4project.be/Guillaume%20Bokiau/ in Safari. 
When you use the horizontal scroll far enough, some sort of white box 
seems to overlap the main content. It doesn't in firefox (should be 
tested in IE7 and other modern browsers but I have none). Also, if you 
push one of the arrowish buttons on the bottom, and then rappidly scroll 
back and forth, you will notice there now seem to be two boxes, leaving 
empty space between them. OK this is hard to explain but try it and you 
will see.

A rapid guess would be that this is due to the clip proprety of 
maincontent... I can't figure a way to test nore avoid that though.

(making the page degrade nicely in IE6 and when javascript is disabled 
will be the next step - don't worry)

Thanks in advance four your advice.

Guillaume
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Jumping blocks in Ie

2006-05-02 Thread Guillaume
Hi everyone,

I'm experiencing a content jump in Ie ( all versions ) in a list using a 
simple a:hover {background-color: #000;}
This is a known bug since Ingo Chao has built a detailed description on 
Pie about: Quirky Percentages in IE6's Visual Formatting Model.
I tryed to remove the floats, wrap my list in other containers... 
Without any success, I just can't find my way out this problem...
Here's the page:
http://www.louiscarre.fr/contact
In Ie if you mouse over the list on the right, the block just below will 
jump.

Any advice ? Any idea on how to fix this ?

Thanks.

Guillaume.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Reseting styles with the use of conditional comments

2006-05-02 Thread Guillaume
Hi everyone,

I'm using an @import filter to fire my css...
Now I would like to reset those styles for Ie 5.0 for example, to make 
sure he only has the text version and no styles at all...
I thought throwing to this browser an empty style sheet through 
conditional comments...
But apparently it doesn't work this way...
Any clues...

style type=text/css title=Structure@import 'layoutLcie.css';/style
style type=text/css title=Structure@import 'colorsLcie.css';/style
style type=text/css title=Structure@import 'fontsLcie.css';/style

!--[if lte IE 5.0]
style type=text/css title=Structure@import 'lte50.css';/style
![endif]--

Guillaume.



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Reseting styles with the use of conditional comments

2006-05-02 Thread Guillaume
Els

  To make it work, you need to counter the styles from the previous 
stylesheets in lte50.css.

You mean every single style has to be the same in lte50.css ?
Can't I just then do a global reset from this last style sheet and kill 
all previous styles ?

Something like:

*{border:none; float:none; background-color:transparent; clear:none etc, etc...}



How would I throw a stylesheet only for Ie 5.0 and make sure he doesn't see
the previous @import styles ?

Is that a way to go ? Is it possible to reset all styles ?

Guillaume.


 Guillaume wrote:

 Hi everyone,

 I'm using an @import filter to fire my css...
 Now I would like to reset those styles for Ie 5.0 for example,
 to make sure he only has the text version and no styles at
 all...
 I thought throwing to this browser an empty style sheet through
 conditional comments...

 But apparently it doesn't work this way...
 Any clues...

 style type=text/css title=Structure@import
 'layoutLcie.css';/style style type=text/css
 title=Structure@import 'colorsLcie.css';/style style
 type=text/css title=Structure@import
 'fontsLcie.css';/style

 !--[if lte IE 5.0]
 style type=text/css title=Structure@import
 'lte50.css';/style ![endif]--


 You mean lte50.css is really just an empty sheet? No, that won't work.
 IE5 first picks up the other three stylesheets, and then an empty one 
 extra, which doesn't tell it anything. To make it work, you need to 
 counter the styles from the previous stylesheets in lte50.css.


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Styling alt attribute

2006-04-01 Thread Guillaume
Hi there,

Is it possible to style the alt attribute without declaring a style for 
the whole body ?

Such as:

alt {

font-style: oblique;

}


And of course this example doesn't work.

Any ideas ?

Guillaume.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] small absolute problem

2006-01-27 Thread Guillaume
Pria,

On 1/27/06, Guillaume [EMAIL PROTECTED] wrote:
  

Hi list,

I have two divs: first comes A and then B, both with unknown height.
B is pushed up, positioned above A in the layout, using position:
absolute; top: 0.
Is there a css-way to retrieve a stack order, to place A just under B
without specifying any margin-top value for A and this way avoiding
overlap ?





Hi Gullaume.
Is there any reason from you,
why you put B with absolute position?
  


The reason is wich content I want to appear first in the textual 
structure. In a semantic point of view and for spiders div B is more 
important than div A, wich is also very important but for the layout 
only. So semantically speaking we would have to put div B first and div 
A next, and for layout purposes push this last one  up so it would  
appear first in the layout,. That's why imagined to use an absolute 
positioned element.




IMHO, if you put absolute position with B,
you can't place A below B.
  

I had doubts about it but it's pretty clear now.

Thank you for your answer

Guillaume.


--
http://didats.net/page/291/jakarta-aku-datang/
__
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://www.evolt.org/help_support_evolt/

  


__
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://www.evolt.org/help_support_evolt/


[css-d] min-width

2006-01-04 Thread Guillaume
 Hi list,

Does *min-width* behave the same way as min-height in standard friendly 
browsers and in Ie, meaning:
min-width = min-width in standard friendly browsers
min-width = width in Ie.

Thanks.

Guillaume.
__
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://www.evolt.org/help_support_evolt/


Re: [css-d] Dreamweaver 8: is it's code truly standards-compliant?

2005-10-27 Thread Guillaume
I'm not sure but I think Dw uses ( was ? ) using the Presto layout 
engine, the same that works inside Opera browsers.
If so, you logicaly cannot rely / trust it to render properly pages 
cross-browser.
But I'm not sure... Someone should confirm this...

Guillaume.

 Matt Poyner wrote:

 We are getting ready to upgrade to Dreamweaver 8 here and I am wondering
 if anyone has had time to work with it much yet?


 Does the program do CSS layout by default, or does it mix tables and
 css together, or can you choose?


 Hi,

 I've been using version 8 since the demo was available and have had 
 pretty good luck with it. Your main question is somewhat difficult to 
 answer because, although Dreamweaver has a design view, the markup 
 the editor generates has always (as far as I know) been left up to the 
 developer--you can work with any tag you need. Whether you wish to 
 work with tables or with more semantic markup when appropriate, 
 Dreamweaver can accommodate you. In the end, though, *you* still have 
 to direct the markup, CSS, and methodology used. I guess the best 
 answer is: you can choose the markup and the CSS and mix them any way 
 you like.

 The standards and CSS support in version 8 is allot better than 
 previous versions and the design view handles CSS layouts pretty well. 
 I've still managed to wreck it with some off the wall stuff, but most 
 of the basic layout methods I've tested work great. That being said, I 
 still don't rely on design view for accuracy. All I care about is that 
 it is close enough for me to get and idea of how things look and that 
 it allows me to edit copy quickly. I do all of my formal testing in 
 browsers and all of my markup in code view.

 Altogether, I love it.


__
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://www.evolt.org/help_support_evolt/


Re: [css-d] Directory of well designed css sites

2005-10-25 Thread Guillaume

Stylegala ( http://www.stylegala.com ) is all dedicated to this.

Guillaume.


Hi all,

I am looking for a directory of well designed css sites. Anyone know of one?

Thanks
Craig
__
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://www.evolt.org/help_support_evolt/

 



__
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://www.evolt.org/help_support_evolt/


[css-d] A hack for all Opera browsers ?

2005-10-20 Thread Guillaume


Hi all,

Is there a hack that works in *every* version of Opera browsers  ?

Guillaume.


Play: hablablow.com http://www.hablablow.com
Talk: only-4u.org http://www.only-4u.org
Work: webdesignofficina.com http://www.webdesignofficina.com

__
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://www.evolt.org/help_support_evolt/


Re: [css-d] Writing maintainable CSS

2005-09-27 Thread Guillaume

Hi Simon,

here is my very little contribution to your question. When working on 
large stylesheeets I usually split data over three stylesheets: 
structure.css, fonts.css, colors.css... Working first on a single 
stylesheet, I split then data over this stylesheets when debugging 
process starts...It has the advantage of being clear enough, the 
structure gains in legebility iwhen it comes into making changes and in 
the debugging process: one should then only work on the structure.css. I 
also use this to filter only the structure.css for Ie mac with an 
@import method. So if there is no workaround in your css for this 
particular browser, it will still get the color and font design... 
Always better than plain text...
Your question is very interesting... Please tell us more on the list 
when you'll get more interesting answers.


Guillaume.


Hi all,

I'm interested in gathering advice on keeping large stylesheets  
maintainable, particularly ones that have more than one person  
working on them. I think that this is an area of CSS that has not  
been adequately discussed in the past.


I've written more about this on my blog: http://simon.incutio.com/ 
archive/2005/09/26/maintainability


If anyone has any ideas to share, particularly from tackling this  
problem in team projects, I'd love to hear them.


Thanks!

Simon Willison
__
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://www.evolt.org/help_support_evolt/



__
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://www.evolt.org/help_support_evolt/


[css-d] Browser don't catch named anchors if in fixed elements...

2005-09-06 Thread Guillaume



Hi all,

Seems the browsers ( Op, Saf, Ff on Mac ) don't catch named anchors if 
placed inside position:fixed containers... Trying to get to

a name=top/a with a href=#top will simply produce nothing...
Is this a known bug ? Any workaround for this ? Or is this the way it 
should be ?...


Guillaume.
__
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://www.evolt.org/help_support_evolt/


Re: [css-d] setting initial height for a DIV: is it possible?

2005-08-31 Thread Guillaume

Adam Kuehn wrote:


cappellano wrote:


Is it possible to set an initial height for a DIV? I want to use
height: auto for this DIV overflow, but as it contains a bg image, I
need to start it with an especific height to show the image. Is it
possible?



It is certainly possible to set a minimum height.  Just specify 
min-height: [length].  You can separately set the height to auto. This 
works in most modern browsers.


Naturally, however, this does not work in IE/Win.  However, IE will 
(incorrectly) expand a DIV to fit its contents, regardless of what you 
specify as the height.  So, if you don't mind using hacks (see the 
Wiki), you can set the min-height, and then feed a height value only 
to IE/Win.  That should make IE do what you want, too.


But then Ie will set a fixed height for this div. If the layer is 
containing some text that will be resized over this fixed height, this 
text will jump off the box... Right ?


Guillaume.

__
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://www.evolt.org/help_support_evolt/


[css-d] Best IR technique ?

2005-08-30 Thread Guillaume



Hi all,

could someone advise the best/safest Image Replacement (IR) technique to 
use: cross browser friendly, screen reader accessible.
Seems the classic Todd Fahrner method is not catched safely by all 
screen readers and just fails if the server never sends the image.
Another method suggests to use text-indent:-999em, but causes problems 
with Ie 5 Win wich will also indent the background-image.
A last method suggested by Pixy uses z-index and absolute positioning to 
cover the text with the replacing image.
Is this last method safe and the best one ? Any other IR tricks to 
mention/point ?


Thanks.

Guillaume.
__
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://www.evolt.org/help_support_evolt/


[css-d] Testing: Win inside OsX...

2005-07-21 Thread Guillaume


Hi list,

I would like to increase the Css tests i can run and manage 
cross-browser / cross platforms Css issues...
I'd like to use a Windows emulator, Virtual Pc on Mac OsX, to resolve 
this issues... Could someone just give me some feedback about using this 
software: does it exactly manage browsers as a Pc would...Will the 
browser render engines run the styles in this emulator as they would on 
a physical machine... Did someone experienced bugs in it: Css displaying 
fine inside the emulator and then break in a physical Win machine ?

Is this a way to go ? Is this method safe ?...
I do apologize if this hurts the list policy, not being strictly a Css 
question, but still, i think, related to Css issues and testings...

Thanks.
Guillaume.
__
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://www.evolt.org/help_support_evolt/


Re: [css-d] Testing: Win inside OsX...

2005-07-21 Thread Guillaume

Ben,
thank you for such a detailed report / explanation of the use of Vpc...
Added some comments below...

That's the prep work, here's the CSS pay-off: certain technologies  
are shared in the Windows system, and so installing even standalone  
versions of Internet Explorer on the same Windows machine result in  
hybridized or wrong results during testing. 


I remembered someone pointing in this list, a while ago, that Js would 
throw some errors in Ie just because you installed multiples versions of 
this browser on Windows.



- in CSS, if you don't use a version filter on your
conditional comments, then your hacks aren't
forward-compatible



In fact, I was going to ask this to the list: many designers target Ie 
with conditional comments without mentioning the version they would like 
to filter. What is going to happen, with a global !-- if IE --... next 
version of Ie, that will have a better Css support will it eat the same 
Css built for older versions ?


Guillaume.
__
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://www.evolt.org/help_support_evolt/


Re: [css-d] problems with background image flickering on scroll

2005-07-11 Thread Guillaume

Hi there,
It's flickering for me here on FF mac, laptop...
did you meet this problem especially on Firefox... I'm asking this 
because i experienced similar situation with fixed elements
covering big size images... In fact the more i design with it the more i 
think the Gecko layout engine is poor, has difficulties
to paint, or in your case repaint the background, on screen when the 
content is scrolled. As Bruce mentioned you  should
probably change your background... I've seeen more pattern based on 
diagonals than horizontal lines...
Or maybie try a background-attachment: no-scroll, that will stop your 
bgnd moving up and down and should resolve the flicker.

Good luck.
Guilllaume.


Hi Bruce,

I'm not sure if it's the CSS causing the problem.  It may be the space
between the lines.  The gap is very narrow, on my screen resolution
(1280 X 1024) the page hurts my eyes a bit, so maybe it is an optical
effect caused by scrolling the page.

Regards, Keith.

On 7/11/05, Bruce Gilbert [EMAIL PROTECTED] wrote:
 


Several people have pointed out to me that on my site you get a
flicker when scrolling down or up with the background image which is
just a small line gif which repeats.
I can duplicate this myself, but I am not sure what is causing this problem.

the URL is http://www.inspired-evolution.com
CSS: http://www.inspired-evolution.com/Gilbert.css

any suggestions?
__
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://www.evolt.org/help_support_evolt/

   


__
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://www.evolt.org/help_support_evolt/

 



__
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://www.evolt.org/help_support_evolt/


[css-d] font-size-adjust:.58;

2005-07-04 Thread Guillaume



Hi there,

I'd like to share / ask this question i've been thinking of for a long 
time...
It's about using the *font-size-adjust* property, specifying a x-height 
factor for whole or parts of fonts used in a document.
Here is the W3C doc 
http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-size-adjust.
I don't understand why / see this property widely used, as it is the 
perfect solution to adjust font size in different situations.
A better way than to fire up a font-size for the whole document, such as 
100% or 100,01%...
If anyone has more infos, discuss this point, or just tell me this is 
not a way to go... I'll be glad...


Guillaume.
__
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://www.evolt.org/help_support_evolt/


Re: [css-d] (IE problem) vertical-align of div in td doesn't work when div has relative height

2005-07-01 Thread Guillaume
Take a look at this 
http://www.jakpsatweb.cz/css/priklady/vertical-align-valid-solution-en.html
It gives you a valid method to center content, or change it's values to 
any vertical-align options ( in your case bottom ).

There are two parts in the css: for all browsers / for Ie.
By the way it is the only clean method i know to control vertical-align, 
especially to center content vertically.

Guillaume.
__
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://www.evolt.org/help_support_evolt/


Re: [css-d] Nested List YADM menu problem with IE

2005-06-28 Thread Guillaume AVELINE
The roll over is veryslow.
You migth optimize it., i've not look the code yet

 2005/6/28, David Boddie [EMAIL PROTECTED]: 
 
 Hello all,
 
 I have been playing with this menu for 4 days, starting over twice and 
 it's
 about to drive me insane.
 
 I've gotten my YADM menu almost complete. It works and looks great in most
 browsers, except IE. I'm getting a funny 2-3 pixel margin at the top of 
 the
 nested ULs on the javascript menu. You can see it if you hover over the
 menu on the left of the page. I've adjusted the margins, the heights, the
 padding, everything. I've stripped it out of the page to display it by
 itself, and it still gives me that 3 pixel problem...
 
 I have placed the UL menu in the #leftcolumn container, and have already
 set up the non-javascript version to look perfect on all browsers...
 
 Can anyone help me?
 
 HTML page http://www.uark.edu/depts/gradinfo/test/gradmockup05a.html
 CSS page http://www.uark.edu/depts/gradinfo/test/gradmockup05a.css
 
 Thanks in advance,
 
 ---
 David Boddie, Webmaster, Graduate School
 University of Arkansas | #6 Dickson Street Annex
 Fayetteville, Arkansas 72701
 Phone: 479-575-6184 | email: [EMAIL PROTECTED]
 ---
 
 __
 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://evolt.org -- 
 http://www.evolt.org/help_support_evolt/
 



-- 
Guillaume Aveline
__
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://www.evolt.org/help_support_evolt/


[css-d] I'm joky

2005-06-27 Thread Guillaume AVELINE
Hello everybody, i'm joky a french webmaster, i'm coding CSS since last year 
and i found this mailling list so i suscribbed.
Sorry for my poor english and my errors, i'll try to do my best, to help you 
if i can and to explain my probleme the best i can when i'll have to do...
 thx all...
__
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://www.evolt.org/help_support_evolt/


Re: [css-d] Retrieve margin-top value from other ids + example link

2005-06-08 Thread Guillaume

Thanks Roger for your reply.

I have build up a page to show you what i'm talking about 
http://www.hablablow.com/fixedTest/css_d_page.htm



I imagine Js would give me the best control of what i try to achieve.
But i'd like to keep positions managed in css.
Logically:

nonFixedLayer{
margin-top: fixedLayer1+fixedLayer2;
}

To make things not easyer, and scalable, the second fixed layer doesn't 
have a height defined
Isn't there a pure css solution for this simple calculus ? Such as 
adding values with ancestors or parent nodes, inheritance...
The best step i'm into know: since 2 fixed layers are byh default 
absolutely positioned have a greater z-index, i use an empty layer 
called dummy ( containing a single ;nbsp ), with a line-height value, 
to push the non fixed layer to its correct position from the top of the 
window. But this breaks somehow when text in fixed layer just above 
wraps on several lines.


 A javascript solution added to the em based top margin would give yo 
the best of both worlds.


Any ressource to point ?

Thanks.

Guillaume.




If you want to avoid javascript, you could set the margin-top of the 
static part in ems.  That way the top edge will be dependent on the 
user's font settings.  However, this method is inexact.  A javascript 
solution added to the em based top margin would give yo the best of 
both worlds.


By the way,  we could give much better advice if you could post the 
page somewhere.  Otherwise, all we can offer is generalizations.



Roger,

Roger Roelofs
Know what you value.




__
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://www.evolt.org/help_support_evolt/