• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Facing problem while using facebook widget to my website

 
Ranch Hand
Posts: 53
Eclipse IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 53
Eclipse IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
[Thumbnail for article1.png]
Working marquee in firefox
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
An image means nothing when you do not know what the markup is!!!
 
dhaval thakor
Ranch Hand
Posts: 53
Eclipse IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here i am attaching both file with modification ...

not working


working


 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 53
Eclipse IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 53
Eclipse IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
-----
 
dhaval thakor
Ranch Hand
Posts: 53
Eclipse IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic