| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Comments:
<0> thanks Zoffix <0> that one is great <0> it pays to ask around here... <1> hi there <1> if want to <1> put a backround image onthe left top <2> Yet another retard who can only say 3 words without hitting the ENTER key. ""Oh, my! That "if I want to" sure intrigued me" <2> alecs: form a complete sentence, damn it. Do you talk 4 words in 40 seconds in real life too? <0> maybe english isn't their first language <2> Hm :) Still doesn't mean that he can't type everything on one line :) <1> background:url(/ke_images/otto/left_corner.jpg); <1> background-position: top; <1> lol well i want to put a bacground picture in the top-left corner of a div .... i could put background:url(/ke_images/otto/left_corner.jpg);background-position: left and the code remain valid? top; <3> paotzu, you must think before you type, nothing about "x" not being "my" first language... <3> Like, Zoffix is a moron :) <2> /kick tvtoon
<2> :) <2> alecs: what did validator tell you? <3> haha <2> ]validators @ alecs <4> alecs, validators: Validate at http://validator.w3.org/ for (X)HTML, http://jigsaw.w3.org/css-validator/ for CSS <1> ok <1> or to use firefox with developer tools <5> It seems that padding for IE is bugged :) in a fieldset. padding-top doesn't work. Here you have an (exagarated example) http://200.104.78.21/catalog/contact.php check it out on IE 6 at least. Any fix? Example is using padding: 100px; <2> @ <4> (200.104.78.21...) HTML: E: ( http://tinyurl.com/y6hhxb ) CSS: N/A ( http://tinyurl.com/ykmc2r ) DOCTYPE: XHTML 1.0 Trans + url <5> Ok, fixed. Now, is there any fix for that bug? <1> !v www.gremlin.ro/logger4alecs/ <6> HTML: Valid - http://validator.w3.org/check?uri=http://www.gremlin.ro/logger4alecs/ <2> danf_1979: how did you fix it? <6> CSS: Not valid - Error: 1, http://jigsaw.w3.org/css-validator/validator?uri=http://www.gremlin.ro/logger4alecs/ <5> validation? > for /> <2> oh <2> :) <2> I thought you've fixed the bug :) <2> 1 sec <5> Nope :( <2> danf_1979: got it <2> danf_1979: it's the Maruenos Bug :| and as you know it's not fixable <2> danf_1979: you will need to redesign your page. Maybe put that fieldset as a backgroung? <2> danf_1979: YO <1> Zoffix: help me ... i'm triing to create web site effect of my css tabs like here www.otto.de on the mein count but i can't create the effect <5> Oh, too bad :( <2> danf_1979: hahaaha <2> danf_1979: just kidding :) <1> i'll paste bin my code <2> danf_1979: /* Tan hack for IE */ * html fieldset{padding: 100px;} wtf do you think that does? <2> ]nohacks @ danf_1979 <2> ]no hack @ danf_1979 <4> danf_1979, Stop using hacks! http://www.456bereastreet.com/archive/200510/stop_using_css_hacks_now/ Use Conditional Comments: http://zoffix.com/css/ie/condcom.shtml <2> danf_1979: well remove that line and boom bam, looks alright I think :) <5> uhm, hahaha, didn't know about conditional comments... I'll read that <2> I really wonder why you had it there in the first place :) <1> http://pastebin.ca/316727 <5> I had it there so to test different padding settings and not bother firefox... <2> ]zip @ danf_1979 <4> danf_1979, Start every stylesheet with this: * { margin: 0; padding: 0; }. You'll save yourself the confusion over quite a few strange element and browser spacing differences later on. * == http://www.w3.org/TR/CSS21/selector.html#universal-selector <5> Ok, thanks for all the info you gave me ;) <1> http://jigsaw.w3.org/css-validator/validator?text=%2F*+CSS+Document+*%2F%0D%0A%0D%0A%0D%0A%23contu_meu_makeMenu%7B%0D%0A%09z-index%3A+101%3B%0D%0A%09position%3Aabsolute%3B%0D%0A%09display%3Anone%3B%0D%0A%09list-style-type%3Anone%3B%0D%0A%09border%3A1px+solid+%23000000%3B%0D%0A%09background%3A%23FFFFFF%3B%0D%0A%09top%3A14px%3B%0D%0A%09width%3A150px%3B%0D%0A%09padding%3A0px%3B%0D%0A%09margin%3A0px%3 <2> alecs: WHAT THE HELL! <2> ]]tinyurl @ alecs <4> alecs, http://tinyurl.com/ ( http://tinyurl.com/3uck5 ) <2> alecs: dumb *** <0> alecs: try this for dropdowns http://htmldog.com/articles/****erfish/ <1> paotzu: not that is my problem..... i have one with some backgrounds <0> alecs: then what is the problem <5> heh, great Zoffix! conditional statements are fine! :) <7> hi <5> Heh, I fixed the issue with a tan hack for legend. <5> * html legend {padding: 10px; margin-top: -25px;} <5> it looks fine now on IE <2> heh <2> n00b <2> danf_1979: BTW, Tantek hack doesn't work in IE 7, just so you know, use condcoms, I personally just link in a separate ieno7fix.css with IE < 7 condcoms, <8> there are other hacks that work with the abortion that is IE7
<2> sure <5> IE 7 doesn't read * html anymore? <2> no <2> html > /**/ body { this is not for IE} <2> html > body { this is not for IE 6 and below} <7> can someone help me. I'm trying to recreate the layout like phpnuke <2> not sure if the !important hack was fixed <7> thanks for atleast trying to help <7> Zoffix, so how do I go about it <2> lwizardl: What makes you think that I know what `phpnuke` is, not even going into knowing how it is layed out. <7> well last I knew phpnuke was very popular for both users and hackers so I figured you would atleast know something about it <7> http://phpnuke.org/ <9> AFAIK, PHP Nuke hasn't been popular for years, and was plagued with security problems when it was. <9> Are you just after a three column + header + footer layout? <7> Dorward, yes <9> http://css-discuss.incutio.com/?page=ThreeColumnLayouts <7> i'll read those and see if any offer it <10> Is is possible to stretch a background image ? <9> ekim\: No <10> Ok thanks <10> That ****s <10> Guyss I gotta use some dirty hack. <10> ... <10> again <11> is there any way to set a css opacity in IE on a div that has a filter:alpha... transparent png as the background-image? im having some difficulties getting IE to show opacity like this... <7> Dorward, I found 1 that is close but it doesn't tell how to do it http://www.positioniseverything.net/sidepages/threecolbgshort.html <2> lwizardl: read the source <9> lwizardl: Umm. Its a demo. Look at the source code. <2> :) <13> isnt that html comment inside script-tags an old way of hiding JS from older browsers or something? <14> anyone in here use fckeditor for their projects? <2> supergreg: yes, but it's different for XHTML it should be CDATA (I don't remember the actual syntax) <2> ]]xhtml cdata inurl:w3.org @ supergreg <4> supergreg, http://www.w3.org/TR/xhtml-modularization/abstraction.html ( http://tinyurl.com/yj5k9u ) <2> ]css cdata <4> css cdata: http://w3.org/TR/CSS21/types.html#type-cdata <2> ]dom1 cdatasection <4> dom1 cdatasection: http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core.html#ID-667469212 <13> yes, cdata just like in xml, got it. Well, Im sticking to html 4.01 strict like Ive been advised to :) <2> So do I :) <5> marburg, I'm using it for a project <15> what up <2> adwklndwa: the sky. <15> yeah <15> I know that <2> heh <16> hey guys I think I have my layout kinda working... (http://www.thefreedomwriters.net/test/index3.html) To get my border to go all the way down to the footer i am hiding a element inside of #left and setting the bottom margin. This works great at 1280x1024..... But IE has issues with the layout and I would like some help with it. <2> @http://www.thefreedomwriters.net/test/index3.html <4> (www.thefreedo...) HTML: Valid ( http://tinyurl.com/y6u9u8 ) CSS: Valid ( http://tinyurl.com/yl24wo ) DOCTYPE: HTML 4.01 Strict + url <16> heya zoffix! <2> :) <16> stil lplugging away <16> :) <17> hmmmm. I wonder. <17> @http://localhost <2> :/ <4> (localhost) HTML: Valid ( http://tinyurl.com/y9t4be ) CSS: N/A ( http://tinyurl.com/9nvhb ) DOCTYPE: HTML 3.2 Final <17> interesting! <2> oh yeah <16> getting there. I tried that tut that reiso gave me and couldn't figure it out <2> putnum: it's not like it doesn't have issue in FF :) <16> what? <16> oh no just when you have a lower screen res <2> The border sticking out at the bottom <16> yea <2> heh <16> i dunno how to fix that <2> It'd say that's a major issue :) <16> thats the issue <16> yea <16> and ie its ubove the footer
Return to
#css or Go to some related
logs:
#fedora #css ar325w broken g ubuntu uninstall kde
removing ubuntu-desktop #javascript #math httpd_sys_content_t smbfs can't stream streamtuner xubuntu #lisp
|
|