Latest Software Updates

 

Go Back   Ultimate Web Site Drop Down Menu Forum > Search Forums
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Showing results 1 to 25 of 120
Search took 0.08 seconds.
Search: Posts Made By: Admin
Forum: General Discussion 07-25-2011, 02:17 PM
Replies: 0
Views: 258,158
Posted By Admin
UDM v4.6 is available!

This extensive release consolidates support for recent versions of all major web browsers. In addition, it brings a number of bugfixes and extension updates for smoother navigation and better...
Forum: Troubleshooting 03-13-2010, 03:47 PM
Replies: 0
Views: 6,832
Posted By Admin
Possible quick work around for IE8 issues

A member PMd me today with a possible quick fix for any IE8 issues you may be having with our menu...
Forum: General Discussion 03-03-2010, 11:51 PM
Replies: 0
Views: 26,419
Posted By Admin
Forum open again!

After some time on hiatus, we've secured some new moderators for the forum and are now looking to help you out with your HTML, CSS, UDM4 and SEO questions!

So, feel free to register and ask away...
Forum: CSS and HTML 10-31-2009, 07:29 PM
Replies: 6
Views: 277,200
Posted By Admin
How To Make HTML/Web Layouts In Photoshop?

Photoshop has a lot of features like being able to slice up a web design into html. The best way to get a strong overview of Photoshop's features is to watch these instantly viewable video tutorials...
Forum: CSS and HTML 10-31-2009, 07:03 PM
Replies: 3
Views: 14,753
Posted By Admin
Dreamweaver definately makes it easier for people...

Dreamweaver definately makes it easier for people who aren't familiar with doing css by hand. I know a lot of beginner and intermediate designers use a combination..

I know of a really great video...
Forum: General Discussion 09-15-2009, 01:31 PM
Replies: 0
Views: 7,938
Posted By Admin
We've moved to a new server

We just migrated udm4.com to a new server for better performance and stability. If you find any broken links / issues, please let us know.

Thanks

Admin
Forum: Troubleshooting 08-19-2009, 11:01 PM
Replies: 1
Views: 11,532
Posted By Admin
If you get the most recent version, it should be...

If you get the most recent version, it should be a fairly simple install.

1) Zip / backup a copy of your current installation
2) Install the the new code, overwriting any existing files
3) Save your...
Forum: Troubleshooting 02-26-2009, 02:26 PM
Replies: 3
Views: 8,818
Posted By Admin
Thanks for posting. I did get an email about a...

Thanks for posting. I did get an email about a week ago from someone that's been asking for support. And every reply has been bounced back with a "Mailbox not accepting from" message.

Please PM, or...
Forum: Tips, Tricks and FAQs 02-16-2009, 05:16 PM
Replies: 4
Views: 32,041
Posted By Admin
You could always use external styles to...

You could always use external styles to "override" the menu settings.

i.e.


ul#udm {
width:90% !important;
}
Forum: Troubleshooting 02-13-2009, 01:51 PM
Replies: 2
Views: 8,324
Posted By Admin
I know that IE has some issues with z-indexing....

I know that IE has some issues with z-indexing. Have you tried removing all the z-index inline styles in your code? That might be causing the issue.
Forum: Tips, Tricks and FAQs 02-13-2009, 01:50 PM
Replies: 4
Views: 32,041
Posted By Admin
That's pretty much it. Then you'll need to modify...

That's pretty much it. Then you'll need to modify your layout templates to include the files in the right places.

One issue to be aware of is paths. For example, in the udm-custom.js file, there is...
Forum: Troubleshooting 01-30-2009, 12:14 AM
Replies: 3
Views: 8,440
Posted By Admin
In your udm-custom.js file change this //path...

In your udm-custom.js file change this


//path to images folder
um.baseSRC = "udm-resources/";

to this...


//path to images folder
Forum: Demos and Configurations 12-29-2008, 05:43 PM
Replies: 4
Views: 302,132
Posted By Admin
Thanks for the catch. We are only offering a .zip...

Thanks for the catch. We are only offering a .zip download going forward. If there is enough demand for other formats, we can provide it. But at this point, felt .zip was universal enough.

