Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
mfv84 #1
CSS IE problem and navigation bar question
Hi
I have 2 questions:
Is there a way to make all elements of an horizontal navigation bar the same
size no matter the size of the word? i think i can use a background image but
maybe someoneknows other way..
and the problem with IE is that im setting the bottom border style of a thing
as dashed and thin but it looks like bold or something on IE and normal in
firefox, does anyone knows a way to correct this?
Thanks
mfv84 Guest
-
Question on drill-in navigation
Hi, I have a ViewStack in my main mxml. One of its child containers (a Search 'page') has a DataGrid. When I click a record in the DataGrid, I want... -
Web Navigation Bar and URL Question
New to web programming. I have some very basic questions regarding menu bars. What's the best way to implement menu bar navigation? I looked at... -
Navigation Question
Hello, For my website I use some PHP code for navigation. Therefore I use a directory structure which contains some navigation files the visitor... -
[PHP] navigation question
On Mon, 15 Sep 2003 08:41:31 -0500, Andre created an award-winning crop circle <20030915134110.25572.qmail@pb1.pair.com>, which, when translated... -
Navigation Bar Question
Hello The site isn't posted yet but here is the javascript: <script language="JavaScript" type="text/JavaScript"> <!-- function... -
Murray *ACE* #2
Re: CSS IE problem and navigation bar question
> Is there a way to make all elements of an horizontal navigation bar the
Use graphics for the menu elements.> same
> size no matter the size of the word?
We would have to see your page.> and the problem with IE is that im setting the bottom border style of a
> thing
> as dashed and thin but it looks like bold or something on IE and normal in
> firefox, does anyone knows a way to correct this?
--
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
==================
"mfv84" <webforumsuser@macromedia.com> wrote in message
news:ee0b2a$ihr$1@forums.macromedia.com...> Hi
>
> I have 2 questions:
>
> Is there a way to make all elements of an horizontal navigation bar the
> same
> size no matter the size of the word? i think i can use a background image
> but
> maybe someoneknows other way..
>
> and the problem with IE is that im setting the bottom border style of a
> thing
> as dashed and thin but it looks like bold or something on IE and normal in
> firefox, does anyone knows a way to correct this?
>
> Thanks
>
Murray *ACE* Guest
-
digitalus media #3
Re: CSS IE problem and navigation bar question
you can do this with css. Set the link to display block (i use [BULLET][LI]<a>
for my menus, fyi)
#navigation ul li a{
display: block;
width:100px;
height:20px;
padding:5px;
background-color:#.......
}
digitalus media Guest
-
Murray *ACE* #4
Re: CSS IE problem and navigation bar question
The problem with that is what happens when someone increases the text size
in the browser. As far as I know, the only way to avoid such problems is to
use graphics for the menu options.
--
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
==================
"digitalus media" <webforumsuser@macromedia.com> wrote in message
news:ee16nl$htt$1@forums.macromedia.com...> you can do this with css. Set the link to display block (i use
> [BULLET][LI]<a>
> for my menus, fyi)
>
> #navigation ul li a{
> display: block;
> width:100px;
> height:20px;
> padding:5px;
> background-color:#.......
> }
>
Murray *ACE* Guest
-
mfv84 #5
Re: CSS IE problem and navigation bar question
i fixed the IE problem by setting the border width to "1px" instead of "thin", and i tried the "display: block;" thing but it ordered the navigation bar vertically! maybe i'm missing something....
mfv84 Guest
-
Murray *ACE* #6
Re: CSS IE problem and navigation bar question
Yes - you are missing the float:left.... 8)
--
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
==================
"mfv84" <webforumsuser@macromedia.com> wrote in message
news:ee1vtp$eud$1@forums.macromedia.com...>i fixed the IE problem by setting the border width to "1px" instead of
>"thin", and i tried the "display: block;" thing but it ordered the
>navigation bar vertically! maybe i'm missing something....
>
>
Murray *ACE* Guest
-
mfv84 #7
Re: CSS IE problem and navigation bar question
[q]Originally posted by: Newsgroup User
Yes - you are missing the float:left.... 8)
[/q]
Wow! thanks everybody =D
mfv84 Guest



Reply With Quote

