php/mysql issue
- Started
- Last post
- 12 Responses
- ********
Hi teh script is running fine pulling info from the db...
But I can't fig why the accordian is not hiding the news in IE. It works fine in FF.
Any ideas?
Thanks!
- ********0
It seems you have an extra "span" tag that falls under "Stay tuned for updates. Portfolio & News publishing system coming soon." that is never closed.
I do not believe this to be a PHP/MySQL issue at all by the way...
It may be something with the Accordion Script not being set up to hold SPAN tags for IE inside of the P tags...
I wish I had more time to help you out, later tonite I mite be able to throw something together, but for now I would check my formatting and ensure I close all my tags correctly.
- ********0
Also, FX does not utilize the ALT tag for image text hovers.
You need to create them in ALT and TITLE.
(In reference to your ridiculous exclamation point image...)
- ********0
lol @ rediculous image...
Its like um under construction and what not.
I appreciate the help.
thanx
- ********0
its just not f'ing working in IE.
Bullshit.
I do think it has something to do with at least the MySQL.
- maximillion_0
the browser has nothing to with the database so it will be in yr html or css
- ldww0
mysql is server side.
if something is not working on a certain browser it has something to do with your markup, not php or mysql.
- ********0
OK. I will try debugging later.
If anyone has time to look at source code and point me to wtf is going on. I'd appreciate.
thanks.
- ldww0
i would suggest you approach the moo people. i am sure it is incomparability or issue mis-use with the library
- maximillion_0
i dont have IE here but try style="display:none;" in yr p tag
- akoni0
css issue ..not a database issue...
in your php files make sure when you are outputting that all of your tags are opening and closing properly
- ********0
ok. good clues...will do.
- ********0
ok fixed thanks.