Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
BillytheKid1971 #1
Links do not show up properly in FireFox or Explorer
I am designing a website, [url]www.fiszerconcepts.com[/url] and the links within
Dreamweaver and locally on my machine show up in 14pt. font size which is the
size I wish for the links to be. The links I am referring to are "Purchase
Books on Amazon", Listen to the 12/06 interview with Dr. Fiszer"...
However, when I upload the files to my server and view the site in Firefox or
Explorer the font size changes to 10pt. This is not what I want. What am I
doing wrong?
BillytheKid1971 Guest
-
Audio is not working on firefox or explorer
:confused; A few weeks ago the sound on anyting flash just doesnt work. I have windows xp, i mainly use firefox, i have tried internet explorer and... -
html code: firefox and explorer
Please I need some help! What am I doing wrong with the following html coding. It shows completely different in Explorer than in Firefox. ... -
PVII Snap Layers not displaying properly in Firefox
I'm having problems getting my dropdown menu for About Us (layer "aboutUsSub") to display properly. I've used PVII Snap Layers and Anchored the... -
problem displaying flash properly in firefox for windows
:confused; my coworker and i are in serious need for some help. we're making a product in flash and it shows up perfectly in firefox in safari... -
Windows Explorer does not unload properly
After closing Iexplore, often the machine seems to be exremely slow and stops responding. I open task manager, and Iexplore is still running,... -
Murray *ACE* #2
Re: Links do not show up properly in FireFox or Explorer
Points are for print. Pixels, ems, ens, exs, percents, or font size names
are what you need to use on the web.
The appearance of HTML links is governed by CSS style rules specified by one
of the four pseudo-classes: a:link, a:visited, a:hover, or a:active. In
your stylesheet ([url]http://www.fiszerconcepts.com/styles.css[/url]) you have
specified all of these to be 10px in size. And indeed, they are -
a:link {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}
a:visited {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
}
a:hover {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FF3300;
}
a:active {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
So - that's where you should focus your attention if you want to change
their size.
Also, you have built your page using layers as a primary methodology.
Please open the page in Firefox, and increase the text size by a tick or two
to see the problem with this methodology.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"BillytheKid1971" <webforumsuser@macromedia.com> wrote in message
news:enjl1l$fcm$1@forums.macromedia.com...>I am designing a website, [url]www.fiszerconcepts.com[/url] and the links within
> Dreamweaver and locally on my machine show up in 14pt. font size which is
> the
> size I wish for the links to be. The links I am referring to are
> "Purchase
> Books on Amazon", Listen to the 12/06 interview with Dr. Fiszer"...
>
> However, when I upload the files to my server and view the site in Firefox
> or
> Explorer the font size changes to 10pt. This is not what I want. What
> am I
> doing wrong?
>
Murray *ACE* Guest



Reply With Quote

