@# 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 18



Comments:

<0> .post h2 {
<0> margin: 0 0 0 -40px;
<0> padding: 5px 40px;
<0> background: transparent url(/images/title_bg.jpg) left top no-repeat;
<0> }
<1> lol
<2> BillClinton[Gone: No. You can have images with partial transparency, but IE doesn't support that without some hacks.
<1> what sort of hacks
<2> BillClinton[Gone: ActiveX stuff AFAIK. I've never used them.
<1> screw that
<1> so i guess not
<3> is there a way without javascript to get two equal hieght divs?? that works in IE and wont make me use imageas
<4> now it works in IE but nowhere else
<4> goddamn
<1> dam how do i fade an image with photoshop forgot lol
<5> hi, if i have 2 div elements both 50% witdh, how do i get both next to each other? because one is below the other



<4> so, my div won't stretch vertically to fit my content
<4> ideas?
<2> Jrex: Either you've specified a height on it, or you are floating its content.
<2> Or absolutely positioning its content.
<4> Dorward, speficifed a height on the container or the content?
<2> container
<4> hmm
<4> ahh, the content is floated
<2> http://www.complexspiral.com/publications/containing-floats/
<4> it was an image that was floated right
<6> is it possible to define an absolute position by mesuring from the parent block ?
<2> Valombre: position the parent and it becomes the containing block (and any absolutely positioned descendents are positions with respect to its edges)
<2> positioned*
<7> excuse me... anyone knows why this site www.wehaveexplosive.com on IE looks bad?
<8> !v http://www.wehaveexplosive.com/
<9> HTML: Not valid - Errors: 3, http://validator.w3.org/check?uri=http://www.wehaveexplosive.com/
<9> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://www.wehaveexplosive.com/
<7> :|
<8> well, the most serious oops there is one IE won't notice anyway, since it doesn't support XHTML
<4> how can I position this image right if I don't use floats?
<7> so what can i do ? :(
<8> Jrex: why can't you use floats?
<6> ok Dorward , thanks
<4> conteiner won't stretch vertically if I use them
<4> and the solutions are too hackish
<8> Hangman: can't you use a Lorem Ipsum generator like everyone else?
<7> ?
<4> I've managed to keep the mark-up and css very clean this far, and I'd hate to introduce clutter at this point
<4> http://www.complexspiral.com/publications/containing-floats/
<4> referring to the solutions offered in that link
<7> i asked for the layout, not for a text generator :)
<7> :/
<10> hey whast the equiv
<10> <iPwN> of embed in XHTML?
<10> ?
<2> `html object
<9> html object: http://www.w3.org/TR/html401/struct/objects.html#edef-OBJECT
<10> so wats if its for flash?
<11> Kiko: object is for flash
<10> k
<4> min-height doesn't do anything in IE?
<10> thanks
<10> IE's Bane
<10> :p
<4> well it doesn't matter, it works for now
<4> bye, and thanks for the enlightment Dorward
<10> hmm
<10> im gettign a malfrmed tag fo robject
<10> after i replaced ti with embed
<7> bye
<11> Kiko, link?
<10> forget it i fixed it
<10> :D
<10> hey
<10> lets say i have a script
<10> at the top of the html file]
<10> like in here
<10> www.imaonline.com.au/test/Index.htm
<10> ok
<10> (i know it has heaps of errors, im porting ti to css now)



<10> how can i add the script into a file?
<10> jus tc opy it and have a
<10> <link href="scripts/menu.js" type="text/javascript" />
<10> ?
<2> `html script
<9> html script: http://www.w3.org/TR/html401/interact/scripts.html#edef-SCRIPT
<2> Kiko: You need a script element
<10> ok
<10> then just make normal calls
<10> ?
<12> how do i stop internet explorer from drawing blue boxes round my hyperlinked pictures?
<2> `css boder
<2> `css border
<9> css border: http://w3.org/TR/CSS21/box.html#propdef-border
<12> Dorward: was that border link meant for me?
<2> ghostghost: yes
<12> its not working
<12> have tried border style none
<12> border color white
<2> The border is around the image, not the anchor.
<12> aaahhh
<12> okay
<13> hello, good morning
<13> i have a question conserning unsorted lists. i cant say im a guru when it comes to css, but i know my way around. is it possible to align a list item to the left/right side of a horizontal list? (maybe even top/bottom on a vertical one)
<14> any idea why a mac would interpret pixel sizes differently than windows would on http://atomicdev.net/cya/
<14> the top menu gets screwed up bad on a mac, even though i am explicitly stating the pixel size
<15> chutebox: What element are we looking at?
<14> Munter: the top links where they say "shop" "shop brand"
<14> above the big pictures in the middle
<14> the search bar on the right gets pushed over and drops to the next line on a mac
<15> chutebox: And when you say 'screwed' what does that mean?
<15> And which browser does it do this in?
<14> firefox and safari
<14> it looks fine in firefox on win
<15> sound slike a font issue
<15> are you sure the suggested fonts are actually installed on that machine?
<14> hm
<14> well i'm using arial, helvetica, verdana
<14> mac should have helvetica no?
<15> I dont know
<14> ill check that out, that's a good thought
<16> all those fonts are windows fonts
<15> you clearly have no fallback to a generic font family
<14> what's a good fall back?
<14> serif?
<16> sanserif
<14> sans-serif
<15> sans-serif for verdana and arial
<14> aaight
<14> thannks guys
<14> it's sans-serif right?
<17> On this website, http://home.no.net/arkaine/test/, i want to replace the tables inside the frame div with two new divs - what will i need to do to make this? float only seems to make it worse
<15> arkaine: your doctype is wrong
<16> arkaine, either my router doesnt like it or that site doesnt exist
<15> arkaine: and just float the menu right and set a right margin on the content
<17> Munter: there's alot wrong with the code :)
<16> !v http://home.no.net/arkaine/test/
<9> HTML: Not valid - Errors: 2, http://validator.w3.org/check?uri=http://home.no.net/arkaine/test/
<9> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://home.no.net/arkaine/test/
<15> arkaine: yeah, but a non-closed doctype that ends with '$' and is highlighted in RED in firefoxes source viewer should be obvious to everyone
<17> Keloran: i'm quite aware of that, just haven't bothered yet ^^
<16> Munter, ive never noticed color cord in Firefox's source viewer, you sure you dont have a plugin
<17> Munter: it's simply because i just copied the code using a ssh client from my webserver, just havent changed it yet..
<15> Keloran: i have lots of plugins. but none provide view-source:http://home.no.net/arkaine/test/ output
<15> And that is indeed color hightlighted
<17> at the moment, i'm just interested in how to make positioning as easy as it is with tables
<15> arkaine: I gave you the answer allready
<17> Munter: i know, trying it out as we speak :)
<17> Munter: is there no other way to achieve the same effect?
<15> positioning. but then you are killing the page flow
<17> With position: absolute; you mean?
<15> yes. dont use it
<14> Munter: so it wasn't the font-family
<14> the font looks the same size and it's still doing it


Name:

Comments:

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






Return to #css
or
Go to some related logs:

#perl
install DCOPserver package
klineakconfig Attempting to create a config file with no keyboard definitions lo
phrase ftp_rawlist
growisofs missing in etch
#css
#web
#perl
mp3 encoding in sound juicer
acdtrux more than one xampp



Home  |  disclaimer  |  contact  |  submit quotes