Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
david68
Joined: May 16, 2005
# Posts: 144
|
Posted: 2005-Jul-08 22:03
I did something like this:
<table ...blah>
<tr>
<td>
<table ..>
<marquee direction=right>
<td> blahblah</td>
<td> blahblah</td>
</marquee>
</table>
other stuff...
</td></tr></table>
Basically tables in tables making a picture scene (see profile for web url if interested, it's the ballpark scene)
The problem is this: In mozilla it works fine, but IE 5, for some odd reason, is adding a <BR> before it does the marquee, as when I remove the marquee but leave that table there, it works fine. It wouldn't be a problem except I am using picture positioning using "style" and it's throwing everything out of alignment. Any ideas why marquee is doing this and any way to fix it? Thanks
|
 |
david68
Joined: May 16, 2005
# Posts: 144
|
Posted: 2005-Jul-09 02:25
nm, it seems IE adds a <br> after a <TD> if followed by a <TABLE> - bug or I'm not doing this stuff right
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2005-Jul-09 08:09
You cannot have <marquee> directly inside <table>.
It must be inside <td>, or outside <table>.
Run the page through http://validator.w3.org/detailed.html
|
 |
david68
Joined: May 16, 2005
# Posts: 144
|
Posted: 2005-Jul-09 12:17
Yeah I figured that out when it stopped working I had it done the right way before, but when trying to fix the IE problem I screwed it up - fixed now though, thanks.
I've used that validator in the past and it always finds problems with my code as I use "outdated coding" so it always finds flaws. Slowly as I learn I fix things.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|