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 141
Search took 0.01 seconds.
Search: Posts Made By: bcarl314
Forum: Troubleshooting 06-23-2011, 08:17 PM
Replies: 1
Views: 392,504
Posted By bcarl314
It's probably some other conflict in your CSS....

It's probably some other conflict in your CSS. Can you post a link to your site? Or the HTML, CSS and udm4 code you're using?
Forum: Website Design and Graphic Help 03-22-2010, 09:22 PM
Replies: 3
Views: 880,190
Posted By bcarl314
Sweet! Thanks. I've always wondered how they did...

Sweet! Thanks. I've always wondered how they did the animated ico files. Very cool!
Forum: Website Design and Graphic Help 03-18-2010, 02:27 AM
Replies: 3
Views: 880,190
Posted By bcarl314
Looking for a good .ico generator

Anyone know of a good online tool to create an .ico file from an animated gif? I've seen them on a few sites, but don't know how you make them.
Forum: CSS and HTML 03-18-2010, 02:26 AM
Replies: 0
Views: 178,358
Posted By bcarl314
Animation without flase?

Found this goodie the other day online - a pure CSS3 / HTML 5 animation (only works in Safari and Chrome)

http://anthonycalzadilla.com/css3-ATAT/index.html

Quite cool!
Forum: SEO and Marketing 03-13-2010, 03:41 PM
Replies: 0
Views: 811,635
Posted By bcarl314
Quick and easy tips to help your SEO performance

While many web developers understand the importance of search engine optimization, most often, they do not implement some very basic techniques to help their sites. Below are my "top 3" SEO...
Forum: Javascript 03-06-2010, 03:48 PM
Replies: 0
Views: 821,479
Posted By bcarl314
Anyone recommend some good jQuery / AJAX books?

I'm primarily a php programmer by nature (and if you have any projects that you need help with, please feel free to contact me ;) ), but recently, I've been picking up some small jQuery type of...
Forum: CSS and HTML 03-06-2010, 03:46 PM
Replies: 0
Views: 56,133
Posted By bcarl314
IE9 to have full support for HTML5 and CSS3?

Just found this article out there:
http://thenextweb.com/apps/2010/03/04/internet-explorer-9-html5-compatible-microsoft-joining-antiflash-movement/

Looks like Microsoft will be making a hard push in...
Forum: Troubleshooting 12-07-2007, 07:30 PM
Replies: 2
Views: 18,597
Posted By bcarl314
Can you post a link to your site?

Can you post a link to your site?
Forum: Troubleshooting 12-07-2007, 07:28 PM
Replies: 2
Views: 23,069
Posted By bcarl314
As far as the SSL issue, looks like the files...

As far as the SSL issue, looks like the files aren't loaded on the secure server domain. When I go to the check out, I go from www.agwoodcare.co.uk to www.secured.networkdns.biz

On the other issue,...
Forum: Troubleshooting 12-06-2007, 05:23 AM
Replies: 4
Views: 27,854
Posted By bcarl314
Looks like your ul / li code is not valid. You...

Looks like your ul / li code is not valid. You have:


<ul id="udm" class="udm">
<li><a class="nohref">About the Center</a></li>
<ul>
<li><a href="/index.htm">Home</a>
</li>

<li><a...
Forum: Troubleshooting 12-01-2007, 03:54 AM
Replies: 5
Views: 22,475
Posted By bcarl314
Can you post a link to your site so we can check...

Can you post a link to your site so we can check it out?

Thanks
Forum: CSS and HTML 11-27-2007, 01:22 AM
Replies: 1
Views: 24,955
Posted By bcarl314
I believe you want to have the orientation set to...

I believe you want to have the orientation set to "horizontal" or "vertical"

If you're using the CSS generator, and looking for the CSS that will open the menu, for Firefox and other compliant...
Forum: Troubleshooting 11-19-2007, 03:52 PM
Replies: 4
Views: 25,760
Posted By bcarl314
Another possible problem would be if you have the...

Another possible problem would be if you have the paths to your javasript files incorrect. If the udm-custom, udm-control etc don't load.

