| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> like what? <1> the exact amount of your budget for the project ***uming your budget is greater than the minimum amount of my time * my rate to complete the project <2> I can't seem to set the width of a fieldset legend in FF.. Will the legend take a width? <3> munter: like the ww3.worldonskis.com/resort/aspen.html page <4> bytenik_: i'm working on mockup -> css/xhtml. NEVER AGAIN <0> Vlet: legend is inline if I remember correctly <2> Munter: ahhh thanks <3> Seriema: haha, yeah, this is why i'm trying to outsource it... i don't mind designing in it, i do mind converting it <4> freaking photoshop artist had a field day.. and I have to suffer for it <3> Seriema: Yeah, exactly <4> flash movie, with a normal html button ON IT <4> clickable image, with clickable normal buttons ON IT <3> Seriema: personal opinion, i'd just do all mockups in CSS... its easy enough to move around stuff <0> bytenik_: Looks more like a buggy implementation than a mockup to me. <4> not if you have to support IE5.5
<3> Munter: This isn't a mockup, this is the result of russian outsourcers converting a mockup and leaving me to do the dirty work. <3> Munter: I'm just showing you what the pages would look like <5> Seriema, luckily the graphics department here sends me a "this is my vision" psd and I can tweak it and adjust to make it implementable :) <0> bytenik_: Oh, right. Well, I guess I could do it right, with crossbrowser compatibility for about 5000 euro <0> s/5000/500/ <0> 10 hours should be plenty. Including the photoshop work needed <1> i can do it for 100million yen <4> Zeros: lucky you. I got a "here's the jpg, make it happen. we're going on vacation now!" <3> Munter: If you're serious, PM me and lets talk... my boss is interested. <1> pfft and im never taken serious, what a shame <0> bytenik_: Well, I dont have a company, so the whole payment thing isnt really something I have figured out for freelance work. Anyway, I have a wellpaying job allready :) <5> Seriema, sounds like *tons* of fun ;P <3> zeros: How about you... interested at around the same price? <1> what is the euro -> USD conversion? <1> 1.5 or something? <3> I was using it as USD <3> whoops <3> well, then $500 <5> I'd totally go with Chillax <1> 1.2594 actually <5> he was trying to make a joke about yen, but unfortunately 100m yen is $855432USD <5> ;) <1> 629.70$ USD <5> bytenik_, what exactly do you need done? <3> Zeros, Chillax: We have pretty simple page mockups that need to be turned into clean xhtml/css. <1> Zeros: shush i was hoping to get the deal signed before they did the conversion :P <5> :P <3> haha <1> whats your budget bytenik_ <1> 500$? <5> bytenik_, It would depend on what you define as simple and the deadlines :) <6> how do I remove the top padding at the yellow areas (div.contentintro) in http://guemanisse.dxwatch.com/content/blogsection/4/52/ ? --- I already set padding: 0; but doesnt work <1> did you remove the padding from the div or the p? <1> and how about removing the ? :P <3> zeros: Well, similar look and feel to the page i showed you before <6> hmmm that nbsp comes with joomla... <5> py1nb, there's an empty paragraph at the top causing that <3> Zeros: I'll be back in about 2 hours if you're still interested <1> hack joomla <5> hmm thats weird that my browser is creating an <p> in there when I don't see the source <5> see it* <1> yeah you are crazy <6> isnt there a way to solve it withou hacking joomla? I will have headaches on next upgrade <5> !v http://guemanisse.dxwatch.com/content/blogsection/4/52/ <7> HTML: Not valid - Errors: 5, http://validator.w3.org/check?uri=http://guemanisse.dxwatch.com/content/blogsection/4/52/ <7> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://guemanisse.dxwatch.com/content/blogsection/4/52/ <1> you gotta get rid of the before the paragraph <1> why would joomla put that there? <6> not sure... actually my joomla is already patched to get rid of the tables... but this patch seems crappy <5> Chillax, looks like its implied in the DOM the way the browser renders the   inside the div <1> aye your patch is garbage :P <5> I don't know why anyone uses Joomla at all <1> because the name makes them happy? <5> must be it <4> haha <8> <li>This thing<div>that thing</div> </li> that thing will appear on the next line. but i want it on the same one. Divs inside li? is that buggy? <9> divs are block level elements <9> so they break the line <9> why areyou enclosing "that thing" in a div? <8> Im trying to make a description of the what is in an LI next to it <1> <span>
<1> reboot-erific! <9> sia-soup - you might look into using a definition list <9> <dl><dt>pig</dt><dd>a dirty animal</dd></dl> <8> definition list inside the li? <9> no just a definition list <8> that might work, id have to recode everything <4> is there a way to place an image above an image? without using one as a background? <9> <img src="some image" /><img src="some other image" /> <4> that puts them next to each other. and then? <9> make the first image a block level element <9> or just add a <br /> between them <4> oh.. eh I mean above as in "over" it <9> you mean hovering on top of it? <9> use a background image <9> or use absolute positioning <9> but preferably a background image <4> can't sue background, has to be clickable. but absolute positioning might work <10> a div can be clickable <11> Is it possible to style img{} so that it pushes text to the right? Like align=left in days of yore, but I don't want it to flow back underneath the image (I basically want the image to apply a left-margin to the text I guess) <1> ... <1> i would use photoshop to align my image's text <12> Woosta: make it float left, with an obscene padding bottom and a obscene -1 margin bottom <13> make it float left and put a div around the text and float that left <11> frb-work: so long as that doesn't lengthen the page it's not a bad idea <11> cheater: no <12> Woosta: if your margin+padding ends up being 0 or 1px, it won't <11> Good point <12> but since they are both very large, they won't let things appear below the img <4> I can't get faux columns to work :( <4> I'm trying to create a bordered column that goes all the way down. <4> so I have a div inside a div. the outer div with a tiled image and the inner div with a 1x1 white .gif. both have background-repeat: repeat; <4> the outer div works for as long as there is content. the inner div doesn't work at all.. <4> hm the inner div might be working, if I set a really high width in it then it all works as expected. but the column still won't go till the end <14> Seriema! <4> FunkyBob! yarr! <14> Seriema: which browser do you use? <4> IE5.5, IE6, N7, FF1, O9 <4> I prefer the last one ^^ <14> do you have the WebDeveloper plugin for FF? <14> it has many useful features <4> yeah. and the developer toolbar for IE too <4> still can't figure out why the column won't go till the end :( <14> the floated one? <4> eyah <4> *yeah <14> seems that's "just the way things are", I'm afraid <4> but... but.... <14> unless you can find a way to make height: 100% sensibly constrained <14> it ****s, I know <15> does konqueror support css translucency? i've tried "opacity" style and "filter" style with "alpha(opacity=x)" <14> and the "workaround" (read: hack) is no prettier <4> but all the websites I visit that has that? all the faux column articles? <14> the hack is to use a background on the parent that has the background of the two columns, repeated y <14> of course, someone may have found a less ugly solution since that <14> whatever happened to FlamingFoo? <4> oh! was that it?!.. I thought it was a background image on the column... man I'm stupid >_< <14> Seriema: :) <4> hehe <16> can someone please help me <16> ive got links set to have a dotted underline when hovered on <16> a:hover <16> { <16> color: white; <16> font-family: verdana; <16> font-weight: bold; <16> font-size:12px; <16> border-bottom: 1px dotted #00CCFF; <16> } <16> but i dont want image-links to do this <16> is there a code to make it so no images have that dotted line? <14> a:hover img { border: none; } ?
Return to
#css or Go to some related
logs:
#web sendmail Name=MSA #linux 2wire frostwire equery uses openoffice debian + uninstall mysql apache RHEL4 FUTEX_WAIT kill emerge ignore ebuild filesize #lisp maybe driver kernel module missing or bad
|
|