free blog   apache   shopping directory   php powered
xckpd7riven: compare Calibre and say Arial at the same font size.. Calibre is considerably smaller and I haven't found any font-stack that has a comparable sans-serif font that even slightly resembles it. So I was then thinking, maybe there was a free font available that mimmicks it
rivenah, okay
rivenwell, go to dafont.com and happy browsing! :)
rivenchoosing a font based on its relative size compared to a reference font is pretty silly though :p
solo0891_wich program is best for image manipulation for web design , gimp , adobe photo shop or ulead photo impact ???
rivenulead, lol
rivenFireworks.
xckpd7if you consider that I made a compromise and matched calibre to the original design that called for Myriad Pro (very hard to tell apart at that size), and that I would prefer not to do images for text, it's not really
mum-n-dadheheh
mum-n-dadgood ol' ulead
dogmatic69solo0891_: the one you know
mum-n-dadxckpd7: myriad pro nice choice
solo0891_ty dogmatic
mum-n-dadhttp://apps.facebook.com/markedsplass shares the exact same CSS with http://home.no/hedhnta/test - yet it's all messed up. For instance, how do I get the search input back to where it's suppose to be?
mum-n-dadI just can't figure out what Facebook is doing to my CSS!
linetraceI'm using text sizing in ems for a site layout and am running into a rounding issue in IE7
linetraceI've got a lot of elements w/font-size: 0.875em (i.e. 14px), but this actually ends up being 13.92px (i.e. 0.87em) in IE7
linetraceI'm including an IE7-specific CSS file using conditional comments and all it includes is "body { font-size: 0.88em; }", but it doesn't seem to override the font-size specified in my main CSS file
linetracewoah, may have found my issue...
linetraceyup, silly mistake
deed02392For some reason i'm struggling to get three divs to align in the center of a parent div. What's going on?
MikeyDi am trying to modify the title attribute of img to be 8px and I can't seem to figure out the necessary code. tips?
azazulMikeD_: a snippet would help , and live url would be better
azazulsame for deed02392
MikeyDazazul: can i pm you the url?
deed02392it's ok azazul, had a typo in selector rule, thanks though
azazulsire , MikeD_, but whats so secret about it
azazuland what exactly you want to modify to be 8px
azazulMikeD_ ?
MikeyD<img src="/images/step2.gif" alt=""
MikeyDtitle="Click to enlarge" height="80" width="120"/>text here</a> - I want to modify the font-size of "text here"
azazulfirst : wrap it in span
azazulthen  a span[ font-size: 8px; }
deed02392Does anyone have any reserves about using position:relative;top:1px;left:1px; to give a 'button' effect for all a links on hover?
deed02392It won't cause some enourmous styling issues on some browsers will it?
deed02392Don't have the facility to test them all interactively
Yoshi123_awayIE6 must di
Yoshi123_awaydieee
MikeyDazazul: Yay! Thanks for the tip
MikeyDazazul: ok, next question. They are already in a div. Instead of a span, I used the current div with your suggestion. It works great. When I move the code over to my designated css file, it stops working.
MikeyD<div style="font-size:9px;"> this works great
MikeyD<div id="3steps"> and then css: #3steps {font-size:9px;} - doesn't work at all
azazulwas afk
azazulMikeD_: ID names cant begin with a number
MikeyDchanged it to steps3 and still no luck
azazulbesides , the images  are already contained in a   a.highslide
azazulso why dont u use it
azazula.highslide span{ font-size: 9px; }
azazulbtw , you ode has a lot of issues
azazulyou shou start by setting a Atrict doctype ( instead of transitiona)  and  fixing the validation errors
azazuland thats only for errors and not the semantical mistakes
azazuls/Atrict/Strict
MikeyDok, got your span css tips working, thank you!
azazuland start fixing the code
MikeyDHTML 4.01 Strict ?
azazulthat or XHTML 1.0 Strict
azazulits more your choice
azazuland right after setting the doctype , move the JS part right before the closing </body> tag
MikeyD57 Errors, 10 warning(s) - nice. ok, will do, i appreciate your suggestions
azazulyou need to move the JS because of optimization
MikeyDok, moved to the bottom
azazuldid you never wounder why google told you to put the Analytics script there ?
MikeyDI had just assumed I needed the highslide.js near the top since I have a few pages laden with images
azazulhtml file hets read from top to bottom
azazuland when IE sees a JS ( of any kind ) it stops doing _anything_ else till it downloads the JS and compiles (parses ) it
MikeyDYeah, I noticed that the facebook connect js likes to slow everything down sometimes
MikeyDOk, next question for getting my doc to validate. I've been using <hr noshade="noshade" /> - I need to use a different alternative to that
azazulMikeD_: its the  border property in css
azazulif i understand it right , it should be    hr{ border : 0 0 1px;
azazul {
azazuldamn ..
azazulhr{ border : 0 0 1px; }
MikeyDhtml: <hr /> css: hr {clear: both;border: 0 0 1px;}
MikeyDWhen I remove the clear:both the line disappears, but your border worked well!
MikeyDWhy did you recommend me setting a strict doctype instead of transitional?
azazulMikeD_: first of all , you shouldnt use HR tag
azazuljeez , go and lear n, i have to work
goddardMy div keeps on getting pushed to the side by the footer when I use a picture aligned to the left.  How do I make sure what ever is in my div container isn't push to the side? if this even maeks sense?
MikeyDdoes anyone have experience in fixing validation errors concerning facebook like box or like buttons?
Strumeizerwho can help me for an IE z-index problem ?
b0xposition: set?
Strumeizerabsolute
C00rei second that quitmsg
dcostahey
dcostaany jquery expert here ?
C00re#jquery
dcostacool :)
dcostaty C00RE
C00reNP
MikeyDazazul: I just finished validating everything! yay!
Yoshi123_away*tear, how does one fix the IE6 jump bug
Yoshi123_awayI'm simply changing the border-color and it cases this massive jump in the div size
Yoshi123_away*causes
Yoshi123Is anyone familiar with the IE6 hover jump bug?
JDigitalstuff jumps on hover if you change its size on hover
Yoshi123I'm only changing the color
Yoshi123border color to be exact
MikeyDdo you have any percentages in your attributes?
Yoshi123no sir
MikeyDhav you tried adding a:hover { padding-top: 0 }
Yoshi123yeah did the padding-top padding-bottom 0 stuff
Yoshi123there are no EMs eitehr
Yoshi123*either
Yoshi123tried giving the div that's expanding a fixed height but that didn't work
Yoshi123somebody shoot me now
MikeyDI feel your pain. I still have 12% of my visitors using IE6
Yoshi123Yeah, the numbers are still way too high
bleenare there any cross-browser solutions out there to positioning the legend in a fieldset?
MikeyDOk, so, I figure out that any facebook plugin used will break your site in IE6. Now I need to figure out a way to hide the plugins if the user's browser is ie6. hm.
bleenis there a hack for FF only styles?
MikeyDis there something similar to "<!--[if gte IE 7]><!--> code here<!--><![endif]--> that you guys know of to hide javascript?
HappyPelicanMikeD_ js user agent detection
MTecknologyIs it possible to apply to different backgrounds to an image? So I have a corner and top image?
MTecknologyI'd like to avoid having to add extra elements to the theme
HappyPelicanwhat are you trying to do? rounded corners?
proskillhi
proskillhow do i change the outline of input type="text" ?
proskilloutline color
MTecknologyHappyPelican: pretty much
proskillim using form#firstform input[type=text] {} <- this is correct to style the input text types right?
MTecknologyHappyPelican: same concept - trying to put some nice shadow images on things that follow pretty funky paths
MTecknologyHappyPelican: any tips?
HappyPelicanMTecknology, this might help then - http://codecamel.com/round
HappyPelicanproskill: border?
MTecknologyHappyPelican: wow- that's neat
k0nichiwaany tricks to increase the spcificity (or precedence) of a CSS rule?
k0nichiwai changed some rules from being ID based to class based
k0nichiwai need the same results i had before, but the precdence of the rules has been foobar'd
oksushik0nichiwa: make a more specific selector http://htmldog.com/guides/cssadvanced/specificity/
snaxsydudes, you got any recommendations for an all-css 2-level horizontal menu?
snaxsy] horizontal menu
snaxsy] menu
_ZofBot4Menus: http://cssplay.co.uk/menus/ www.brainjar.com/dhtml/menubar/ , www.alistapart.com/articles/dropdowns/ , www.alistapart.com/articles/hybrid/ , www.xs4all.nl/~peterned/examples/cssmenu.html , www.udm4.com/ , www.cs.ucla.edu/~heng/JSCookMenu/ , http://www.htmldog.com/articles/suckerfish/dropdowns/
snaxsybah.
snaxsydoes that mean the alistapart hybrid's still the state of the art?
snaxsy(not that i don't like it)
oksushisnaxsy: http://www.message.uk.com/dropdown-menus-no-thanks
snaxsyshit, that looks awesome and not exactly what i'm looking for. gotta fold socks now. be back in a sec
oksushi]search drop
oksushi]access drop down
_ZofBot4Drop-downs are bad: http://www.message.uk.com/index.php?page=81
oksushibot needs updating
snaxsyah. my gf was nice enough to do my laundry. she feeds and waters me too.
snaxsyhow where were we?
snaxsyoksushi, what's that suppose to link to? it redirects.
oksushiyes, the first link I gave you is the current one, I was checking to see if it had been updated in the bot (but it hasn't)
snaxsyoh i guess that's what you were saying.
snaxsyyep
snaxsyanyway, you have a recommendation for a two-level horiz menu?
snaxsycss-discuss wiki also needs updating.
oksushiI recommend not using one at all
snaxsywhat do you recommend? showing all? anyway, i'm supposed to duplicated a layout
snaxsyi wasn't talking about a drop down tho.
oksushiusing a proper structure, in-page links, sub navigation and 'inherant findability' - but anyway, suckerfish is still what you want
snaxsytwo-level. like http://www.alistapart.com/articles/hybrid
oksushioh, my mistake then
snaxsyoh i feel better.
oksushithey still have their issues though
snaxsyespecially since i was hoping for an all-css one. not some crazy javascript menu that no one can see if javascript is disabled.
oksushifor people with poor fine-motor control
snaxsyissues indeed. is html5 going to fix all this or something?
oksushiwhy not use a css3 solution? http://css-tricks.com/css3-tabs/
snaxsyit's for a nail salon. if their customers have shakey hands then they shouldn't be customers ;)
oksushihehe
snaxsythat doesn't have a submenu.
oksushianyway, you will need js to make sure that the sub menu of the most-recently hovered tab remains active even if the mouse cursor slips off it
oksushino, it's not a 1:1 example you can copy
snaxsyyeah i'm not trying to reinvent any wheels.... lazy & tired
snaxsyi'd be up to it another time
snaxsybigger stranger fish to fry than the menu
snaxsywhat's the javascript do? i thought javascript was usually for making :hover work right on ie?
snaxsytho that does make sense....
Action: snaxsy scratches head and goes fishing
oksushiwell, you would for example make the most recently-hovered item have a class 'active' that makes sure it is the top-most visible subnav. So, you can take your mose off the strip, and that sub nav is still visible
oksushithen, if you hover another 'tab', it's submenu gets the class
snaxsyright right.
snaxsybut ... hold on ... fishing
oksushiso, without js enabled, the menu works like the example you gave, but with js enabled, it works /better/
snaxsyyeah.
snaxsyright.
snaxsyi'm down to use taht. i was even thinking of tossing a nice jquery fade in there if i have a sec.
snaxsybut i want a solid starting product that degrades gracefully
snaxsyi like the alistapart one. but i sortof thought there'd be more i should check out
snaxsyoh, plus it doesn't look like alistapartmenu works for ie/no javascript.
oksushinot if it relies on hovering things other than an <a>
oksushithats why you should ensure that each 'top level' menu item is a functioning link to a page, that details each of the sub-pages (and links to them)
snaxsyi guess i probably won't find anything better, then. you have a link for the persistency js you were talking about?
snaxsygood point about top menu links. i like that.
oksushisnaxsy: no, but it is trivial
shaft0Is there a way to have overflow: scroll use the main browser scrollbar on a div?
oksushishaft0: not directly
shaft0oksushi: I'm not sure I follow.  
snaxsyyeah but it sounds elegant. for those users who have the ability to appreciate such things (clealy not the ones using ie)
oksushisnaxsy: did you mention you were using jquery?
snaxsyyes why?
oksushishaft0: you could 'fix' everything else on the viewport, then it would appear that the main scrollbar was scrolling just that element
oksushisnaxsy: check your pm
shaft0oksushi:  Basically the only thing on the viewport is the bodyContent div, so if I put that as fixed, it'll be good to go?
oksushishaft0: I cant say that without seeing the page
shaft0oksushi: Fair enough.  bodyContent is a vertically centered div, it's 400px tall, and it's the only visible div on the page.  
Popular searches: smbstatus protocol negotiation failed   Qt dial number   mirrorselect make   

Generated by irclog2html.pl 2.1mg by Jeff Waugh - return