kraftomatic
09-27-2004, 04:43 PM
Has anyone experienced this? I have an XHTML/CSS valid page that works fine. However the latest version of Open Cube's dropdown menu doesn't display correctly unless I remove the DOCTYPE declaration:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
If I remove this, then the style sheet doesn't work 100% correctly. I can even keep the DOCTYPE line and put "<!-- text -->" and the drop down works. But again, then the style sheet doesn't fully work.
This seems like an awfully quirky problem. Does anyone have any suggestions?
Thanks.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
If I remove this, then the style sheet doesn't work 100% correctly. I can even keep the DOCTYPE line and put "<!-- text -->" and the drop down works. But again, then the style sheet doesn't fully work.
This seems like an awfully quirky problem. Does anyone have any suggestions?
Thanks.