| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12
Comments:
<0> lol no <1> you have a site like csszengarden when you can switch themes on the same content <0> nope <0> I have a site where you select your province/state/city <1> oh that explains it <0> and each location is different colors and **** <1> oh <1> that's a neat idea <0> hehe, i like my system =) <1> no it's a neat idea <0> I still like my system <0> lol <1> everyone wants to see something familiar in a site <0> its actually precisely what im doing <1> neat = nice
<0> my banners say the name of the city/state/province and as a logo it has tourist sites, etc <2> gawd, photoshop takes longer to load alla time <3> GIMP takes quite a while also. <0> so does paint. sometimes. <0> on my 10 year old server. <4> hi <3> How do I make the checkboxes go up to the right, next to the select box? http://map.mischko.com <3> and the apply button also. <4> Anyone know any other directories for good css designers other than css beauty, looking to hire one for a project <4> Freelance is preferred <4> anyone? <5> www.csszengarden.com :) <4> yea that ive seen <0> oh my <0> No error or warning found <0> Congratulations! <0> This document validates as CSS! <0> I've never seen that, no warnings found <3> endra, u done good! <0> =D <3> How do I make the checkboxes go up to the right, next to the select box? http://map.mischko.com <0> display:inline ? <0> on that filter sites box <3> I'll try that. I'm not very good with CSS yet. <3> style="display: inline;" right? <6> is it opacity:.5 for 50%? <6> i knwo there's like 3 different opacity variations, i just want the proper one <0> I dont know hwo to use it with style=, i just use it in a css file <7> endra: whatever goes in the quotes in a style= is what would go between the braces in your CSS <7> the selector isn't needed, because you're explicity tying the styles to that element <0> yea, I figured, but wasn't sure if that was the syntax :) <7> mischko has it right <0> cool =) <3> It doesn't work, unfortunately. <7> URL? <8> Earl* <3> http://map.mischko.com <3> FunkyBob, I ***ume you meant that question for me? <7> yes <7> !v http://map.mischko.com <9> HTML: Not valid - Errors: 31, http://validator.w3.org/check?uri=http://map.mischko.com <9> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://map.mischko.com <3> validation is not something I'm worried about yet. <0> how do I set a border-top-color ? <0> seems its not supported in FF <8> it's supported <7> mischko: if you want your CSS to work, start with valid markup <8> `css border-top-color <9> css border-top-color: http://w3.org/TR/CSS21/box.html#propdef-border-top-color <2> omg <2> 31 errors!!! <10> homg :D <3> FunkyBob, that's a good idea but if you look at the "errors" they are not significant to CSS. <7> mischko: says you <3> Just look at them on validator.w3.org <3> You'll see what I mean. <10> :) <7> it's interesting, you check for <noscript> ... which blows things up because it's in the wrong spot.... but honestly, will it matter? will the page work without scripts? <7> mischko: I am looking at the errors, and I think you should reconsider <3> Many pages in the site will not work without javascript. It will be heavy AJAX with poor degradation. <3> I mean, it's a Google Map application so Javascript will be required and I intend to exploit a bunch of AJAX on it as well.
<8> "Ajax" <7> yeah, so why have a meta refresh on a page that won't work? <3> FunkyBob, it works fine as far as I know. What do you mean? <7> mischko: you have <noscript> to put in a Refresh meta tag... <7> mischko: but if they don't have scripting, how can the page work? if it won't work, why bother auto-refreshing? <3> FunkyBob, I'm not sure what you mean. It does refresh to "nojavascript" when you don't have javascript enabled (except the page is not in place yet). <7> ah, I see... I missed that detail <7> meanwhile... why are you so convinced these parsing errors aren't causing your styling grief? <3> FunkyBob, All the rest of the CSS works like it should and there's plenty of it. The parsing errors are all in the HEAD section as well. <11> You can't have a <noscript> in the head, and you can't have a <meta> in a <noscript>. If any browser does what you want, it's a miracle. <7> mischko: so... your specific style problem is that your form elements are flowing out of the box? <3> FunkyBob, Yes. I want the checkboxes to move up even with the top of the multiselect and the apply button with 'em. <8> you can omit the head element, however <8> in HTML <8> but everyone would laugh at you for being a dork <8> unless you're female <8> in which case they'd try to have *** with you <3> Nanobot, <noscript> should go in the body? <11> mischko: Yes, but you can't have a <meta> tag inside it <3> So what's the "right" way to test for no javascript enabled? <7> mischko: you want the checkboxes and their labels to be as a list beside the selectbox? <3> yes <3> Just like they are now but up and to the right <7> float the select list <3> I'll have to put them in a seperate <div> right? <7> no <3> They aren't a list <li>. <7> I can see that <7> float the select <3> float it left, I believe? <7> yes <11> Which element is that grey border? <7> next comes containing the float <7> which I suspect Nanobot is about to address :) <3> It works. <3> .. in FF and IE. <7> you're welcome <11> mischko: If the user increases the font size, it escapes the box <3> The box of tabs I see. <3> It works correctly in IE. <12> i have a problem which is that I have a content that has a picture in it a pretty big one is it possible to make the pic disappear when i click on the links <12> sadibu.net/aj.php <13> cheikh: why not just remove it altogether :) <3> cheikh, I suppose you could set onclick events for the links that will change it's display to none. <12> no i am doing it for someone else and she wants it this way <14> hey guys <8> 'lo <12> never use onclick <15> .join #phpc <15> oops <3> cheikh, do some research on non-invasive onclick event handlers. ask in #javascript for more details. I'm not good enough at it to coach you yet. <12> ok i will thanks for pointing <13> pushECX2k6 must we? <14> CommandPrompt, must we what? <13> must we joing #phpc? <14> oh <14> lol <14> I don;t care <13> but, do we at least get an icecream? <15> sure <0> hey <0> "Same colors for background-color and border-top-color" is what w3 says, how do I fix this other then changing colors lol? <3> cheikh, search for "unobtrusive", not "non-invasive" <12> ok <16> any ideas on why my #nav on the top of the page is stretching vertically in firefox? http://70.87.126.226/~melody/ <0> looks same as in IE except the orange border stops in th emiddle of the menu in FF <3> cheikh, check out this http://www.evolt.org/javascript_navigation_cleaner_not_meaner <3> cheater, search for "Leaner but not meaner" in the page. <12> ok thanks <16> endra, exactly. well, the ul appears lower in ff <16> any ideas? <16> I would like for it to look like it does in ie, for ff as well <16> so that the ul is centered in the darker yellow (vertically) <16> ideas?
Return to
#css or Go to some related
logs:
ubuntu via82 #php 2110s sles9 zaxis xorg.conf SELECT name FROM bbc ubuntu ssh ssh_exchange_identification RFB 003.003 error nessus-adduser hangs #php linphone-im ffmpeg common.h
|
|