Search found 10 matches

by Purple Edge
Sat Jan 23, 2010 8:53 am
Forum: Easy Button & Menu Maker Support
Topic: Menu Issues
Replies: 6
Views: 6547

Re: Menu Issues

#topmenu {
width: auto;
margin-left:45px;
margin-top: -145px;
}

Place your menu inside of this div.
by Purple Edge
Thu Jan 21, 2010 3:27 am
Forum: Easy Button & Menu Maker Feature Requests
Topic: Full CSS implementation
Replies: 12
Views: 25407

Re: Full CSS implementation

I just revisited this after 18 months or so, and it still uses images at the top level, so it can't be used for dynamic sites using a content management system.
by Purple Edge
Thu Jan 21, 2010 3:23 am
Forum: Easy Button & Menu Maker Feature Requests
Topic: I.E. 8 work arounds
Replies: 3
Views: 21432

Re: I.E. 8 work arounds

Can you post the link to a test page where this is a problem so other people can see what you are talking about?
by Purple Edge
Thu Jul 10, 2008 4:09 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Disable encoding during HTML indent
Replies: 2
Views: 1980

Disable encoding during HTML indent

Webuilder 9.0.0.97 When I use HTML indent on a php page it insists on converting... <img src="<?php echo $captcha_id_obj->getImageURL(""); ?>" border="1" /> to ... <img src="<?php echo $captcha_id_obj->getImageURL(" />" border="1" /> How do I disable encoding during HTML indent - I looked at the ...
by Purple Edge
Sun Mar 30, 2008 1:39 pm
Forum: Easy Button & Menu Maker Support
Topic: Easy Button & Menu Maker version 1.1
Replies: 2
Views: 4408

Re: Easy Button & Menu Maker version 1.1

Today we released the first update - version 1.1 Next we are planning to allow optionally use DIVs instead of tables for main menu structure HTML, add button text alignment features and some other goodies as well. Please stay tuned. DIVs are not much better than Tables - UL/LI for the entire ...
by Purple Edge
Sat Mar 29, 2008 4:46 am
Forum: Easy Button & Menu Maker Feature Requests
Topic: Full CSS implementation
Replies: 12
Views: 25407

That's good news if "next version" means the next release javascript:emoticon(':lol:') Laughing The beauty of eliminating tables is simple - for dynamically generated menus - from a database - the entire menu structure is the same UL/LI etc without having to have separate code for the tables. When ...
by Purple Edge
Sun Mar 09, 2008 9:39 am
Forum: Easy Button & Menu Maker Support
Topic: menu buttons spacing FF Vs IE
Replies: 2
Views: 3889

Sorry, it was my css

I had some css in another file that was interfering, possible a table padding since it only affected the buttons in the table?

Please get rid of the table and use rollovers on the topmost ul/li.
by Purple Edge
Sun Mar 02, 2008 5:57 am
Forum: Easy Button & Menu Maker Support
Topic: menu buttons spacing FF Vs IE
Replies: 2
Views: 3889

menu buttons spacing FF Vs IE

The vertical menu buttons are space further apart in FF than in IE - is there an easy way to prevent this from happening?
by Purple Edge
Sat Mar 01, 2008 10:36 am
Forum: Easy Button & Menu Maker Feature Requests
Topic: Full CSS implementation
Replies: 12
Views: 25407

Full CSS implementation

I am using the evaluation version and notice two things in menus which are "unnecessary"... 1. The buttons are statically generated images, not css and text. 2. The buttons are placed in tables!!! Are these limitations of the evaluation version only? If not, why have you not used css for the whole ...
by Purple Edge
Sat Mar 01, 2008 10:30 am
Forum: Easy Button & Menu Maker Support
Topic: Horizontal Menu looks not as expected
Replies: 12
Views: 11492

I believe this is solved, check the e-mail. I think I have the same problem with a vertical menu - the submenu items are not positioned correctly when the buttons are in a separate div. When do you think the new release will be available for download? <edit> OK, I found the cause of this, I had ...