
stas at stason
Jan 20, 2002, 9:58 AM
Post #24 of 24
(1320 views)
Permalink
|
>>well, nothing has changed wrt NS4-79 and konqueror > > do you know if or can you try to see if box-borders for > <div>-tags are possible at all for ns4.79/linux - this is so > surprising (and annoying) if not possible. Sorry, I don't know :( > wrt konqueror (horizontal-scrollbar), i simply dont know > this browser at all but i reckon it must have some sort of > css-support, right? It does, but it seems to be broken. That's the KDE project's browser. > could you possibly try a little with the ugly (and wrapped) > html below? I've tried, I couldn't do anything about NS's problem. With konqueror, the moment you add some more content that has wrap the horizontal line shows up. >>>>BTW, I didn't notice earlier, but on mozilla there is a wider margin on >>>>the right side of the menu. >>>> > > if i understand you right we could skip the border around > the menu-box (like on > http://www.bullitt.suite.dk/div/download/index2.html), > no-one will notice this i guess. I was saying that the left margin in the menu box is narrower than the right one. but sure you proposal is just fine. > div.leftcont {position:absolute;top:5px;left:5px;width:160px;} > div.menu {border:1px;padding:5px;border-style:solid;border-color:#000066;background-color:#ffffff;width:160px;} > div.notactivenav > {background-color:#ffffff;padding:2px;font-weight:bold;border:1px;border-style:solid;border-color:#000000;margin-top:-1px;width:150px;} > div.cbox > {position:absolute;top:5px;left:195px;padding:0px;margin-right:10px;border:1px;border-style:solid;border-color:green} All these 160px and similar should be replaced with % I believe. If I have a very narrow screen, I don't want the menu to take it up. Well you know what I mean :) Or is there a way to tell, use at most %15 or something like that? _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:stas [at] stason http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|