| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Comments:
<0> Google's supposed to be all about relevant content, but I get better results with Yahoo :) <1> purefusion, use the right key-words ;) <0> bah <1> purefusion, haha nevermind, I just did it in all the ways I could imagine, and got spam, but then again, who the hell uses Corel software :P <0> some wack clients, lol <2> why does IE have a space between two things when they are in seperate divs? <2> i tried #banner, img { border: none 0px none; } but that didn't work :( <3> VirusDotNET: there's a space in the code? like </div> <div <2> nope <2> ill post code brb <2> http://pastebin.ca/102270 <4> To correct reisio above, IE doesn't necessarily do fine with indexed PNGs either. You have to make sure your graphics programs saves it without gamma correction information, because IE doesn't handle it correctly. Photoshop always saves it with gamma correction information. <2> Seriema, any idea? <2> anyone? <5> what's the definitive book for learning css? <6> the internet?
<2> i have two css files one for other browsers and one for IE. I'm trying to align the site to center but margin-left: auto; margin-right: auto; but it doesn't center <7> set a width on the div that is less than 100% <7> otherwise it is 100% wide by default <7> also it doesn't work in IE5 <2> the layout it self is 870px <7> also check you have a valid doctype <2> its all valid <2> XHTML 1.0 Traditional <7> how odd <3> the buttons won't look as they should without the alpha in .png's... <3> I'm thinking of using this one: http://www.youngpup.net/_projectDirectories/sleight/index.html <2> Visual Studios has a built in validator <3> anyone that has tried that javascript hack? <2> nope. Just save it has gif <2> as* <3> VirusDotNET: you do know that gif doesn't have an alpha channel right? it can only set one color as transparent. this does not look the same =( <8> #xml <9> How can I make this valid CSS? background:url(../img/logo.gif) 10px center no-repeat; ? <2> dammit still not working >.< <2> i think its cause i have two sererate CSS files :( <2> or would that not matter? <10> Hmm <10> I don't suppose there's any way of getting a background image to repeat a fixed number of times? <9> DRMacIver: not in CSS2. <2> Androo, try removing the 10px <11> make the div that high <10> Androo: Yeah, that's what I expected. Ho hum. <9> VirusDotNET: I'd like to have the 10px. <2> just try it and see <9> DRMacIver: In CSS3 there's "background-quantity" which does precisely what you want. <9> (or will do) <11> DRMacIver make the div that high <10> cheater: Not really suitable. <10> Or rather in order to do it that way I'd need to basically insert some additional markup to serve the purpose of housing the background image. <10> Which isn't terrible, but is a bit rubbish. <9> VirusDotNET: But I want to shift the background over 10px, which works fine in all browsers I've tested so far. It's just not valid CSS. <11> DRMacIver: rubbish this rubbish that <10> Androo: Can't you just add an extra 10px to the relevant part of the background image? <2> does it validate with 10px removed? <9> DRMacIver: I'd like to use the image elsewhere without those extra 10px :/ <12> hi, www.abo.fi/~jgranvik/test5.html is there a way of making the submenu not to overlap the content div, but that the content div would start under the menu <12> ? <11> Androo just use a background-position <11> jontto: where does it overlap? <9> cheater: That's what I've wound up doing. Just wondering why my original wasn't valid. <12> cheater: in IE the sublink 1 ... 3 line is on the lightyellow background which belongs to the content div. <2> okay this is strange <2> why didn't #layout work but div.layout did? <13> is there an image block? <13> doh <13> wrong place <14> heh <14> VirusDotNET: .layout would equal cl***="layout" #layout would equal id="layout" <14> VirusDotNET: div.layout would look for a DIV with cl*** of layout <3> is there some conditional for CSS in IE? like the [if IE] conditional comments ? <2> yes <3> because using the star hack isn't the greatest solution right now <2> <style type="text/css"> <2> @import url(http://localhost:4355/WebSite1/scripts/css/GamerForceIE.css); <2> </style>
<2> thats how mine is <3> VirusDotNET: for IE specific hacks? <2> <!--[if IE]> <2> <style type="text/css"> <2> @import url(http://localhost:4355/WebSite1/scripts/css/GamerForceIE.css); <2> </style> <2> <![endif]--> <2> sorry <3> I was thinking of that, but tech guy making the backend asked me -not- to do that :( <2> but somehow it doesn't want to read it >.> <2> Seriema, you find another way let me know <3> VirusDotNET: will do <3> but don't count on it :P <2> cause i have div.layout { margin 0px 0px 0px 0px; } in the IE CSS and div.layout{ 0px 0px 0px 210px; } in the FireFox CSS but IE wants to read the FF CSS <14> VirusDotNET: I do server side user agent checking and only include the CSS files that I need for that browser <14> VirusDotNET: I have a base CSS of course... then a special one to handle certain problems in certain browsers <14> VirusDotNET: I have a special one for Opera 9, Konq, Safari, IE AND Gecko <14> not that any of this matters to you <2> i know how to do it in Javascript but not if the user doesn't have javascript enabled <15> hihio <14> VirusDotNET: I do it server side <2> oh you mean PHP <14> :) <15> i have a problem. if i click of "productes" then i have no border in my box. only if i select a entry: sample http://tm.muc.de/test.html <<and this only with IE <15> http://tm.muc.de/test.html <2> Sembiance, I use asp.net so ;) <15> ideas? <14> VirusDotNET: That will work too <16> hello, i am having problems getting a div to do what i want. I want the to create a around the content, but i would like for it to have the width of the content, instead of having the width of the parent blocks content section. Absolute or float positioning gibes me the right size, but i don't really want to take it out of the normal flow <17> Hey guys <17> How can I identify which layers are above each other? <17> I embed a Google Map in my page and it's layer is higher than my drop down menu and causes it to not show all of it's items. <16> there is a z-index property <16> ;z-index <18> sirkha_top: http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index <17> pwntastic <16> granted, i've never used it, so i have no idea if it works or not <16> anyone have any ideas on my question? <17> sirkha_top: Have you tried using % in your width? <16> i've considered it, but i can't think of what to set the width to <17> sirkha_top: Well like I sometimes use a margin of 25% on left and right and it can position an element too <16> hmm, im not sure that is really what i am going for <17> sirkha_top: Superbe <17> sirkha_top: The z-index worked <19> Does z-index apply to absolutely positioned elements? <19> 'Ello? <19> :( <19> urg <16> Keizer: cool <16> fishy: one would think <19> sirka_top: Well, for some reason, I have an element with a z-index of 0, and it's above something with a z-index of 100. <16> hmm, i have never used it, so i am not entirely sure... <16> did you read the definiiton? <16> ;z-index <18> sirkha_top: http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index <20> fishy: yes z-index applies to absolutely positioned elements, do you have a url? <20> fishy: hmmm, change the element that has z-index of 0 to z-index of 1 <21> can someone figure out why on http://atomicdesigninc.net/boschweb/bosch_ip/vip_10s.php the last item's border-top in the "customize" box is being removed when i style it as border-bottom:0? <20> ThirdLBR: not sure what you're trying to achieve with it, but if I remove the in-line style from the last .row div it looks fine to me visually <3> I tried to put my javascript code in a function but can't seem to be able to call it :( http://pastebin.ca/102370 anyone? <19> vice-versa: http://www.noenemies.com <3> found my error... <19> There's supposed to be a sidebar on the right, but when I "position:relative"'d it, it disappeared. <19> Any reason why? <19> oops - http://www.noenemies.com/novus <-- that's the URL <2> Seriema, was you the one asking about Condition Comments? <3> I'm having a real hard time getting the text closer together. And my buttons are a bit too big because of the shadow, it has to be that size, but I can't seem to move it as I like in respect to the text borderlien <3> it's all here: http://www.seriema.net/sandbox/ <3> I've put margin/padding:0 everywhere for the text, yet it refuses to get any closer <21> vice-versa: i know but if i dont put that line there, the bottom row will appear to have a double border <21> since the customize box has a bottom border <5> what is "non-normative", e.g., from the w3.org CSS21 specs? <21> how dumb is this
Return to
#css or Go to some related
logs:
tcl-dev gentoo start fluxbox nxclient +preseed +partman +primary partitions #linux dizzy avar #python gftp is shitty #ai #linuxhelp dd_rescue fatal permission
|
|