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



Comments:

<0> that bites
<1> thought he had done i
<2> eMg|JTyler: Prefer a loss to a dishonest gain; the one brings pain at the moment, the other for all the time. ~~ [Chilton] ~~
<1> yes
<3> eMg|JTyler: what is the link?
<3> just out of curiosity
<0> CommandPrompt: nice quote...
<4> CommandPrompt: nice one
<1> http://www.emazinggaming.com/test.php
<4> `doctype
<5> doctype: Take a gander at the fine document type definitions available here: http://www.w3.org/QA/2002/04/valid-dtd-list.html (HTML 4.01 Strict is recommended)
<6> i fixed it....
<3> eMg|JTyler: they are right, this would be quick and easy to make in CSS (the three column layout that is)
<3> and it'd really clean up the page
<3> i dont think you can really tell people not to use IE =D
<7> sure you can



<7> that's the easy part
<7> :)
<3> that was really funny...
<1> can you point me to an example of css for a 3 column
<1> where do I got to hir someone to do something like that
<1> hire*
<3> yea one sec
<3> eMg|JTyler: http://themes.wordpress.net/
<3> good place for examples
<3> basically you just wrap it in 3 divs and align them with margins
<7> eheh
<7> i'll find one
<1> cool
<1> thanks
<3> eMg|JTyler: see how you can search by col number?
<1> yes
<3> eMg|JTyler: that should make it easy to find a real simple example
<7> http://alistapart.com/articles/holygrail
<2> eMg|JTyler: <div style="float: LEFT;width: 20em"> this is on the left</div> <div style="float: RIGHT;width: 20em"> this is on the right</div> <div style="margin: auto 20em"> this is on the MIDDLE using the rest no taken by left or right :)</div>
<7> `columns
<1> thanks
<7> `layout
<5> layout: examples with proper markup and css: http://css-discuss.incutio.com/?page=CssLayouts , http://glish.com/css/ , http://bluerobot.com/web/layouts/ , http://webhost.bridgew.edu/etribou/layouts/
<2> and then in the Divs, you can dump whatever you want
<3> CommandPrompt: with the auto 20em, will that do left, right=auto and top, bottom=20em?
<2> Luke: margin shorthand uses, either clockwise top/right/bottom/left or just top-bottom/left-right
<2> so auto on top-bottom and 20em on left-right :)
<3> ooh
<3> thanks
<3> will auto on top-bottom fill?
<3> *the page
<2> no
<3> then whats the auto for?
<2> auto gives it to the user agent's discretion :)
<3> ah
<3> what do most browsers do in this case?
<3> wrap the content?
<4> eMg|JTyler: for yucks, I'm rewriting your page anyway...
<2> depends on the element
<1> oh yea
<3> CommandPrompt: interesting. thanks =D
<2> Luke: Ps get more than a blockquote or a DL, and OL and UL may get more or less it depends
<1> thanks funky
<3> CommandPrompt: thats nifty
<1> <div style="float: LEFT;width: 20em"> this is on the left</div>
<1> what do I insert here
<3> eMg|JTyler: everything that goes on the left
<3> probably just wait for FunkyBob. It will take him 2 min
<1> ok
<1> thanks
<3> its literally a cut and paste job
<3> the most time will probably take removing and cleaning out the tables
<2> heheh
<2> someone gave me to migrate about .... 10pages, all made in frontpage, forget cleaning up tables or stuff, I just grab the content and rewrote the whole thing
<3> ha good call
<3> front page is a mess... its a wonder that people buy it
<8> I'm trying to get my center column wrapper to extend 100% of the page, it looks fine on decent resolutions but when you go on a smaller resolution or resize the window some of the content flows outside the main div wrapper, however I am using overflow and html,body have height:100%
<2> hehe
<3> do you have an example?
<8> yah jasonaagray.com
<2> jadacyrus: I'm ***uming decent resolutions>=your resolution?



<8> well my resolution is 2560x1024
<8> but it starts to get wierd around 1024x768
<2> wee, my resolution you mean =P~
<8> hehe
<2> sorry I haven't bought my 21" monitor :P
<3> jadacyrus: i cant see the problem on firefox
<8> Luke: size the window down so that it goes past some of the content
<8> then scroll down
<8> you will see that the center column doesnt stay flush with the buttom of the page
<3> jadacyrus: I did
<3> ooh
<3> i see what you mean
<8> yeaa heh
<3> hmm
<3> its a problem with whatever div holds the background with the shadow
<8> #wrapper {
<8> width: 737px;
<8> margin: 0 auto;
<8> height: 100%;
<8> background-image:url('blendedbg3.jpg');
<8> thats what it looks like
<9> Do not paste.
<9> Read the topic.
<8> oh yeah sorry sorry
<8> i was told theres something about min-height or something like that
<2> ...
<2> it looks good to me
<2> I don't see anything wrong there :S
<8> okay unmaximize ur window
<2> I did
<2> still looks good
<8> and size it pretty small
<8> then scroll down tot he bottom, the center part shouldnt be flush with the bottom
<3> CommandPrompt: make the verticle size of the broswer small
<8> yah
<2> yes
<2> looks peachy to me
<2> and I have it about 300x300
<8> what browser/os you using
<2> Opera 8.5 on mandrake9.2 =P
<2> and also ff 1.5
<8> here ill get a screenshot for u
<2> k
<3> jadacyrus: the wrapper is only going to the height of the viewable browser window not the whole page
<8> right, so how do i go about fixing that
<3> so if the content goes farther then the bottom of the screen, there will always be this overlap
<8> right
<3> jadacyrus: i have no idea. you'll have to look into other ways of making a page fill top to bottom
<8> heh
<3> maybe someone else will know how to do it
<8> commandprompt: jasonaagray.com/wtf.jpg
<3> jadacyrus: http://alistapart.com/articles/footers
<3> this should work
<2> jadacyrus: yes, is waht I get, and what's wrong with that?
<8> dont you see that the blue is not continuing to the end of the page
<2> yes
<2> I saw that
<8> yes thats the problem
<2> ohhh O_O
<8> lol
<3> CommandPrompt: its going to his browser window height instead of page height
<4> back
<4> sorry, we had a surprise b'day thing for the receptionist
<4> eMg|JTyler: still with us?
<2> ...
<2> jadacyrus: I'm ***umning you're not using a tiled image on the borders =P
<2> thus
<8> i am
<1> yes
<1> I am
<8> CommandPrompt: this is the image that is being tiled for the center http://jasonaagray.com/blendedbg3.jpg
<2> jadacyrus: well... then... don't use 100% :)
<8> well i have to or else the design is ruined


Name:

Comments:

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






Return to #css
or
Go to some related logs:

#python
Cannot redeclare class db_error
sbcl compile-file standalone without runtime
qtsmbstatus
rpc.mountd: getfh failed: Function not implemented
#sdl
openbox translucent
#css
#perl
libkhtml.so undefined reference kmail



Home  |  disclaimer  |  contact  |  submit quotes