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



Comments:

<0> I like it... could use border around content maybe
<1> Gah, a <b> tag!
<2> ok
<2> what do i use beside <b> tag
<3> That's the only tag you use to start the b element.
<3> And why would you use the b element?
<2> what do i use instead
<2> to get bold
<1> font-weight: bold;
<1> Or <strong>
<2> oh
<2> ok
<2> thnx
<4> or <vagina>
<4> erm, sorry :p
<5> that has display: none; by default, reisio



<1> Heh,
<4> awe :/
<4> display: eagle;
<4> ! :p
<6> !v http://hookatooka.com/content/index.php?option=com_content&task=view&id=31&Itemid=48
<7> HTML: Not valid - Error: 1, http://validator.w3.org/check?uri=http://hookatooka.com/content/index.php?option=com_content%26task=view%26id=31%26Itemid=48
<7> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://hookatooka.com/content/index.php?option=com_content%26task=view%26id=31%26Itemid=48
<6> bzzzt. HTML is still valid, weird, but reporting wrong.
<6> SO....anyone else want to take a gander at it and give me a hint as to why the background bottom right image is floating above the bottom of the page?
<6> It's not a background image issue AFAIK, but that the inner divs have some padding
<6> but I don't see any padding or margin statements, so no idea why it's like that in IE6 but works everywhere else
<1> Ewww.. a transitional DOCTYPE.
<6> sorry, that's a Joomla!ism, not much control over that
<1> Ouch.
<6> and, well, Strict stresses me out =)
<6> cmopared to every other one out there, it's the least evil
<6> Don't get me started
<6> It has issues, and I had to go through and hand edit it to spit out mostly divs instead of tables for formatting, which was a special form of hell for me.
<1> Heh.
<6> so now that it's mostly CSS for presentation, I have this one remaining issue with the interior divs padding on IE6 for no apparent reason
<6> might be the borders and IE6 box model weirdness
<8> hey
<8> i am tired of trying to put height:100% on my selectors?
<8> i am tired of trying to put height:100% on my selectors
<8> but achieving nothing
<8> how can i extend the grey backgroung of my left menu to the bottom of the page
<8> ?
<8> http://my-copycenter.net
<3> uh
<3> No.
<3> `fullheight
<7> fullheight: http://phrogz.net/CSS/valign_in_body/block.html , www.alistapart.com/articles/fauxcolumns/
<8> ok i cann not get it on IE?
<8> i use Opera but the site is for the rest of the world :(
<8> HEEEELP
<3> `ie doctype
<7> ie doctype: http://gutfeldt.ch/matthias/articles/doctypeswitch.html , http://msdn.microsoft.com/library/en-us/dnie60/html/cssenhancements.asp#cssenhancements_topic2 , http://webstandards.org/learn/templates/
<8> HEEEELP
<3> Put it in strict mode. Make it validate. Stop repeating.
<3> `help
<7> help: www.diveintomark.org/archives/2003/05/05/why_we_wont_help_you
<9> Daveman!
<10> BaconTastesGood: try it without the clearing div between content and footer
<8> strict mode?
<10> `doctype @ sergiol
<7> sergiol, doctype: Take a gander at the fine document type definitions available at http://webstandards.org/learn/reference/charts/doctype-switch/ (HTML 4.01 Strict is recommended). A more complete list: http://www.w3.org/QA/2002/04/valid-dtd-list.html
<11> is there a way to have a div positioned 10px/10px from the top-right of the page on top of another element. the element i want o place it over is not floated, however, the columns underneath it are.
<6> vice-versa: I need that clearing div
<10> BaconTastesGood: did you try it
<6> yes, it fixed it =)
<6> but I still need it I think
<10> BaconTastesGood: for?
<12> does IIS not use .htaccess files?
<13> whats the best way to dynamically resize a website that doesnt stretch to 100%?
<13> (like when a user resizes the browser)
<13> min-width and height?
<13> well rather, width i guess
<14> Hola.hey is there anyway to make a equiv of a iframe in css?
<12> MattKellyhome i would think you would need javascript to do that



