Virtual Mechanics: Community Forums and FAQs
Virtual Mechanics: Community Forums and FAQs
Report Suspected Bugs
Bulleted Text moves in Firefox and IE|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Working Mechanic |
Hi Folks - question for you all..
Doing a new site and my client wants his text "bulleted" which is fine to do in SS pro - only problem appears to be when checking in both Internet Explorer or Firefox as the text moves quite a lot? IE appears fine but it is Firefox (latest edition) where the text moves way out of the area is should be in which is causing me real problems as I have to change the complete design so that both browsers can be used? Any ideas folks? Many thanks Andy p.s I never had this problem with the standard SS?? |
||
|
|
Guru 'Geezer' Mechanic |
Since I use Firefox as my primary browser, I think it's IE that has the problem.
You can normalize the appearance of bulleted text in IE and Firefox so it looks the same by applying some CSS. I use this: <style type="text/css">
ul {
margin-top: 0; margin-bottom:0;
list-style-position:outside;
}
li {
margin: 0 0 0 -20;
}
</style>
|
|||
|
|
Working Mechanic |
Thanks Larry - I hope Virtual Mechanics are paying you for all the help you give the folks on here.
You have helped me solve a HUGE problem. You are a star. Very much appreciate your time and help with this. Andy |
|||
|
| Powered by Eve Community |
| Please Wait. Your request is being processed... |
|
Virtual Mechanics: Community Forums and FAQs
Virtual Mechanics: Community Forums and FAQs
Report Suspected Bugs
Bulleted Text moves in Firefox and IE
