also Fabien is correct that you should remove the second script source of swfobject seems he has spotted a css issue too
- S On 2 October 2011 03:02, Fabien Auréjac <[email protected]> wrote: > As i see, the padding-right directive on the css stylesheet is not > interpreted by IE. > pleaase try "margin-right:23px;" instead > > > .twoColFixRtHdr #sidebar1 { > float: right; > width: 185px; > padding: 0px 23px 15px 0px; > background-repeat: no-repeat; > background-image: url(../1_images/side_menubackground.jpg); > } > > > so it becomes: > > .twoColFixRtHdr #sidebar1 { > float: right; > width: 185px; > padding: 0px 0px 15px 0px; > > margin-right:23px; > > > background-repeat: no-repeat; > background-image: url(../1_images/side_menubackground.jpg); > } > > > > Le 2 oct. 2011 à 03:04, TKD-girl a écrit : > > Hello! > > I am no web developer....I am someone who dabbles in design. I am > currently maintaining a website I designed (but the developer who > coded it is no longer around). I am trying to make it iphone friendly > so I replaced the 2 flash objects (the top nav - div id ="header" and > the side nav "div id ="sidebar1" . > > The top nav comes out looking ok in Firefox 6.0.2 & IE 8, but the side > nav is distorted. In Firefox it's squished and IE it's slightly too > big and overlaps the right border. > > What am I missing here? Why is it squished in Firefox when the > container is the same as the original flash object? > > Here is my site as it is currently (with the original developer's > code) - http://www.tkd-boston.com/ > > and with the swfobject... http://www.tkd-boston.com/test-page/ > > Please send any advice - or even code on how to make this compatible > over many different browsers. > > Any help would be much appreciated!! > > (Also - a side note....can alternate flash content be done in > Dreamweaver? I did this by hand but it would be easier i I could just > use DW I think). > > Thank you :) > B > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
