| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Comments:
<0> validator doesn't check it <1> will make the page 4.01 strict soon anyways. <0> ah okay <0> that's alright then, you needn't bother <1> no need for xhtml ... aint using that anyways <1> but the page renders the way i want in lynx aswell :) <1> the hardest thing on it was to set my navigation in the source on bottom while in layout it appears on top. <1> somehow sometimes my page bumped up or navigation was hidden <1> and im not happy with my usage of h1 h2 h3 ... <1> still need to think of something better. <1> :p <2> webben thanks! i think that need make the page better.... <2> Maxus nice to look you page <2> Maxus you say some about "A CSS guy took 264 screenshots comparing fontsizes"; where is this article? <1> http://www.thenoodleincident.com/tutorials/typography/incremental_differences.html <1> perhaps i should link him.
<1> would be proper ... and specify his name instead 'a CSS guy' <3> Eugh. "No matter what you preference, its a third too big". Horrible philosophy. <3> your* <1> well i kinda respect his effort in making this article about sizes. <1> saved me alot work to figure out what fontsize to use to make it look same in diffrent browsers. <4> may I use px values in the background-position but i want the distance starting from the left side instead of the topright? is this possible? <3> It is /never/ going to "look the same" everywhere, and trying to make it so is not a worthwhile goal. The point of the WWW's design is that it *adapts* to the user's environment. <3> Agux: background-position works from the left <4> Dorward: Sorry, from the right i mean, i need it working from the right <1> true - and since for diffrent browsers this user environment would be diffrent i tend to make the default size on every browser same. <3> Agux: You're stuck then. Its from the left. <1> Such that on whatever browser you would use - the default size matches a 1280x1024 res screen. <4> Dorward: i know, i'm trying to find a way to show a border in the 2px from the right, that's because my layout is liquid <0> Maxus: what if you're using it on a smaller screen <0> or at higher resolution <0> lower resolution i mean <1> use ctrl mousewheel up or down or set the font size <5> what means far out anyway <1> and ull notice what happens. <5> "Faar out!" <1> i have a liquid template ;) <1> or elastic <1> whatever u may call it. <6> Howdy <0> Maxus: where are your apostrophes? <6> I've used the :hover pseudo thingy to create a mouseover effect on an unordered list - this works only in mozilla <6> any advice for IE compliance? <1> what do you mean webben <0> Maxus, like "wont" <0> just a grammatical quibble <1> ow. yea tnx <1> my english gramma ****s :) <1> grammar <1> still would not be an excuse to leave it ugly, i'd agree ;) <0> also "Use Ctrl+mousewheelup or Ctrl+mousewheeldown to scale." ... you should include some keyboard/menu instructions too <6> anything? <0> incidentally, your text is still quite small at maximum size in IE6 <0> you might want to consider including a "zoom layout" stylesheet <7> hola boys & girls <6> Barbar? <1> webben - you have your setting in IE6 at font: medium ? <2> Maxus you use much new lines in text to mantain the stability <7> YonmaN: Belgian beer, eh? well fine ;-) <0> Maxum: no, Largest <1> im not using new lines anywhere. <7> YonmaN: by the way did you validate your markup? maybe the dom is fecked? <4> there are any way to say how many px the background-image will be from the right side? <1> fixed my grammer a bit :) <8> hi all, i am asking to myself if exist another way more simple to do the effect of the target in frames. now i change the property visible, but if i have a lot of lyers in the page it's too hard and bored. can somebody tell me something about that? <1> webben can you make a screenshot <1> if i put it on largest its big enough to me <1> http://ruler.student.utwente.nl/screens/ScreenshotCE453A3E.png <0> Maxus: http://www.benjaminhawkeslewis.com/test/maxus.jpg <1> well id say - its readable. Dunno what your average reading size would be if you would call this small. <8> it's the only way to do that ? or i didn't express myself <0> Maxus: it's not my reading size <0> Maxus: the point is it's still quite small if you have rubbish eyesight <0> Maxus: it's fine normally, which is why i suggested a zoom layout <1> ow ok, that wouldn't be any problem. <1> Tnx for the suggestion :)
<0> np <1> only i wonder how to make more than 1 css available to choose from <1> never got that part of css. <0> Maxus: with IE6, you'll need a JS switcher I think <0> Maxus: with decent browsers, just look at <style> in the HTML spec <0> sorry not style <0> <link> <0> http://www.w3.org/TR/html4/present/styles.html <0> see especially http://www.w3.org/TR/html4/present/styles.html#h-14.3.1 <1> so with rel="zoomed layout" ? <1> or something <0> Maxus: no <1> ow - title="zoomed layout" rel="alternative stylesheet" ? <0> Maxus: more like that <0> although Clarke suggests rev="zoom" <0> not sure about that though <0> http://joeclark.org/atmedia/atmedia-NOTES-2.html <9> hey guys.. help!!!!!!! i made my first joompla template.... added ie6 hack for png, added ie6 hack for fixed background... and look at the results: www.gigante.it/joomla <0> http://joeclark.org/access/webaccess/zoom/ <9> if you p*** with the cursor on the link, the browser gets smaller <10> v! http://www.justmadmike.com <0> Maxus: lots of zoomy goodness for you <9> to many hacks i think!!!! <9> who can help me please <10> !v http://www.justmadmike.com <11> HTML: Unable to validate http://www.justmadmike.com: Could not contact validator <11> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://www.justmadmike.com <10> !v http://www.justmadmike.com <1> sal: a good fundament is needed to build a complex structure. <9> Maxus: did ya see that page? <1> yes <9> what could it be? <9> it started when i applie the ie6hack for fixed background <9> html { <9> overflow: hidden; <9> } <1> well sorry, but i hate using hacks to make stuff work - rather i use another aproach of thinking to avoid the bugs which occurr with diffrent type of browsers in the first place. <9> body { <9> height: 100%; <9> width: 100%; <9> overflow: auto; <9> } <9> only that <9> maxus: ok can ya help me find another way then? <9> i didn't find any <9> the suer wants a fixed background and a shadow around the main body area <9> i can't find another solution if ie doesn't show fixed backs <1> well let's see. <1> !v www.gigante.it/joomla <11> HTML: Unable to validate http://www.gigante.it/joomla: Could not contact validator <11> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://www.gigante.it/joomla <1> # Error Line 259 column 5: end tag for element "div" which is not open. <1> </div> <1> The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. <1> If this error occured in a script section of your document, you should probably read this FAQ entry. <1> ? <1> you prolly removed somewhere a <div> <1> which screwed up your page. <12> hello i am trying to read of 3 column style and all examples i see the left and right column is positioned absolute is it possible to have a div around the site and set this div to dead centre and then use left and right so they will works *** the big div is the site ? so if i set left and top to 0 it will be the left upper coner of the div and not the browser <1> a bit offtopic - but anyone here who has tried this official free vista RC1 download from microsoft? <13> I was downloading it, but then I realized I'd never bother trying it :p <13> Maxus: someone in #web was going to <13> rasu_: http://pmob.co.uk/ <1> well its not the downloading part im interested in - more the usage of vista ... like performance :p <1> like - to try or not to bother :p <13> oh <13> I heard it's going to completely **** <1> lol <13> that the OS is going to take up more cycles than most modern fullscreen games <13> and for what? <13> so you can have a giant oblong clock on the desktop... <1> xD <13> I bet people would use Windows NT from 1993 if you let them <13> almost Microsoft-cruft free
Return to
#css or Go to some related
logs:
WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT] #lisp #perl #perl ibm xseries 306m gentoo #gentoo #kde #perl #web qdvdauthor breezy
|
|