We have...
Forum: Demos and Configurations 12-02-2008, 04:04 PM
Replies: 4
Views: 302,132
Posted By Admin
Announcement - UDM v4.52 now available

We are formally releasing UDM version 4.52 today. This minor version release includes additional support for Safari 3 as well as support for Google Chrome beta.

In addition to the enhanced browser...
Forum: Troubleshooting 11-15-2008, 03:22 AM
Replies: 6
Views: 5,551
Posted By Admin
I would think the upgrade would fix these issues....

I would think the upgrade would fix these issues. Does this page also not work for you in FF3:

http://www.udm4.com/demos/horizontal-relative-left.php

?
Forum: General Discussion 11-15-2008, 03:20 AM
Replies: 2
Views: 11,723
Posted By Admin
Well, I'd do some math quick to figure out your...

Well, I'd do some math quick to figure out your Total Cost of Ownership...

Example A:
Hybrid Car that gets 60 mpg

Example B:
Regular car that gets 25 MPG

Assumptions:
Fuel costs: $2 / gallon
Forum: Troubleshooting 10-29-2008, 01:47 PM
Replies: 1
Views: 3,865
Posted By Admin
Can you post a link to your site / dev site? My...

Can you post a link to your site / dev site?

My gut instinct is that there is a path issue somewhere, but not sure on that.

You may want to check out these...
Forum: Troubleshooting 10-28-2008, 01:45 PM
Replies: 2
Views: 4,478
Posted By Admin
That image didn't upload very well. Can you post...

That image didn't upload very well. Can you post a link to your site?

Some possible problems:

a) You have an external CSS file that's adding padding / margin to the li or a tag

b) you don't have...
Forum: Troubleshooting 10-23-2008, 01:35 PM
Replies: 6
Views: 10,940
Posted By Admin
For 1 and 2, you'll need to edit your HTML file...

For 1 and 2, you'll need to edit your HTML file and your external CSS file. These are independent of the UDM4 code.

For #3, one way to do this would be to specify a width on the entire menu that...
Forum: Troubleshooting 10-23-2008, 01:29 PM
Replies: 3
Views: 4,036
Posted By Admin
In your udm-custom.js file look for these lines...

In your udm-custom.js file look for these lines in the um.menus section....


"0", // menu -> menu x-offset (+-)["n" pixels]
"0", // menu -> menu y-offset (+-)["n"...
Forum: Troubleshooting 10-23-2008, 01:26 PM
Replies: 7
Views: 9,410
Posted By Admin
I'm not aware of any FF3 issues, but will...

I'm not aware of any FF3 issues, but will certainly have our developers look into it. As always, we strongly recommend you validate your HTML code. The link you provided is giving me a 404 error. Do...
Forum: CSS and HTML 10-22-2008, 01:34 PM
Replies: 2
Views: 15,870
Posted By Admin
In the td you want to change, try this... <tr...

In the td you want to change, try this...


<tr onmouseover="this.style.backgroundColor='#ffffff';" onmouseout="this.style.backgroundColor='#eeeeee';">
<td>Something </td>
<td>Next...
Forum: CSS and HTML 10-22-2008, 01:31 PM
Replies: 1
Views: 10,945
Posted By Admin
I don't think FF supports this. You may want to...

I don't think FF supports this. You may want to google your meta tag.

This link may be helpful:
http://www.sitepoint.com/forums/showthread.php?t=389222

Admin
Forum: Troubleshooting 10-19-2008, 02:44 AM
Replies: 6
Views: 10,940
Posted By Admin
Thumbs up Yes, you can easily do these things with...

Yes, you can easily do these things with UDM.

For 1), just create a new CSS style like this...


#udm li a.hover {
text-decoration:none;
}
#udm li a.hover {
text-decoration:underline;
Forum: General Discussion 10-10-2008, 01:12 PM
Replies: 4
Views: 11,317
Posted By Admin
That is correct. When you download the code, you...

That is correct. When you download the code, you have the option to sign up for our newsletter, which we use, among other things, to announce new releases. We also will put updates in our XML / RSS...
Showing results 1 to 25 of 120

 
Forum Jump

All times are GMT. The time now is 05:23 PM.


Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.