| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Comments:
<0> Kaitlyn2004: almost done <1> reisio: oka :) <0> Tronic: could be a little more specific <0> Tronic: could you be a little more specific, sorry :) <2> <ul><li style="text-decoration: underline;">This should be underlined<ul><li>This shouldn't</li></ul></li></ul> <0> Tronic: ul ul li { text-decoration: none !important; } ? <0> Kaitlyn2004: well the basic idea is to set #nav a { display: inline-block; } <0> but it's gonna need a little more tweaking <2> reisio: No effect, still underlined. <0> Tronic: 1min <0> Tronic: apply it to the a's instead of the li's <0> Kaitlyn2004: will work s'more on yours now <0> Kaitlyn2004: something like #nav a { display: inline-block; line-height: 16px; overflow: hidden !important; } #nav a:hover { position: relative; top: -2px; line-height: 15px; } <0> that's pretty sloppy, though, you can no doubt improve it <2> reisio: The currently selected page is not a link, so I can't apply the underline to the link :/ <2> (I suppose that I could modify the menu generator to create a link for the current page too)
<0> well I s'pose you could insert some spans <0> ya that might be easier <0> you'd only need href="#" <0> I wonder what bugzilla.mozilla.org's status for this bug is <2> reisio: That fixed it... Ugly as hell, but it works and looks like it should :) <3> hy all <0> Tronic: :/ :) <0> 'lo orfeu <2> (especially when it also needs to be compatible with IE, so I can't use li.selected > a but have to workaround that too) <2> Argh... Except that I think that it may not work after all. <3> :( I made a web page and after that ... i insert an Flash element and surprise in IE all ... all my page is cliping ... like on refresh ... when I go to pointer on the menu and the menu is made with java script modify some html tags on mouse over <3> somebody knows ... a thing about this ? <0> eh, I can't make sense of that :/ <0> could you rephrase? <3> I made a web page :) wen ... i Insert a flash element in the web page surprise in IE all my web page is cliping ... :) sorry for my english ... <3> reisio if you whant i can give you a link ... <3> to see <0> sure <0> orfeu: looking <3> thanks a lot ! <0> orfeu: that _is_ annoying <2> No, it does. I just didn't have enough IE workaround in my style sheet :/ <0> orfeu: not sure where to start, I'd ask #web <4> :) <3> oky thanks ! :) <5> Hi, how can I set the height of a table row? <5> ah found <6> `css footer <6> `footer <7> footer: http://css-discuss.incutio.com/?page=FooterInfo <8> .footer <8> ?footer <8> footer: http://www.themaninblue.com/writing/perspective/2005/08/29/ <1> im having problems with a background image flickering on hover... <0> it has to load <0> instead of a:hover { background: whatever; } <0> you can do a { background-image: url(whatever); background-position: 0 40px; } a:hover { background-position: 0 0; } <0> that way it preloads <1> ooh <1> but it flickers EVERY time i hover? <1> even though it isn't changing <1> http://www.simplycertified.com/item/custom <1> hover over the first boxes (IE! :)) <9> hheh <9> Kaitlyn2004: what browser? <1> IE <9> oh ie... <10> I was reading a book and i foudn the next syntax abou table[border="3"] <10> since when that syntax is valid? <0> since forever <10> element[attribute="value"] <10> lol <0> yes <10> I was never aware of it <0> well, IE doesn't support it <1> reisio: any idea about my prob? <0> so it's not as widely-used as it should be <0> Kaitlyn2004: of IE just opened :p <9> `css selectors @ rnst <7> rnst, css selectors: http://www.w3.org/TR/CSS21/selector.html
<0> Kaitlyn2004: I think just doing what I already mentioned should take care of it <1> but i don't want the background to be offset? <1> its supposed to be viosible the whole time <1> just, a popup window is showing.. and that seemms to cause flicker <0> Kaitlyn2004: no see you offset it for the non-:hover state <0> and then on :hover, you move it into the proper position <0> that way there's no load, and no flicker <0> `rollover @ Kaitlyn2004 <7> Kaitlyn2004, rollover: http://wellstyled.com/css-nopreload-rollovers.html , http://devilock.mine.nu/pixie/ <11> what's the unwritten rule for signature sizes? <0> first link <0> Fushuing: anything longer than 0 characters makes you gay <1> but look at the boxes. they are there the whole time and DON'T change <11> reisio: i meant images :/ <0> Kaitlyn2004: oh you're not talking about the menus? <10> the no preload effect, thats a cool one <0> Fushuing: anything with a filesize larger than 0 bytes makes you gay <11> -_- <1> reisio: no.. the menu works fine, no? lol <0> s/menus/menu* <0> Kaitlyn2004: okay I'm not sure I see a problem with the boxes/frames <0> oh the flicker okay :) <0> hrmmm <11> i would like to put SOMETHING in the empty space <10> Kaitlyn2004: maybe this can help you too http://alistapart.com/articles/sprites <0> Kaitlyn2004: dunno, I'd say that's a problem with your javascript <0> Fushuing: put "sigs are for jackoffs" <9> heheh <1> reisio: hmm.. alright :( Maybe I'll try wokring on a CSS solution. haha <9> man, talk about militance, Rage Against The Sig <11> reisio: wouldn't that make you gay? <0> Kaitlyn2004: you could do it with just CSS easily if you don't need the hover box to move <0> Kaitlyn2004: it'd take a bit more effort to make it move, but you could still do it <0> Fushuing: not as gay, though <0> Fushuing: if sigs are required, everyone is gay <9> Fushuing: are you referring to EXIF info or watermarks? <0> so your only option is to be less gay <0> :p <1> reisio: ya i don't need it to move... but then i need a span for EACH element, don't i? <10> Kaitlyn2004: http://alistapart.com/d/sprites/ala-buttons1.html <11> CommandPrompt: ??? <1> rnst: ??? <11> what's an EXIF? <9> hee <9> Fushuing: extended ifo..... comments in images :), embedded in the image as extra information <9> Fushuing: are you referring to EXIF info or watermarks? <10> Kaitlyn2004: sorry, i guess that could help, they are buttons with css spritse <10> *sprites <11> EXIF then :X <0> Kaitlyn2004: you'd need an element for the hover, ya <1> reisio: does that not also mean that all the "popup images" would be loaded right away too, therefore increasing load time QUITE A BIT? <9> Fushuing: why are you needing comments for anyway? just some branding? are the images even yours? is there any point to copyrights? <11> eurgh... <11> the picture is completely mine yes -_- <0> Kaitlyn2004: not necessarily <1> reisio: hmm, okay... <11> i want to know what the recommended signature size is (wXh) <9> wxh? <9> ohh <9> so, its a watermark :P~ <0> Fushuing: use whatever the forum allows <12> This is very anooying, I have switched to Linux, and my CSS isn't working for my website. <12> <link rel="stylesheet" type="text/css" media="screen" href="./default.css" /> <12> The CSS file is in the same folder, <0> lose the './' <12> Tried that. <9> I've used those btw ^_^ hee, I just stick in GIMP, run the Clone tool on the watermark, strip the EXIF if any, Clone regions away and the watermark is gone IF I Really need to use it <12> The chmod is set to 755, which is correct as well. <12> It has no reason not to work :/ <9> . <10> well it has, thats why is ot working :P <9> I don't see how the OS will play any role, unless he means the webserver ^_^ <12> Yeah, wish XHTML had it's own error system just like PHP, lawl.
Return to
#css or Go to some related
logs:
#javascript onomatopeioa cpan repquota perl NVmakedevices.sh #perl synaptic using broken filter to find package wikipedia php-irc #linux psotnic 64 bit renice beagled
|
|