| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> hmm that shows up and now i have a scroll bar with about 200px underneath the backtrans.gif <1> could anyone say me if this should work please ? : a:after[href^="http"]{ <1> when I do a a:link[..] it works <1> but with after not... <2> a[]:after { } <1> trying <1> not working <3> hat jemand ne css referenz da? (nur verschiedene Tags nachschlagen) <1> english would be better here <4> whats the most semantic way of creating a form <5> heya <1> hey <5> guys, can anybody give me a hint, why I have white borders around submenu items in IE (gecko is fine) in the dropdown? http://prod.cms-test.dvag.com/ <6> adio: Check it again, but that's it, it's an example, I'm not doing the site for you ;) <3> oh damn.. sorry, gonnarule -"anyone has a css reference here? (just to look up some tags)" <7> gonnarule: http://w3.org/TR/CSS21/propidx.html
<6> Mirrakor: css doesn't have tags <3> yeah, sorry - don't know how to say it, uhm, the "definitions" <1> it worked yes with tag[select]:subcl*** <7> `css selectors @ gonnarule <8> gonnarule, css selectors: http://w3.org/TR/CSS21/selector.html , http://css.maxdesign.com.au/selectutorial/ , http://gallery.theopalgroup.com/selectoracle/ <1> it s ok it s working :) <6> Mirrakor: it's selectors and declarations with properties and values <6> Mirrakor: with the whole being a rule... http://linuxnet.ca/dev/images/css_rule.gif <9> Hi, i'd like to add a dashed line under a text, so i do: text-decoration: underline; text-underline-style: dotted; but it doesn't work, any idea ? <10> so I have two divs in a parent div. The first inside div has align='left' ... yet the second inside div ends up underneath it. <10> How do I just align the things side-by-side... ? <7> enzo: border-bottom: 1px dashed fuchsia; <10> why does it have to be this complicated ? <7> babo: it isn't <7> `float tutorial @ babo <8> babo, float tutorial: http://css.maxdesign.com.au/floatutorial/ , http://phrogz.net/css/understandingfloats.html <7> `float contain <8> float contain: http://www.quirksmode.org/css/clearing.html http://positioniseverything.net/easyclearing.html http://complexspiral.com/publications/containing-floats/ <9> no other way reisio ? cause i wanted to avoid border-bottom <7> enzo: why? <9> cause i have an image and a text in my div, i only want to add dash line under the text <7> enzo: well text-decoration: underline; or similar would likely go under the img, too <7> enzo: use vertical-align on the img to cover the line, perhaps <7> or separate out the link <9> i see only under the text <9> but nevermind, i'll add some more css on the text <7> sorry, dunno if you can dashed text-decoration <9> nevermind <7> I saw :p <9> tell me, i have a link, and when i put mouse on it, it shows a floating div containing some html, do you know a good piece of code to do that ? <9> for now, i have a code, but it doesn't perfectly works <10> reisio: cool, the maxdesign tutorial is probably one of the best I've read. Thanks <7> enzo: :hover <9> yes reisio that's the technique i use for now <7> that's fine :) <9> i have a very annying thing with FF, if i do <span title="long long text">foo</span>, i get only the first 70 caracters of long long text, any idea to make it show the long text ? <9> it works on IE <7> implementation of the title attribute is a gray area in the specs <7> use :hover if you want it done specific <9> ok so i'm back in my problem with hover... <9> can i give you my piece of code reisio ? <7> enzo: sure <9> http://www.source-rh.com/~despatis/hover.html <9> i'd like the help to be inline <7> enzo: where? <9> the sentence should be some text with help in it <7> oh right <7> 1min <7> enzo: y'know doctype declarations are important even for little tests <7> `doctype <8> doctype: Take a gander at the fine document type definitions available here: http://www.w3.org/QA/2002/04/valid-dtd-list.html (HTML 4.01 Strict is recommended) <9> reload the page, you'll see the doctype i use <7> enzo: .divhelp { display: inline; float: none !important; } <11> http://sovietpc.com/portfolio/ <11> what do you think? <7> enzo: or you could just use a span instead of a div <7> `tableless @ Joseph <8> Joseph, tableless: http://hotdesign.com/seybold/everything.html http://xrl.us/iawr <9> wait 1 min reisio <11> I'll go table-less, when there is a major need for it. <7> Joseph: probably won't ever be
<11> reisio, exactly. <5> point is, there is no major need for tables in _your_ particular case either... <11> well jenner, the point is... why learn something new, if I don't need to use css for columns? <11> And that's pretty much all I used the tables for... simply setting up columns. <11> There is absolutely no other table on my site. <5> tables are for tabular data, not for layout... <11> ... evidently that little fact didn't stop my site from loading correctly, the way I designed it. <11> So it seems as though beyond the mainly css adopted notion that tables are not for layouts, it seems as though that notion holds little weight. <12> http://cc.dyndns.org/ag/bah.html <- why does the table (server list) in the center drop down to the #footer in IE 6+7 as soon as I set the table width to be more than 97% ? What exactly is this the % width of? <5> Joseph: Why don't you make a screenshot of your "design" and add an image map for your links? It will load correctly in any browser, just "the way you designed it" <7> supergreg: its parent <7> supergreg: probably because of a difference in default margin/padding between IE and whatever browsers you're comparing it with <5> enzo: http://212.211.144.90/help.html <9> ok jenner <9> sorry i'm on the phone, 5min <12> reisio: its parent would be a div, and then div#main - both have a set pad+margin - how can they differ? <7> supergreg: just set * { margin: 0 !important; padding: 0 !important; } and observe the results <5> enzo: you'd need an extra onmouseover hook for IE, since it doesn't understand :hover on <span>s <13> hello everybody, is there any way to make all list items displayed inline to use the same proportionnal width, depending on the width of their container, do that width is full of list items please ? <13> i can't find such exemple on the listomatic .. <7> is_null: use float: left; instead <7> and if you have a's inside your li's, just float: left; the li's and then ignore them <12> reisio: what am I supposed to observe? <11> jenner, why the hell would I do that? <7> supergreg: the changes <11> It must hurt knowing that I don't have to use CSS for everything. <5> Joseph: why the hell are you using tables? :) <11> Silly goose. <11> Because I can? <9> pfiou, free again <11> I love the freedom of choice. <5> whatever. <11> ;) <12> reisio: I see a lots changed, but I cannot see how that should help me in any way. FF 1.5 and IE 7 now display the same, but IE 6 is kinda off. However, my initial problem was both in IE6+7 <13> reisio: thank you, but it doesn't seem like i can get it working on http://82.240.220.118/php.cl***es/TMShop/index.php?keyword=business <7> supergreg: does the table appear in the approximate correct location? <7> is_null: what's the problem there? <13> reisio: i am trying to make the navbar list items to fill the whole width, like on sellingtemplates.com <7> is_null: add the a's <7> I need to split for work, peace <9> thanks reiso it works great <9> and thanks jenner for your code <9> i've still a slight problem with z-index, but it should be ok, i'll be back later on <14> hm i think i never really understood the css subselectors ... i want to select every element inside "tr.hightlighted" as well as the element itself too, but i dont get how ? <15> `css selectors @ THC4k <8> THC4k, css selectors: http://w3.org/TR/CSS21/selector.html , http://css.maxdesign.com.au/selectutorial/ , http://gallery.theopalgroup.com/selectoracle/ <2> tr.highlighted * { } <16> tr.highlighted, tr.highlighted * <15> THC4k: You want a grouping selector IIRC <2> that too <17> and how does a group selector work? <17> oh <17> link <15> Denv: http://w3.org/TR/CSS21/selector.html <14> heh i figured "tr.highlighted *" , but it looked wrong because it didnt selecet the tr.highlighted too ^^ so i guess i just have to spell it out .. thanks <14> thanks everyone :) <18> hey whats going wrong when you cant centre an image within a div i totally have forgotten the error <18> not error <18> but whats going wrong cant even google it lol <15> `center @ matt1982 <8> matt1982, center: http://dorward.me.uk/www/centre/ <18> cheers Dorward your my saviour! <19> Hello. Anyone familiar with JOOMLAs CSS ??? <2> ]search haslayout <2> ]ztut ie haslayout <20> All about IE hasLayout: http://zoffix.com/css/ie/haslayout.shtml <9> jenner: ? <9> http://212.211.144.90/help.html doesn't work well on IE right ? (i use IE7, :hover is working, but zindex not) <5> enzo: actually, you don't need z-index at all <9> jenner: if i don't put z-index, it doesn't work on FF <5> enzo: and I don't have IE7 here atm, so I can't check if span:hover works <9> well nevermind, cause i don't want javascript, so i've used conditionnal commentary <5> enzo: I just removed z-index (reload the page) - works fine in FF
Return to
#css or Go to some related
logs:
#math splice mpeg mencoder #python #redhat #lgp #python #perl problems PHP GD createimagefromjpeg
ssh command mount f xbox ubuntu ubuntu nzbget zlib
|
|