Moderators: Derry, Goldie, Harpo
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Working Mechanic
Posted
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??
 
Posts: 19 | Location: Emneth, England | Registered: July 22, 2008Reply With QuoteEdit or Delete MessageReport This Post
Guru 'Geezer' Mechanic
Picture of larryd
Posted Hide Post
Since I use Firefox as my primary browser, I think it's IE that has the problem. Big Grin Wait till you check it with Opera and get a 3rd difference!

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>
 
Posts: 5098 | Registered: December 03, 2006Reply With QuoteEdit or Delete MessageReport This Post
Working Mechanic
Posted Hide Post
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
 
Posts: 19 | Location: Emneth, England | Registered: July 22, 2008Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community  
 


™ & © 1998 - 2008, Virtual Mechanics Inc. All rights reserved.