Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
jasonLampitt #1
Mac IE5.2-links in nested DIV not active?!?
:disgust;
I have a simple web layout that's turning into a nightmare. I'm using a series
of nested DIV tags to achieve a site that is horizontally centered. One quirk
(and quick side note) is that the designer put a 2 pixel border around all the
content, so my code is getting a little too nested for my liking but it seems
necessary to achieve the approved design.
The code for this mess is attached below.
So the problem here is that the links in div id "nav" have the appearance of
being active links in Mac IE 5.2, but you can't click on them. There's no
response.
All other browsers test fine.
Any clues?
<div id="wrap">
<div id="wrapBackground">
<div id="masthead"><img src="images/masthead.jpg" /></div>
<div id="leftBar"><img src="images/leftNav.gif" /></div>
<div id="nav">
<ul id="navList">
<li><a href="http://www.google.com">Link 1</a></li>
<li><a href="http://www.google.com">Link 2</a></li>
<li><a href="http://www.google.com">Link 3</a></li>
<li><a href="http://www.google.com">Link 4</a></li>
<li><a href="http://www.google.com">Link 5</a></li>
</ul>
</div>
</div>
jasonLampitt Guest
-
map with active areas (links)
hey, i'm looking for a way to create a map like this one : http://web.microconcept.com/html/index.php thank you very much -
viewing flash nested in CFIF with active content workaround
thanks to the IE update, some of us including myself are still trying to catch up on this topic and the revisions required to make our sites work... -
active x work around issue for .cfm when nested in CFIFtags- not showing?
OK, using the dreamweaver 8 flash auto-fix that adds the javascript code around my flash object tags has caused it to not work in my .cfm page where... -
Active links from 1st image on 2nd image
Newbie here. I opened a new document with flash 2004 pro. I loaded in 1.jpg and flash asked if I wanted to load in all 5 that were numbered 1... -
ASP ERROR: error '8002801d' -> Library not registered. : my Active Server Pages are not so active.
I've got two IIS servers. One public and one staging. On the public server the ASP code works fine however on the staging server I've started... -
Murray *TMM* #2
Re: Mac IE5.2-links in nested DIV not active?!?
> but it seems
Probably not. Why?> necessary to achieve the approved design.
I'm guessing you have used "layers" and some layer is masking those links.> So the problem here is that the links in div id "nav" have the appearance
> of
> being active links in Mac IE 5.2, but you can't click on them. There's no
> response.
Can you post a link to the page?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================
"jasonLampitt" <webforumsuser@macromedia.com> wrote in message
news:dmsleb$9je$1@forums.macromedia.com...> :disgust;
>
> I have a simple web layout that's turning into a nightmare. I'm using a
> series
> of nested DIV tags to achieve a site that is horizontally centered. One
> quirk
> (and quick side note) is that the designer put a 2 pixel border around all
> the
> content, so my code is getting a little too nested for my liking but it
> seems
> necessary to achieve the approved design.
>
> The code for this mess is attached below.
>
> So the problem here is that the links in div id "nav" have the appearance
> of
> being active links in Mac IE 5.2, but you can't click on them. There's no
> response.
>
> All other browsers test fine.
>
> Any clues?
>
>
>
> <div id="wrap">
> <div id="wrapBackground">
> <div id="masthead"><img src="images/masthead.jpg" /></div>
> <div id="leftBar"><img src="images/leftNav.gif" /></div>
> <div id="nav">
> <ul id="navList">
> <li><a href="http://www.google.com">Link 1</a></li>
> <li><a href="http://www.google.com">Link 2</a></li>
> <li><a href="http://www.google.com">Link 3</a></li>
> <li><a href="http://www.google.com">Link 4</a></li>
> <li><a href="http://www.google.com">Link 5</a></li>
> </ul>
> </div>
> </div>
>
Murray *TMM* Guest



Reply With Quote

