What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » HTML Problem

HTML Problem
Author: Message:
Ansette
Full Member
***


Posts: 165
37 / Male / –
Joined: Dec 2002
O.P. HTML Problem
He, I've been working on  a MySpace profile and on which I have 2 slideshows, I've placed them into a table to have them side by side - this shows accurately in opera and IE but in firefox the slideshows still appear in a column.. any ideas?

Edit: Click here

This post was edited on 04-21-2006 at 10:16 AM by Ansette.
04-21-2006 10:16 AM
Profile PM Find Quote Report
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
RE: HTML Problem
Not sure, try widening the size of the table ?? *shrugs* *-)
...there used to be a signature here :)
04-21-2006 10:17 AM
Profile PM Web Find Quote Report
Ansette
Full Member
***


Posts: 165
37 / Male / –
Joined: Dec 2002
O.P. RE: HTML Problem
nope, didnt seem to do anything :(
04-21-2006 12:39 PM
Profile PM Find Quote Report
stoshrocket
Senior Member
****

Avatar
formerly methos

Posts: 748
Reputation: 31
33 / Male / Flag
Joined: Aug 2005
RE: HTML Problem
jeez... this is a mass of errors.... ok, just to verify things, your slideshow err... 'coding' uses this html:

code:

<div class="slideshows">
<font class="header">Slideshows of my best memories so far:</font>


<br><br>

&nbsp;<table border="0" cellpadding="2" style="border-collapse: collapse" bordercolor="..111111" id="AutoNumber1">
  <tr>
    <td height="17">

<b>Leeds:</b></td>
    <td width="5" height="17">
    </td>
    <td>

<b>Kent:</b></td>
  </tr>
  <tr>
    <td><b>1.</b><br>
<embed allowScriptAccess="never"       src="http://widget.slide.com/widgets/slideticker.swf" quality="high" scale="noscale" flashvars="site=widget.slide.com&channel=2145282" wmode="transparent" bgcolor="..f5f5f5" width="175" height="206" name="flashticker"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"/>

    <td width="5" height="206">
&nbsp;</tr>

    <td><b>1.</b><br>

<embed allowScriptAccess="never"       src="http://widget.slide.com/widgets/slideticker.swf" quality="high" scale="noscale" flashvars="site=widget.slide.com&channel=2145256" wmode="transparent" bgcolor="..f5f5f5" width="175" height="206" name="flashticker"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>
  </tr>
</table>
</div>



and this css to go with it...

code:

.slideshows{

background-color:ff8000;
visibility:visible
font-family:helvetica;
font-size:12px;
font-weight:bold;
color:black;
padding: 10px;
position:absolute;
left:50%;
margin-left:-180px;
top:630px;
z-index:3;
width:600px;
}



.leeds{

background-color:ff8000;
visibility:visible
font-family:helvetica;
font-size:12px;
font-weight:bold;
color:black;
padding: 10px;
position:absolute;
left:50%;
margin-left:500px;
top:500px;
z-index:3;
width:300px;
}

.kent{

background-color:ff8000;
visibility:visible
font-family:helvetica;
font-size:12px;
font-weight:bold;
color:black;
padding: 10px;
position:absolute;
left:50%;
margin-left:1000px;
top:1000px;
z-index:3;
width:300px;
}




am i right? if so, where the hell does the 'leeds' and 'kent' id's come into it? i see that you have two slideshows, one for kent one for leeds but ou havent used the id/class kent/leeds anywhere where i can see :undecided: thats just dodgy coding....

This post was edited on 04-21-2006 at 01:09 PM by stoshrocket.
formerly methos
04-21-2006 01:07 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On