| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Comments:
<0> di-chromat then :) can't see red color fully <1> di-chromat only has 2 of the 3 colour sensing elements <0> Athfar: your nav takes forever to load on rollover. <2> yea i need to stck a preloader on it <1> it was theorised for a long time, and discovered late last century, that tetra-chromats existed <0> cool 0.o <0> Well, I have all three, it's just I my red one functions like 85% only <1> ah <0> s/[^,] I/,/; <0> Hm, yeah, I should go with some narrow border instead of those ovals. <2> I wonder if this margin junk will work for me <2> er background-pos <2> seems like a neat idea <0> !seen commandpromt <0> hm, I thought we had some seen bot in here :/ <0> I haven't seen CommandPromt and neither Daveman in a long while already :/
<0> Wonder where they are. <3> Don't think so <3> Zoffix, if you private message "list" to RTFS he'll tell you all his commands <3> :) <0> Yeah, I know that. <0> heh <3> Where'd zofbot go? <0> It's here <0> hm, "Found full match on line: 101 in log: 0_1_107.log: [00:31:07]<CommandPrompt> ( n=Typos_Ki@ppp-67-125-120-48.dialup.irvnca.pacbell.net ) has joined the channel" <0> Last seen January 1st :/ Guess he is still celebrating New Years :) <1> heh <0> And Daveman was here on the 6th, though his client just returned an error and he last spoke on December 11th in here :/ <3> Daveman comes and goes <3> I always know he's here when I get "Zeros!" the second I join :p <0> haha :) <3> Zoffix, where you always an op in here? or did you have a different name before... I don't remember you here last year. Maybe I'm just losing it :P <0> "where you always an op in here?" What? <2> Zoffix: happy bday <0> Athfar: wtf? <2> lol <1> happy un-birthday? <2> lol <2> happy death? <0> Zeros: well, the first time I joined this channel, was around September last year I think. <2> no but thanks for that rollover link i never thought of doing the -pos thing <0> heh <3> Zoffix, oh okay. maybe you're not an op. nevermind me. its been a long day :/ <0> ? <4> no, he is <3> FunkyBob, very unbirthday <3> oh okay <4> aren't you too, zeros? i could've swore <4> do /msg chanserv access #css list <- to see who's op <2> (12:41:45 AM) ChanServ: (notice) 8 30 Phrogz 17w 3d 4h 57m 24s <1> whatever happened to the Fee? <2> uh ohs <3> preaction, nope, I'm no op. Not unless it happened when I was asleep or something <4> Fee? FlamingFoo? <2> McFee? <2> er phee <1> Foo <1> blah <0> :) <1> yes, FlamingFoo <4> i don't know, he's been gone a long-*** time <3> haven't seen him in ages <4> 1 year apparently <3> yeah <1> :( <2> i'm an op... watch I can kick myself <2> Zoffix: you are a big fat whore <3> haha <2> ^^ that's my trigger <0> :/ <2> **** it must be broke <2> :P <5> I have a question about floats and clears.... why do floats only apply within the current block level element, but clears apply to elements outside the current block level element? <0> That's the way it works. <5> so consider this 2 column layout page: http://www.nysforum.org/documents/html/css-9-21-05/twocolumn/liquid.html
<0> And? <5> if I want to add an element inside the main content that is clear:both directly after Main Content, it will drop my content below the sidebar. How would I prevent this from happening? I'm sure there must be a way. <5> by after "Main Content" I mean after the h2 title <0> ""Notice that the rule for the footer has a margin of 0 pixels set on the bottom and the body rule has 20 pixels of padding on the bottom. This is because IE/Win does not show the bottom margin of this element. I am not sure what bug this is specifically, but my work around is simple enough."" <<-- I can bet $100 that is a hasLayout bug <0> ]z hl <6> All about IE hasLayout: http://zoffix.com/css/ie/haslayout.shtml <0> fiftycal: {position: absolute;} on the menu and {margin-left: width_of_the_menu_and_some;} on the content. <0> Simple enough. <0> ]css position <6> css position: http://w3.org/TR/CSS21/visuren.html#propdef-position <5> thanks. I thought about that, but I am not sure which will be taller, my sidebar or my right column. <0> @http://www.nysforum.org/documents/html/css-9-21-05/twocolumn/liquid.html <6> (www.nysforum....) HTML: Valid ( http://tinyurl.com/2t8lkx ) CSS: Valid ( http://tinyurl.com/2f3qhh ) DOCTYPE: XHTML 1.0 Trans + url <0> heh <0> fiftycal: set min-height on the body (or container if body is not your container) if you can, and since IE < 7 doesn't support it put {height: your_min_height_value;} in the conditional comments for IE 6 and below <0> ]z cc <6> IE Conditional Comments: http://www.zoffix.com/css/ie/condcom.shtml <5> ahh.... tricky. Still not perfect, but closer. I could still run into a situation where my output is screwey if it is ever taller than min-height. Thanks for the tip! <5> thanks all <7> well, i was trying to avoid asking <7> but i really need to fix this <7> really <7> so, anybody here? <7> pleeeaaaase <7> alive? <8> is it possible to delete all text in a certain div? <8> like with text-transform or something <9> m3lg1bson: display: none; visibility: hidden; <10> So I have a treeview on the left in its own frame and the content on the right. I'm thinking of just making the treeview a part of the main content, only on the left, so that it removes the scrollbar <10> do you think that tying the treeview scrolling to the actual document scrolling would be better than having frames? <8> thanks <8> Ok, heres another little problem..... <8> I have a parent div, and then I have a graphic within the parent Div that I would like to have attached to the bottom right hand corner of the div <8> so right now I am setting the z-index to 1, position to absolute, and trying right 0px and bottom 0px <8> Thats not working at all <8> is it possible to have a layered item that stays contained within another container is what I am asking here <8> I don't want it to leave the container completely <11> hi all <11> i'm facing the same problem as in http://www.thescripts.com/forum/thread101200.html <11> in a table, i'd like to use a background image for every <tr> but i don't want it to be reapeated in each <td> <11> difficult to describe... <11> someone found a way to express that <11> tr background -> "this is the background" <11> instead of displaying : <11> <td>this is</td><td>the backgroud</td> <11> it displays : <11> <td>this is</td></td>this is</td> <11> is there any CSS guru who can help me ? <12> is there a way to tell a html tag like BODY to display everything in it CENTERED ? <13> alan|home, Which <td>'s do you want it repeated in? <10> so I'm trying to get an iframe borderless in IE6 <10> it doesn't want to cooperate. Anyone know of a workaround? <13> Simu-Palish, sure :) <10> webben: thanks :D <13> Simu-Palish, in the stylesheet for the page loaded inside the iframe <11> webben: well... my table as several lines which are devided in cells of course. The point is, for Each line, i'd like to use a background that goes from the first cell to the last one. Now this background is a gradiant color, so i'd like this color to be gradiant from the first cell to the last one. <10> webben: yep, border: 0px; just stumbled upon it <11> is that understandable ? <10> apparently IE6 renders the border for the iframe inside of the iframe as well as outside. <10> wish there were a pure JS solution but that should work. <10> thanks :) <13> Simu-Palish, well, a pure JS solution (not sure why you'd want one) would set the style for the iframe's document with JS loaded in the host page. <10> yes, I meant a pure JS solution at the other end.. the iframe creation step :) <10> I'm ajaxing. <13> Simu-Palish, I'm a bit confused. Can you explain a bit more? <10> I'm creaing the iframe with javascript <13> Right... <10> so at the creation stage, ideally I'd like to tell it 'have no border' <10> not in the internal page that it loads. <10> but I realize that's just a limitation I'll live with <13> Simu-Palish, well, you can set the CSS for the loaded document with the JS that creates the iframe. <13> Simu-Palish, all you need to do is get hold of the content document once it's loaded <10> that's the problem .. ;) <13> what's the problem?
Return to
#css or Go to some related
logs:
fedora livna wincodecs #centos #sdl #perl #css SimpleXMLRPCServer broken pipe usb drive ubuntu remove reinsert how to center horizontaly with css #math badsig 2d230c5f
|
|