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



Comments:

<0> but if you linked to a site that had more info about you, then they would
<1> for instance, an up-to-date claimid account
<2> http://i6.photobucket.com/albums/y215/Riyonuk/desktop-1.jpg
<2> there ya go
<2> ahh crap
<2> wrong window :p
<3> What's a good site for CSS references?
<3> !css
<4> like what?
<3> Like I want all of the different elements and whatnot
<5> http://i6.photobucket.com/albums/y215/Riyonuk/desktop-1.jpg
<5> `schools
<6> schools: Explore the intricacies of HTML and CSS here: www.blooberry.com/ , www.htmlhelp.com/ , http://css-discuss.incutio.com/ , www.brainjar.com/ , www.htmldog.com/ , http://css.maxdesign.com.au/
<3> Like alignmencies and whatnot
<5> Whoops, that first paste was a mistake.
<7> Do you mean "What browsers should do" , in which case, the W3C specs, or "what browsers actually do", which means various other sites



<5> I meant: http://www.w3.org/TR/CSS21/
<8> Im not seeing how that rounded corner thing works
<8> it has tl, tr, bl, br before the content
<5> Absolute positioning.
<8> there not absolute positined...oh is it because the <p> is within the content?
<8> http://fumle.dk/public/webdev/round-corners/
<5> Wow, they had to use a paragraph tag for it, of all things.
<8> ok I get this
<8> kinda
<8> wtf? http://fumle.dk/public/webdev/riyonuk/
<8> why am i there
<5> That's.. not your site?
<8> no...
<5> Weird...
<8> Although I did see Munter in one of those
<8> oh now I remmber
<8> he made that to show me the solution to my problem
<5> Aha.
<3> I need specs
<8> specs for what?
<5> There's http://www.w3.org/TR/CSS21/
<8> heh yeah, I read that whole thing
<8> I hunger for more
<5> Riyonuk2: There's http://www.w3.org/TR/html4/, http://www.w3.org/Protocols/rfc2616/rfc2616.txt, ftp://ftp.isi.edu/in-notes/rfc2617.txt, and http://www.gbiv.com/protocols/uri/rfc/rfc3986.html
<5> Happy reading ;)
<8> thanks, and its Riyonuk, the other one hasnt timed out yet
<5> Ah, ghost it.
<5> /msg NickServ GHOST Riyonuk [p***word]
<5> Then you can /nick Riyonuk
<8> meh too much work, it happens everytime dial-up disconnects me
<5> Wpw/
<5> **Wow.
<2> uhh
<2> what is this? http://www.gbiv.com/protocols/uri/rfc/rfc3986.html
<5> Well, that was an uglier version.
<5> Yay text: http://www.ietf.org/rfc/rfc3986.txt
<2> ok, whats URI?
<2> I want css things first
<5> Uniform Resource Identifier.
<5> But the CSS things are all in the CSS specs.
<2> I mean theres nothing else to read other than that w3 guide?
<5> Well, you can familiarize yourself with specific techniques and browser quirks.
<2> yeah thats true
<2> http://www.hackerthreads.org/phpbb/viewtopic.php?t=4806&start=40&sid=371b9e7477efa0652b49ec9e91abbd79
<2> sigh, good times, gooood times
<3> Someone in here yesterday linked me to a good site that showed a content box in a 3 column layout
<3> But it was only done with one single element
<3> and used the entire site's background color for the border boxes
<2> hmm
<2> how can one box be in three columns?
<3> Centered element
<3> That fills the vertical
<3> And is only so wide
<3> The other 2 columns are actually the background color of the body
<9> how would I override any CSS applied to a table row? (e.g. <tr style="background-color: red !important;"></tr> doesn't work)
<5> Try setting that to the tds instead.
<5> (If you have a lot of tds, use a cl*** on the tr and use .cl*** td { background-color: red; }
<5> )
<9> riczho, can i put that in a file and include it (the cl*** thing)
<5> existance: Sure. Or you can put it in a <style> tag too.
<2> man i havnt designed anything for a while know



<2> *now
<2> err I can never remmber if its know or now, lol
<2> ahh
<2> I just found me a inspiring picture
<2> let the games begin :)
<2> B***etts should be coming soon
<3> How do I get #center to go to the bottom of the page?
<3> http://zentatsu.com/
<9> riczho, gah, it works on <td>'s. Is there anyway to get it to work on rows?
<2> margin-top: 100%?
<5> JediKirby: height: 100% on #center and all of its parents.
<3> height: 100% is what it curently has
<3> And it's not working
<2> B***etts: what theme should my next design be? blog, forum, clan?
<5> JediKirby: Did you finish reading the sentence?
<2> margin
<3> it has no parents
<5> JediKirby: <html> and <body>
<2> oh you want the red to go all the way down?
<10> Riyonuk: portfolio
<2> hmm like for websites?
<10> yeh for stuff you have done
<10> music, sites
<2> I havnt done anything, lol
<3> Yay! Thank you
<10> Riyonuk: yeh but you add stuff as time goes by
<2> ok, I just need some examples first, never made a portfolio
<10> hmm
<10> one minute
<3> I need a quick and easy place that'll give me all of the functions or whatever you call them for CSS
<10> http://hawkaloogie.com/
<3> So I don't have to ask in here what the thing for putting in a background image i
<3> is
<2> a css cheat sheet?
<3> yes
<11> JediKirby, use rtfs
<11> `css selectors
<6> css selectors: http://www.w3.org/TR/CSS21/selector.html
<11> `css vertical-align
<6> css vertical-align: http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align , http://phrogz.net/css/vertical-align/index.html
<11> `css border
<6> css border: http://www.w3.org/TR/CSS21/box.html#propdef-border
<11> rtfs: botsnack
<11> </3
<2> http://www.ilovejackdaniels.com/css_cheat_sheet.png
<11> JediKirby, you can also /msg rtfs css border
<5> And /msg RTFS list to get a list.
<5> For things that have a % after them, you can list it to get the sublinks.
<2> B***etts: not much of a portfolio, I know what they look like
<10> Riyonuk: its an example
<2> I dont, its not bad, just needs like ultimate
<2> I gotta make sure to make him a site
<11> "like ultimate" wtf is that?
<10> hawkaloogie: how did you do V3?
<2> XD, I gotta idea
<10> ive seen that before and always wanted to do it
<11> lemme refresh as to waht v3 was
<10> command line
<10> http://hawkaloogie.com/web/hawkaloogie.com/v3.png
<2> whats v3?
<11> i think that was all <pre> tags
<5> !v http://hawkaloogie.com/
<6> HTML: Not valid - Errors: 30, http://validator.w3.org/check?uri=http://hawkaloogie.com/
<6> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://hawkaloogie.com/
<3> why isn't my background showing up?
<11> most of these were hand-coded html, i didn't start using a CMS until 6
<11> woot!
<3> !v http://www.zentatsu.com
<6> HTML: Valid - http://validator.w3.org/check?uri=http://www.zentatsu.com
<6> CSS: Not valid - Error: 1, Warnings: 39, http://jigsaw.w3.org/css-validator/validator?uri=http://www.zentatsu.com
<2> v6 looks awesome
<11> ah, bad template


Name:

Comments:

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






Return to #css
or
Go to some related logs:

#perl
#perl
#osdev
#osdev
iptables etch port 22: Connection refused
#xorg
#python
modeline 2407 xorg.conf
genkernel marvell 88E8053
#web



Home  |  disclaimer  |  contact  |  submit quotes