Author
Facing problem while using facebook widget to my website
dhaval thakor
Ranch Hand
Joined: Aug 27, 2012
Posts: 53
Hello everyone,
Whenever I am trying to use facebook widget code to my website , marquee height is autometicaly increased to in chrome and safari...
but works nice in firefox.
i have shown it in image ..
please help me.
I have tried all possibility of setting height but got failed
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
Your post is like letting a mechanic look at the car without lifting the hood to tell you what is wrong with the engine. You need to show the markup.
Eric
dhaval thakor
Ranch Hand
Joined: Aug 27, 2012
Posts: 53
Ohh i am sorry...for that..
but in image you can see 40% off image and with text is actually 60px height but when i am using facebook plugin code it becomes 200px height
here i am attaching image which is working in firefox.
article1.png
Working marquee in firefox
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
An image means nothing when you do not know what the markup is!!!
dhaval thakor
Ranch Hand
Joined: Aug 27, 2012
Posts: 53
Here i am attaching both file with modification ...
not working
working
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
Dhaval, can you explain why you continue to post those images? Apparently you are not reading the replies you have received. This seems like a waste of everybody's time to me.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
IMAGES DO NOT HELP OUT!
I am done trying to help out. Hopefully you realize you need to show HTML markup so someone else can help you out.
Eric
dhaval thakor
Ranch Hand
Joined: Aug 27, 2012
Posts: 53
Here i am posting image because i thought it would be better to explain you in image rather than words..
My question is when i am using facebook code to my web page , marquee hight suddenly increase in chrome and safari
but it works in firefox.
and can any one let me know that can be issue abt tht ?
dhaval thakor
Ranch Hand
Joined: Aug 27, 2012
Posts: 53
Here is my code
<MARQUEE scrollamount="4" onmouseover="this.stop();" onmouseout="this.start();" style="width: 970px;" direction="left">
<table>
<tr>
<td><IMG style="height: 60px ; width: 82px;" SRC="30off.png" WIDTH=82 ALT="Horoscopesauction"></td>
<td> <span style="font-size: 17px; color:blue">On All Service by Rikhav Khimasia</span> <br/>
<span style="font-size: 14px; color:blue">Special Diwali and Christmas early bird Discount</span><br/>
<span style="font-size: 10px; color:blue">This offer is to allow you to understand Rikhav Khimasia’s Quality of Service</span>
</td>
<td width="200px"></td>
<td><IMG style="height: 60px ; width: 82px;" SRC="images/kundali-matching.jpg" HEIGHT=33 WIDTH=82 ALT="Horoscopesauction"></td>
<td>
<a href="/all-astrology-services-details.jsp#para23" style="text-decoration: none;">
<span style="font-size: 17px; color:blue">Kundali Matching + Couple Characteristics Report + Mangal/Kuja Dosha</span> <br/>
<span style="font-size: 14px; color:blue">For 10 partners with you</span><br/>
<span style="font-size: 10px; color:blue">to enable you making the right choice with the astrological perspective</span>
</a>
</td>
<td width="200px"></td>
<td><IMG style="height: 60px ; width: 82px;" SRC="30off.png" HEIGHT=33 WIDTH=82 ALT="Horoscopesauction"></td>
<td> <span style="font-size: 17px; color:blue">On All Service by Rikhav Khimasia</span> <br/>
<span style="font-size: 14px; color:blue">Special Diwali and Christmas early bird Discount</span><br/>
<span style="font-size: 10px; color:blue">This offer is to allow you to understand Rikhav Khimasia’s Quality of Service</span>
</td>
</tr>
</table>
</MARQUEE>
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
-----
dhaval thakor
Ranch Hand
Joined: Aug 27, 2012
Posts: 53
sorry guys for posting so many errors...
this problem is resolved.. i just create <div><table><tr><td><div>..content.....</div>...
this type of structure and assigning it to particular height and width...
and it's working fine.
thanks.
Hope it may be helpful to some one.
subject: Facing problem while using facebook widget to my website