IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1834.78 MB
Powered by
Channel Info
Network: freenodeChannel: #html |
Search in www.irclog.org
Log from #html at freenode 2006-08-01
[03:14]<azysvjvnfyss>whats heading ?
[03:16]<xrllmmumn>huh?
[04:15]<azysvjvnfyss>whats heading ?
[04:17]<eyaexj>Well, since apparently nobody understands the question, perhaps you should try asking it differently.
[04:18]<azysvjvnfyss><h> maybe ?
[04:21]<eyaexj><h1> through <h6>?
[04:21]<grgj2jv>You mean <h1>, <h2>, etc.?
[04:21]<azysvjvnfyss>yes
[04:21]<grgj2jv>They structure the page into sections. Think of it like an outline for a report. Each heading level is a level in the outline
[04:22]<grgj2jv>The contents of the heading element are the title of the section
[04:24]<azysvjvnfyss>ummm?
[04:24]<azysvjvnfyss>you understand this?
[04:24]<azysvjvnfyss>its paragraphs?
[04:25]<grgj2jv>http://www.w3.org/TR/html4/struct/global.html#edef-H1
[05:29]<mnzmzjjv>`pastebin
[05:33]<eyaexj>`paste @ deadroot
[05:33]<rtfs>deadroot, paste: Paste links, not code ( http://erxz.com/pb/ , http://css.commctrl.com , http://sial.org/pbot/ , http://tnx.nl/scribble.plp )
[05:33]<mnzmzjjv>thanks
[06:13]<vggsxyxrgq>oh oky
[06:13]<vggsxyxrgq>how do I position something 30px below where it is written
[06:14]<vggsxyxrgq>for example if I have a div inside a <td> ... I want it 30px below the td
[06:15]<vxn-vzrv>position:relative?
[06:15]<mnzmzjjv>that sounds like a broken layout...
[06:15]<vxn-vzrv>deadroot has a good point, it's rare that you'll want something below a table cell
[06:15]<vxn-vzrv>you don't mean below the table?
[06:16]<vggsxyxrgq>no
[06:16]<vggsxyxrgq>below the cell
[06:16]<vggsxyxrgq>well
[06:16]<cjddzgdlzjdlv>haemm
[06:16]<vggsxyxrgq>this is something I don't understand
[06:16]<cjddzgdlzjdlv>below the cell?
[06:16]<cjddzgdlzjdlv>below the cell is the next row
[06:16]<mnzmzjjv>perhaps a look at what you're seeing and what you want?
[06:16]<vggsxyxrgq>no, I'm using position absolute
[06:16]<vggsxyxrgq>well you'd have to register on a socnetworking site
[06:17]<mnzmzjjv>gawd.... myspace?
[06:17]<rfgjcvr>hello
[06:17]<vggsxyxrgq>no
[06:17]<vggsxyxrgq>not myspace
[06:17]<vggsxyxrgq>myindianplace
[06:18]<mnzmzjjv>so casual visitors can't see your pages?
[06:18]<vggsxyxrgq>it's not mine
[06:18]<vggsxyxrgq>and yeah
[06:18]<vggsxyxrgq>:-/
[06:18]<mnzmzjjv>that sounds wrong for a social networking site...
[06:18]<vggsxyxrgq>well there is anotherway I could do this
[06:18]<rfgjcvr>what do i need to add to this to make the text displayed from right to left(at the right side) {border-bottom:dotted 1px #000000;margin-bottom:0px;}
[06:18]<vggsxyxrgq>the site uses the innovaeditor
[06:19]<mnzmzjjv>[crosspost] http://pastebin.ca/109470 <- does anybody else get the same w3c boxes in both standards and quirks mode? or am i forgetting that the w3c box is used at all times in any condition? >___<
[06:19]<vggsxyxrgq>and I'm trying to place a div over it so custom html can be inserted
[06:19]<azysvjvnfyss>who wants to buy me a core2 as gift for my birthday ?
[06:20]<rfgjcvr>any ideas?
[06:22]<mnzmzjjv>tenshihan2: having any luck with that position: absolute rigging work?
[06:22]<mnzmzjjv>`html ltr
[06:22]<mnzmzjjv>`html dir
[06:22]<rtfs>html dir: http://www.w3.org/TR/html401/struct/lists.html#edef-DIR
[06:23]<mnzmzjjv>;support dir
[06:23]<mygy2jv>deadroot: dir { IE 6: Y | IE 7: Y | Firefox 1.5: Y | Opera 8.5: Y } http://www.webdevout.net/browser_support_html.php#support-html401-attrsi18n
[06:24]<mnzmzjjv>alnokta: you'll probably need to use the dir attribute
[06:24]<mnzmzjjv>http://www.w3.org/TR/html401/struct/dirlang.html#adef-dir
[06:25]<rfgjcvr>Will it work on blogger? .. I am trying to modify a template
[06:26]<mnzmzjjv>if you have access to the HTML, it should. unless your service provider is being anal about 'security' (false sense of security)
[06:29]<rfgjcvr>yes it do have access .. will it be like this? "h1 {border-bottom:dotted 1px #000000;margin-bottom:0px;dir="rtl";}"
[06:30]<mnzmzjjv>no. dir="rtl" is for HTML only
[06:30]<mnzmzjjv><div id="something" dir="rtl">
[06:31]<vggsxyxrgq>deadroot: no :-/
[06:32]<mnzmzjjv>then i guess you only have CSS access
[06:33]<vggsxyxrgq>I can use javascript
[06:34]<mnzmzjjv>you could then add the dir attribute to the HTML element you desire, via the DOM
[06:34]<vggsxyxrgq>the dir attribute?
[06:35]<rfgjcvr>what I want to change looks like this
[06:35]<rfgjcvr><h1><$BlogTitle$></h1> .. cannot i change the h1 style?
[06:36]<mnzmzjjv>tenshihan2: yes. <div dir="rtl"> <- the dir is the 'attribute' of the div 'element'
[06:37]<mnzmzjjv>alnokta: you have CSS access, so yes
[06:37]<mnzmzjjv>you can change the style
[06:37]<vggsxyxrgq>I'm confused
[06:37]<vggsxyxrgq>why would I want to change my reading order?
[06:38]<mnzmzjjv>tenshihan2: if you're an english writer and don't plan to touch any other language, you don't need to bother with the dir
[06:38]<vggsxyxrgq>yeah
[06:38]<vggsxyxrgq><div id="customDiv" style="visibility: hidden;position:absolute;zindex:1000;background-color:#003366; layer-background-color:#003366;">
[06:38]<vggsxyxrgq>I just want it to show up above the innovaeditor... and since I can't zindex it higher I'm going to drop it down a little
[06:38]<mnzmzjjv>ugh, ugly
[06:39]<mnzmzjjv>tenshihan2: the 'dir' was meant for alnokta
[06:40]<rfgjcvr>so what is the dir attribute for css? or am i wrong and it has another name?
[06:41]<mnzmzjjv>i doubt CSS has an equivalent
[06:41]<vggsxyxrgq>eff it
[06:41]<vggsxyxrgq>I'm using javascript
[06:42]<vggsxyxrgq>you know I used to not like indians but I'm steadly changing my mind.
[06:44]<ggmzr>hey
[06:44]<ggmzr>my damn icon is not being displayed in IE
[06:44]<vggsxyxrgq>that's because i.e. is angelic and doesn't deal with damn'd things
[06:44]<ggmzr>damn it then :(
[06:45]<rfgjcvr>can i just make it like this? <div id="<h1><$BlogTitle$></h1>" dir="rtl">







