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.97 MB
Powered by
Channel Info
Network: freenodeChannel: #html |
Search in www.irclog.org
Log from #html at freenode 2006-06-06
[00:38]<prfygsjg>my page isn't showing up well in IE and I can't figure out why
[00:40]<nzzvxwww>need help with a weird thing in a website at http://fostral.sytes.net/ezona/ <--- while hovering the menu at the left it makes the page *blink* under Internet Explorer. Seems that the flash movie is causing the problem, however it was ok earlier before i rewrote the code.
[00:40]<nzzvxwww>help me plz :/
[00:40]<nzzvxwww>guys
[00:41]<prfygsjg>www.koffeeklatsch.com/solis.asp (in IE its all messed up, in firefox it looks fine)
[00:41]<prfygsjg>stupid IE
[00:42]<jrgrgr>earthWww: hey I looked at the site in ie but it doesnt blink for me, it looks the same as in ff
[00:42]<nzzvxwww>try hovering the menus
[00:42]<nzzvxwww>at the left
[00:43]<nzzvxwww>or maybe you dont see the flash movie that makes all this happen?
[00:43]<jrgrgr>although, the box below the menu is out of place in ff
[00:43]<jrgrgr>hmm
[00:43]<prfygsjg>it blinks for me
[00:43]<nzzvxwww>what could cause that?
[00:44]<nzzvxwww>as both css and html are valid :/
[00:44]<nzzvxwww>well.. nearly valid
[00:44]<jrgrgr>well darn, I see the flash movie in the top but I dont know, it looks okay to me =/
[00:44]<prfygsjg>you know whats really wierd? Scroll the menu real slowly
[00:44]<nzzvxwww>as there are some opacity css effects for mozilla and IE
[00:44]<jrgrgr>maybe I missing something
[00:45]<prfygsjg>haha
[00:45]<prfygsjg>use the menu slowly
[00:45]<prfygsjg>put a warning
[00:45]<prfygsjg>:-
[00:45]<prfygsjg>:-p
[00:45]<nzzvxwww>lol
[00:45]<nzzvxwww>well.. one more thing is that if you active the flash movie control by clicking on it
[00:45]<nzzvxwww>the menu blinking dissapears!
[00:45]<prfygsjg>"using the menu to quickly might cause an epileptic seizure . Use at your own risk"
[00:45]<nzzvxwww>so i kinda think that it is an IE bug
[00:46]<nzzvxwww>:p
[00:46]<prfygsjg>any idea about my IE qualms?
[00:46]<prfygsjg>www.koffeeklatsch.com/solis.asp
[00:46]<prfygsjg>ff is the way its supposed to look
[00:47]<nzzvxwww>validate it
[00:47]<nzzvxwww>add doctype
[00:47]<nzzvxwww>use strict
[00:48]<prfygsjg>ocl
[00:48]<prfygsjg>*ick
[00:48]<prfygsjg>I wasn't oroginal creator
[00:48]<prfygsjg>I don't even want to try and validate that site
[00:48]<nzzvxwww>or add a banner "Screw IE, Use FireFox"
[00:48]<nzzvxwww>:D
[00:48]<prfygsjg>I'm maitainer
[00:48]<prfygsjg>haha
[00:48]<prfygsjg>wish I could tell the guy I'm working for
[00:49]<nzzvxwww>i wish too :/
[00:49]<nzzvxwww>:p
[00:49]<prfygsjg>he exploded at me this morning
[00:49]<prfygsjg>he is like "IS that the way the fucking page is supposed to look?????"
[00:49]<prfygsjg>and I was like.. um, yeah? (not thinking about IE)
[00:49]<prfygsjg>what a dick
[00:50]<nzzvxwww>:/
[00:50]<nzzvxwww>i understand
[00:50]<nzzvxwww>they kinda do not take it for real that my page is OK and their browser is $hit
[00:50]<nzzvxwww>:/
[00:59]<prfygsjg>+damn windoze
[01:10]<jrgrgr>+I'm off work now, good luck guys sorry I couldnt help more
[01:59]<eee>-Oh
[01:59]<eee>-:/
[01:59]<eee>-[01:58:47] -NickServ- This nickname is owned by someone else
[01:59]<eee>-cant even sleep :/
[01:59]<neevxeee>-gn all
[02:21]<lnmzj>-hello.. I have some validation-issues with this.. <input type=\"checkbox\" name=\"points[$rad[0]][]\"> ..any suggestions?
[02:28]<wjjsvr>+pedro: it's php, not html. You need to validate the rendered HTML
[02:38]<z2gmg|zgmsjwlwg>-what do i do in a <input type="text" > to make it longer (as in go from _________ to ________________________)?
[02:47]<lnmzj>-size
[02:47]<lnmzj>-or use css
[02:52]<lfjlldnzzs>+hi
[02:52]<lfjlldnzzs>+what's the difference between name and id
[02:53]<mrmfyfjv>+id is unique, name can be reused in the same document
[02:56]<lfjlldnzzs>+thanks a lot
[02:58]<wjjsvr>+(though IE caveats apply)
[03:00]<mrmfyfjv>+Woosta, IE caveats *always* apply... :(
[03:19]<g0s_rfua>-why is the event-handler "onSubmit" from a form ignored when the form is submitted with document.formid.submit() ? ...is there a workaround for this issue?
[03:28]<vxn-vzrv>-call form.onSubmit() explicitly before calling form.submit()?
[03:28]<vxn-vzrv>-something like if(form.onSubmit())form.submit();
[03:28]<vxn-vzrv>-assuming onSubmit is supposed to return
[03:29]<vxn-vzrv>-or try{form.onSubmit(); form.submit();}catch{//don't submit when error thrown}
[03:29]<vxn-vzrv>-my catch syntax might be wrong there
[03:39]<g0s_rfua>-thanks, i'll try that
[03:43]<efyfjr>+hi there
[03:43]<efyfjr>+can anyone give some comment on this page? Improvements, in terms of layout, html and css? http://rsnmcisco.det.ua.pt/hotspot/admin/error.html
[04:05]<hnwymyryvrf_>+hi guys... its been a while since i've worked with frames... i need to add a background color to an image in a frame, but i cannot remember correct syntax to do so
[04:09]<wxrvs_yg_r_grdn>-http://pastebin.com/761127
[04:09]<wxrvs_yg_r_grdn>-problem is discussed at the top
[04:41]<|-mycn-|>- http://img428.imageshack.us/img428/7948/space2vh.jpg
[04:41]<|-mycn-|>- http://pastebin.com/761251
[04:41]<|-mycn-|>-I need to get rid of the line of whitespace that appears.
[04:41]<|-mycn-|>-Please assist.
[05:04]<[-vzzvzzjs-]>-if you use only linux, how do you handle web designing? i mean in windows you have dreamweaver, flash mx, photoshop, etc.. what about familiar programs like these in linux?'
[05:21]<r2nmn|pprmpymmpn>-http://dev.abzde.com/main/index.php, when i use the login thingy, (doesn't do anythikng atm) it sends via GET and not POST, which is odd.... any ideas?
[05:27]<[-vzzvzzjs-]>-if you need an atm to work then go to your closest bank's ATM and take some money
[05:27]<r2nmn|pprmpymmpn>-:| at the moment....
[05:28]<[-vzzvzzjs-]>-what's wrong with the moment ?