<12> to make a css element equivalent to the width of the window
<14> <3 anyone there?
<15> hey folks, why would you use a div "id" attribute over a div "cl***" attribute?
<12> ids are unique
<12> a cl*** can to be used by multiple elements at once
<15> ok
<15> what about naming conventions
<15> for IDs
<15> is there one that is standard?
<12> ids are necessary when there is more to include than a cl*** can supply alone as that cl*** is limited because its being used by several objects at once
<12> in other words <img src="" cl***="used on a bunch of buttons" id="does this uniquely">
<6> vice-versa: well, now that I look at it, I'm not sure I do need it anymore. I used to have two divs that were floated opposite and I needed to clear the float before the footer but I've since restructured it
<10> BaconTastesGood: aye
<10> cheney: iis does not support .htaccess, but this may be of some help http://www.microsoft.com/windows2000/en/server/iis/htm/core/iiaclsc.htm
<12> k
<6> heh, gap is gone, but now the footer, in IE, is like 15 feet tall
<6> ah, yeah, I need that clear to keep the footer in the proper flow
<6> hmmm
<12> BaconTastesGood try reducing your margins
<6> well, that's a rather vague direction to go +)
<6> margins are pretty much zero in all cases that they can be
<12> play with your values of margin-top or margin-bottom
<12> if necessary one of them might need to become 0
<12> or even a negative number
<6> that would break it in FF
<12> ah
<6> I can hack a fix in IE, but it'll just break in Opera or FF
<6> I'm trying to figure out exactly what is triggering this false padding/margin
<6> and it looks like it's that clearing div
<6> hmmm, gonna try something else
<10> try giving the clearing div line-height: 0; ??
<6> I have a &nbsp in there to give it content, but maybe I need to try that
<6> stupid hasLayout
<6> crap, I'm already doing that
<6> line-height: 0 and height:0
<6> ugh, not sure what else will work
<6> If I remove that clear it blows up the rest of the page
<6> specifically, the footer
<1> Ooooh. Can I see a URL?
<10> hmmm, well lets have another look
<6> http://hookatooka.com/content/index.php?option=com_frontpage&Itemid=52
<6> that's the easiest to see
<6> obvious gap in IE, and no gap in FF
<6> if I remove that <div style="clear">&nbsp;</div> the gap disappears, but then the footer asplodes =)
<1> Can't you use the overflow: auto; method or something?
<1> `clear @ riczho
<7> riczho, clear: www.positioniseverything.net/easyclearing.html
<6> man, that easy clearing isn't so easy
<1> Oh-- I wasn't recommending that.
<10> BaconTastesGood: take the clear out, and give footer a height: 100%;
<1> (Just wanted to see what that linked to)
<6> oh, heh
<1> Why not overflow: auto; on the container of the floated things?
<6> vice-versa: you're a genius, thanks!
<10> np
<6> although I'm unclear why that works
<6> hahahah...."unclear"
<6> =)
<6> seriously, why does that work?
<10> more IE hasLayout weirdness I'm sure....
<6> ah, ok
<16> hey
<10> sure
<10> must be getting hungry, read that nick as coldsteak
<17> 'ello
<10> lo
<17> so I'm thinking there must be a way to
<17> resize a wrapper to the height of a float
<16> ya i think u want stake
<17> i have a wrapper element that has 3 floats inside (floated left)
<17> anyway to make the wrapper height to the tallest float ?
<12> !v http://www.createdbycheney.com/testc/storm.cfm?funnelaction=1632


Name:

Comments:

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






Return to #css
or
Go to some related logs:

perl sprinf examples
#javascript
ClamAV-clamd: Can't connect to UNIX socket connection refused
fedora 2 eth0 device not found
paniq tabs
xorg-source debian
Nethack Numpad terminal Ubuntu
Fatal: Module megaraid2 not found
/sys/bus/i2c empty
#osdev



Home  |  disclaimer  |  contact  |  submit quotes