Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

TemplateView Firefox
Last Post 11/06/2008 10:12 AM by Peter Donker. 4 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Brandon Hartsell
New Member
New Member
Posts:73


--
11/05/2008 5:59 AM

Firefox doesn't render the icons under the breadcrumbs properly. It stacks them and no tooltips.

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
11/05/2008 10:24 AM
Hi Brandon,

I'll look into that. It might need some css love ...

Peter
Gregory T
New Member
New Member
Posts:5


--
11/05/2008 6:14 PM

I was able to fix the stacking issue in the page template by replacing the following on the td style fields for all of the the toolbar buttons:

style="display:[button:WHICHEVER|block;none];text-align:center"

with:

style="[button:WHICHEVER|;display:none];text-align:center"

That way you don't get the "display:block;".  That seems to work on both IE and FF here.

Hope that helps.  I didn't look into the tooltip issue...

G

 

 

Brandon Hartsell
New Member
New Member
Posts:73


--
11/06/2008 2:10 AM

For those looking:

\DesktopModules\Bring2mind\DMX\App_LocalResources

TemplateView.ascx.resx

Search/Replace

Search: style="display:[button:

Replace: style="[button:

then

Search: |block;none];text-align:center"

Replace: |;display:none];text-align:center"

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
11/06/2008 10:12 AM
Thanks. Note HTML tags in the editor is a nightmare in forums ...

On another note: I plan to have a more flexible in/out for templates so you could pack up templates and upload them to another module. That way we can start an exchange of templates.

Peter
You are not authorized to post a reply.