@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17



Comments:

<0> MasterFlood: there is something over the text
<1> hmm
<1> What do you mean?
<0> MasterFlood: I thought it was bad positioning, but I'm not sure what the idea is at all
<1> by the page, or in firefox?
<0> MasterFlood: in Firefox
<0> MasterFlood: I don't really have IE available at the moment
<1> oh, ok.
<1> i think the page is looking allmost as i want it, using IE
<0> MasterFlood: I think the problem with IE is the embedded stuff
<0> MasterFlood: I mean Firefox
<1> hmm
<1> but, the site didnt work in FF before i inserted it.
<1> but well, i can try to remove t
<1> it*
<0> MasterFlood: let me check the code for including stupid flash stuff



<0> :P
<1> How does it look now?
<1> in FF
<1> i'd better download FF
<0> it looks better, but there is still some white block
<1> ill check
<0> MasterFlood: I think your Flash inclusion code is a bit messy :P
<1> Sure it is :)
<2> pierroo: still there?
<1> but the flash s removed now
<0> MasterFlood: okay... I'll check where the white part is coming from
<1> i can upload a screen of the site, in ie?
<1> i see alot stuff missing in FF
<3> has anyone tried Expression Web Designer (EWD) by Microsoft?
<1> no sorry.
<1> jig-saw, is it you whom made the css validator?
<0> MasterFlood: the content div is the reason for the white block
<4> jig-saw, oh yeah... how is that suiing the validator thing going on?
<1> yes
<1> it has to be white
<1> two sec, i upload an IE screen
<0> MasterFlood: the block is empty though :P
<0> and small :P
<0> oh... the real problem is the content_mid_2 div :P
<1> http://juhp.dk/example.jpg
<0> the content_mid_2 div is larger than the content div
<5> MasterFlood: The validator runs on a server called jigsaw because the HTTP software is called jigsaw. http://jigsaw.w3.org/
<1> oh, ok.
<1> Just that i wanted to report an bug then.
<0> MasterFlood: okay, I'll make a screenshot for you now :P
<5> MasterFlood: Then use the mailing list (or bugzilla)
<6> Top four 'lame speak' users: 1.) MasterFlood - 22 2.) Lacrymzt - 14 3.) enzo - 10 4.) dorel__ - 8 MasterFlood, 'i' is not a word...!!!
<1> Markjuh, just installed FF
<4> MasterFlood, you are messing up my stats =\
<1> Thanks zofbot :D
<4> ^_^
<1> I then.
<1> Hence the nick.
<4> hehe
<0> MasterFlood: looks nice huh :)
<1> yes.
<0> MasterFlood: http://schizo.luon.net/juhp-screen.jpg ;)
<1> indeed what "I" wanted.
<6> MasterFlood, you learn fast huh? GOOD :)
<1> ^^
<1> "Y"es, indeed "I" do.
<2> i'd like on IE the same result i get on FF on the example : http://www.source-rh.com/~despatis/help.html
<2> (when you p*** the mouse on the ?)
<1> ^^
<4> MasterFlood, I can definately say you look more inteligent by using "I" instead of "i", and zofbot does not count lines starting with a capital letter or incorrect spellind... just some words.. . like 'i' 'i'd' 'dis' and 'dat'
<2> in IE, the content doesn't appear above the text, but inline
<1> enzo compare: www.juhp.dk in FF and IE, like the FF result? :)
<1> ahh, ok Zoffix
<0> I think the FF result is SO much cooler
<1> grrr :D
<1> Really, the site would work like a charm, if FF didnt kill it, because of my "bad" code
<0> MasterFlood: the funny thing is that it works for the login button
<1> yes :D
<1> its kinda wierd
<1> but its an <a>
<0> no, it's an input,



<1> oh yes :D
<0> the rest has something to do with div
<1> btw, if i used: background-image?
<1> I think I should try to do that.
<0> I don't think it makes a difference
<1> nah
<1> none
<0> what is weird is that it doesn't work for the inputs with login_input cl***
<0> oh
<0> sorry, it does too
<1> ^^
<0> yeah, the problem enters when you are applying it just to a div
<1> how would i ever be able to fix that :S
<1> http://archivist.incutio.com/viewlist/css-discuss/69658
<1> oh, the link is blank
<0> and you are applying it to an empty div... so div has size 0 in FF
<1> idk.
<1> means, the hole site has to be remade, due to divs?
<0> maybe... maybe it helps to add &nbsp; inside the div ;)
<0> sometimes that does the trick
<1> then should content work?
<1> the white space, should be resized
<1> it aint.
<0> I'm no expert on this... so I really don't see a quick solution :S
<1> check the topbanner
<1> 1 space in reach div.
<0> lol
<1> i dont think i can resize divs.
<1> that might be the problem
<0> you should be able to
<1> but it doesnt work? :)
<1> for me, it seems to be the problem
<0> I think it might have to do with the fact that you use display: inline... which makes FF render it completely different
<1> hmm
<0> try changing one of them to display: block
<0> and see what the difference is
<1> worke
<1> d
<0> thought so :P
<1> IE is bad now
<0> yeah, but that was to be expected :P
<1> and FF is doing the same
<0> because positioning is not yet like it's supposed to
<1> but how can i fix it for Firefox then?
<1> I could easily do it using tables. But then I get flamed :D
<0> well, because they used to be inline, they were rendered behind each other
<0> so you could float all of them :)
<1> float left?
<0> or position them absolutely
<0> MasterFlood: yeah
<1> pos absolute would be an bad idea
<1> with the inline?
<1> woa
<1> try look at it now
<1> the menu is doomed
<1> still working in IE tho
<0> lol
<0> things are improving :)
<1> yes
<1> The top banner is working
<7> HTML: <div id="init"> CSS: #init { width: 32px; } .new { width: 40px; } ... if I call init.cl***Name("new"); , should the initial 32px width be overridden by the new 40px width?
<7> I thought it would... but simply nothing happens
<1> i try fix the inlines, with an float left
<1> wow
<1> try look at it now.
<1> IE is doomed, FF too
<1> but allmost working tho :D
<0> lol
<0> it's getting better by the minute :)
<0> the stuff is all fixed-size?
<1> uhh
<1> try check it now :)
<0> ah :)
<0> cool :)


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #css
or
Go to some related logs:

#php
dapper Could not establish connection to sound server
unknown attr+ clearpassword
unable to open sw_single suse
p4p800 irqpoll
#kernel
openwrt snat
password for tiaraxclusive website
you just don't get you keep it copasetic
skype



Home  |  disclaimer  |  contact  |  submit quotes