I'd check those as well.
Forum: CSS and HTML 11-19-2007, 02:07 AM
Replies: 15
Views: 99,814
Posted By bcarl314
Well, I think that the scripts you mention are...

Well, I think that the scripts you mention are commented out / left in based on the css generator tutorial on this site. I don't think the css generator is designed to make the menu 100% css driven,...
Forum: CSS and HTML 11-16-2007, 03:39 AM
Replies: 15
Views: 99,814
Posted By bcarl314
Did the file Admin uploaded work? You may want to...

Did the file Admin uploaded work? You may want to contact the site owner for support. I know they offer customization services.
Forum: Javascript 10-30-2007, 04:03 AM
Replies: 11
Views: 48,387
Posted By bcarl314
Hi, I've taken a look at your site, and...

Hi,

I've taken a look at your site, and unfortunately, the udm3 code base does not support sub-sub menus. I'd recommend upgrading your menu to udm4. The udm4 system uses <ul> / <li> html to allow...
Forum: Tips, Tricks and FAQs 10-29-2007, 01:12 PM
Replies: 5
Views: 69,787
Posted By bcarl314
Ah, I see what you're saying now. I think that's...

Ah, I see what you're saying now. I think that's the default behaviour for the menu with that combination. It is possible to create your own custom extension that would only "slide" when there is no...
Forum: Javascript 10-29-2007, 03:52 AM
Replies: 11
Views: 48,387
Posted By bcarl314
You might want to check out our udm3...

You might want to check out our udm3 documentation here:

http://www.udm4.com/udm3/

or the faq on udm3 here:

http://www.udm4.com/udm3/faq.html

Otherwise, can you post a link to your site? I may be...
Forum: Tips, Tricks and FAQs 10-22-2007, 07:42 PM
Replies: 5
Views: 69,787
Posted By bcarl314
I'm not sure I follow. Can you post an example of...

I'm not sure I follow. Can you post an example of what you mean? And what you would expect the behaviour to be?
Forum: Troubleshooting 10-22-2007, 07:39 PM
Replies: 8
Views: 31,745
Posted By bcarl314
I think there is some type of validation issue...

I think there is some type of validation issue with your UL LI lists. When I replace your udm menu with the default menu, everything seems to work. I've uploaded the sample code that works for me.
Forum: Troubleshooting 10-18-2007, 08:03 PM
Replies: 8
Views: 31,745
Posted By bcarl314
Have you checked the HTML for the menu in a...

Have you checked the HTML for the menu in a validator? This causes about 90% of the problems.

Try this.

http://validator.w3.org

and let me know if you get a bunch of errors on the ul / li menu.
Forum: Tips, Tricks and FAQs 10-18-2007, 05:07 AM
Replies: 5
Views: 69,787
Posted By bcarl314
Yes, it is possible to match that menu...

Yes, it is possible to match that menu functionality. I think what your looking for is this demo:

http://www.udm4.com/demos/extension-horizontal.php
Forum: Demos and Configurations 10-15-2007, 02:45 PM
Replies: 0
Views: 49,115
Posted By bcarl314
Drop down menu like OS X

If you're looking to make a drop down menu on your site that looks similar to the Mac OS X pinstripe design, it's fairly easy to do.

First, there is an online demo of this menu...
Forum: Troubleshooting 10-12-2007, 05:31 PM
Replies: 14
Views: 44,280
Posted By bcarl314
I contacted the UDM developer on this to see if...

I contacted the UDM developer on this to see if he has any insight. I'll post his response when I can.
Forum: CSS and HTML 10-12-2007, 05:28 PM
Replies: 5
Views: 82,093
Posted By bcarl314
The property "border:dashed" has a bug in IE6 ( I...

The property "border:dashed" has a bug in IE6 ( I think it was fixed in IE7).

You'll probably need to make a background image to get a consistant effect cross-browser.

If I recall correctly, IE6...
Showing results 1 to 25 of 141

 
Forum Jump

All times are GMT. The time now is 07:08 AM.


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