ie issues help!
- Started
- Last post
- 10 Responses
- warheros
okay, everything works fine in safari, anyone know what's going on here? my pictures arent showing on some machines, and sometimes there's a white background in ie (pc) on the pics.
- BobaFetus0
It works on Safari and Firefox. Fuck IE users ;)
- winter0
man, your code's too wicked for a sunday morning 8)
- winter0
you seem to have non-transp layers on the rollovers affecting what's happening in the iframe. i get a black thing hovering all the time.
- warheros0
the black menus are supposed to show when you mouse over the links. does that not work?
- gabriel20
this would be a good time to start from scratch and code this bad boy by hand. dreamweaver is doing some funky stuff in your code (onmouseover's inside font tags is a no-no)
- winter0
yeah it works! sorry :D
but when you move your mouse across the links there's a flickering coz there's probably a different formatting for them
- warheros0
why are onmouseover's inside font tags a no no ? they work in safari, can ie not handle them?
if i use < p >'s it starts a new line and i cant seperate shit.
- warheros0
different format for what? i dont know how to do javascript onmouseover/outs by hand...is dw fucking them up?
- gabriel20
I would move the onmouseover's to be inside the anchor tags. that's general the more common way to run those actions
- warheros0
putting the js commands in < span >'s didnt do shit.
z index doesnt work, wtf? have the rollovers on 3, iframes on -3 and theyre still on top of the rollovers.