| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> I have some text, how can i make it so when you roll over it shows a desc text somewhere else? <1> where else? <1> unless you use some careful magic, you'll likely have to resort to JavaScript <0> well i was just going to display under the text link <1> oh... like a tool-tip? <0> yea i was thinking that same but JS << yuck <0> yea just like that <0> yea that kind of opens in its own little box, anyway to have it within the HTML page and display under the link? <2> "JS << yuck"? <2> You're going to purgatory for that! <1> heh <0> I dont use JavaScript as i deal with complicany and accessibility and its just not always good to use it unless its run serverside. <0> anyway so yea the ToolTip Method. <1> `tooltip <1> hmm <0> infact that would need some form of javascript though.
<1> I did some messing about trying to make tooltips <0> like.... <0> onMouseOver="javascript:this.cl***Name='ToolTextHover' <1> why? <1> oh.. to support IE? <0> yes, well untill they release 7.0 :) <0> Then again it might be ok without it, ill have a try now. BBR <0> brb* <1> pfft.. it's not looking much better <1> ;support :hover <3> FunkyBob: :hover { IE 6: I | IE 7: I | Firefox 1.5: Y | Opera 8.5: I } http://www.webdevout.net/browser_support_css.php#support-css2pseudocl***es-hover <4> Guys, how can you get the content of a doc to wrap around a floating div? <5> If you say #bla {width: 100px;} #bla {width: 80px;} will the object actually be rendered with a width of 100px before being rerendered again at 80px? Or is the entire stylesheet processed before rendering? <6> oticon6: i think it depends on the browser <6> but yes the last value wins <6> the browser first set it to 100 and after to 80 <7> oticon6 the data is parsed in the order it occurs in the html document, so by the time the element renders no record of a 100px width will remain <8> how can i use divs like columnds like <td>s, my div columns crashs when div heights changed <8> angels <8> angels do you alive <9> hi i have defined css inside stryle tag in jsp file but its not gettng applied <10> This isn't a Javascript channel. Have you tried #javascript <9> if i use style inside the tag and define proprty there its working but not if i use cl*** to access the css <8> if you help me i ll give you candy <10> Once again, not a CSS channel. <8> it s a gift only come on <10> The stupidity limit in this channel is breaching reality. <11> whats best practice to create dynamic size pages? using %, using em or using px <10> rabeldable, px. <11> thats not a pure css solution though is it? <10> I have no idea. <10> I'm about to smash internet explorer. <12> rabeldable: use em <11> I have used javascript for dynamically ***igning values based on window size, but have never used px otherwise <13> how can I use margin/padding so it works from the centre of a item? <13> ie if I want to pad/margin something 50% from the centre of the object/item <13> ? <13> basicly, align it where I don't seem to be able to get align to work <13> nm I found a fix <14> rabeldable, page size is %, unless you mean min-width: 800px, font size is em, your best setting, font-size: 75% in the html tag, and then if you want a different size, 1-5em <15> does anybody know how I can fit a div's height to the parents height? <15> the parent is a div too <14> inherite (bah i cant spell) <15> that doesn't work, I don't have a fixed height <15> http://users.telenet.be/jevez/belial/example.htm <15> http://users.telenet.be/jevez/belial/header.css <15> I want P, C and N to stretch <16> hello <5> Beli: height: 100%; <15> oticon6: and what if the text gets longer than one page? <5> Beli: The position of the div is relative (by default) to its parent, so height when expressed as a percentage is too. The outer div will stretch, so the inner divs will too. <15> that will only happen if I set a height to the parent div <5> Beli: It should work whether it has a static height or if the height is set by text. If it doesn't work, try adding float: left; or float: right; as well. Divs are funny things... I'm still struggling to make them do everything I want for a fully compatible liquid layout. <11> what is the text alignment value called that does a document centered justify. The left margin and right margin are the same and the spacing between text is smaller or larger depending on the words. In word processing its called justified... Is it the same in html / css ? <15> margin: 0 auto; <15> text-align: justify; <15> ? <5> rabeldable: text-align: justify; <11> Keloran: I'm trying to figure out the best way to have multiple screen resolutions fit my design, I think I might have to add some javascript for that <17> Beli: position relative on the parent div. <5> rabeldable: If you're going to do it with Javascript, be careful with DOM. The support is ridiculously limited.
<17> rabeldable: justify works fine, why would you use JS for that? <15> !v http://users.telenet.be/jevez/belial/example.htm <18> HTML: Not valid - Errors: 2, http://validator.w3.org/check?uri=http://users.telenet.be/jevez/belial/example.htm <18> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://users.telenet.be/jevez/belial/example.htm <15> :o <14> rabeldable, why not just use % <14> or do you mean totally different designs <15> Flannel: I don't think it's that easy :s <17> Beli: you're using floats, you didn't specify that. Floats shrinkwrap <15> oh <17> floats always complicate things ;) <15> I've noticed <14> float > fixed <17> Beli: so, how is this all supposed to look? is itfluid width? fixed width? what? <15> bah, the width is fixed anyway, i'll just use a background image :) <15> wich means I only need two divs <15> it's background-repeat: repeat-x right? <14> yeah <0> anyone able to help me with something? <0> if you goto http://1linesoftware.com/ <0> and hover over the menus at the top <0> its doing the darket on UL, but would like them to do LI for each link but cannot work it out. <0> Ill paste CSS now. <0> http://pastebin.ca/98146 <0> works best in FF, but in IE its left aligned aswell any ideas on how to adjust that for the UK <0> UL* <19> Try filter: alpha(opacity=100); for IE (both methods exist.. haven't experimented with the difference between though). <20> hi <19> Hi. <20> isn't it possible to use background positioning and repeat ? <19> Yes, yes it is. <20> hmm that's odd <20> i will upload the code, maybe you see what is wrong cause I don't <20> if you want ofcourse ;) : <20> www.alex3305.nl/design/ < can you check it out ? <20> witihin div#container i set a background with a repeat-y and a positioning, but it isn't working, as you see thee is now a white block on the left. <21> hi <20> hi <0> (Alex330): sec. <19> "background: url(./images/index_00.jpg) 0 50px ;" I'm not seeing a repeat-y <0> (oticon6[afk]): because you dont have it set <20> i did remove it :P <20> but anyway I added it and it is still not working <0> you need to add background-repeat: repeat-y; <20> i just did overhere <20> on my local version but it didn't work <0> (Alex330): goto 1linesoftare.com in FF it is centered and in FF its not any ideas? <0> in IE its not i mean lol <19> Alex3305: Does the background image work at all..? <20> yes it does <20> do you see that block on the topleft ? thats a part of the background <22> eek.. lo <23> hi all <23> i want to write a simle guest book and i need to make a form with two divs inside it. one aligned left, one right (together wide-filling hole page), but i also need to make some <p> and <hr> below that form <23> and when i write <p>sth<p> or <hr/> it drawing it on that form (opera) and draw a pice of them on the right side of form (ff) <23> what should i do to make it works? <23> (hope you understand my english and know what i mean :/) <24> umm <24> huh? <24> :p <1> prizman: float the left box... make the <hr> clear: left; <23> FunkyBob: clear:left or float:clear? <1> prizman: float:clear doesn't make sense... and isn't valid.... clear: left; <24> float <24> XD <1> it will force the <hr> below the floated element <23> FunkyBob: k, i'll try and came back to say how it works <1> poorly, I expect <23> FunkyBob: man.. you're da boss :) <23> works perfectly <1> I'll send you the bill later <23> :( <1> heh
Return to
#css or Go to some related
logs:
#linux pcntl_fork daemon python pprint var_dump #perl #lgp PHP5-GD+Fedora Core 5 #bash #debian mysql money column glade vs gazpacho
|
|