changes in borders with firefox vs IE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have recently switched from microsoft IE to using mozilla's firefox, for
multiple reasons, and i just noticed that in firefox the borders on my site
www.mommychats.com are a completely different color and width. does anyone
know how to change this with FP 2003? is there something in FP that can be
enabled or tweaked? or am i doomed to just have this variation because both
IE and FP are microsoft products and firefox is a different company?


tina
 
Every browser/version can and does support different (or implementation of) features, and it is not
an FP issue.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
All of my sites have this script slecting different colors in the headers,
but it is of no use in NN7, Opera 7, Firefox and I suppose others.also. As
Thomas pointed out, it is not a FrontPage problem

<style type="text/css">
<!--
body
{
scrollbar-face-color:#3F4265;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#0000FF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-darkshadow-color:#0000A0;
scrollbar-track-color:C03121;
scrollbar-arrow-color:FFFFFF;
}
-->
 
bordercolordark, and bordercolorlight are not valid <table> abbtributes. Use
CSS to control table borders more reliably.

Bob Lehmann
 
that's good to know...and i kinda figured it was that way, but thought i'd
ask...is there any tricks to getting around this?

tina
 
if you mean where it says light border, dark border and just color for the
border...i only have color set, not light or dark.

i don't work in code, only frontpage...code makes my head spin unless i know
exactly what i'm going in to fix and its just a small snippet and very basic
info.

so if you're referring to something in the code, i need design info. :)


tina
 
i've been wanting to learn more about CSS...i don't have a clue how to use
it. i get the basic concept though...does anyone know of a great (very basic)
CSS for FP 2003 type tutorial anywhere that they'd recommend to me?


tina
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top