Arnold Jonathan E. wrote: > Does switching between em and px cause problems in Opera?
Not that I'm aware of. > The page is a protected area, but I've set-up the CSS here, > http://the1912gallery.ehc.edu/testcss.css. What you have here... border-bottom:1px dotted #72411e; border-bottom-width:80%; ...will generate an *80% thick* border where the border-thickness is calculated from "whatever". I don't know what different browsers will calculate that one from, and I can't derive it from the unseen page. (Playing with Francky's example suggests that Opera if using width of the element (h1) or the entire container (body) as calculation-reference, as border-dots changes size with the window-width. Looks like as good a calculation-reference as any. Looks awesome on my 3800px wide browser-window :-) ) Your style will *not* generate a border that goes along 80% of the h1's width, as that would be completely against existing standards... <http://www.w3.org/TR/CSS21/box.html#border-width-properties> So, whatever you want it to look like, that last line should be left out. The thickness of the border is, or should be, set in the first line. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
