Search found 82 matches

by Cary
Tue May 04, 2010 12:58 am
Forum: Easy Button & Menu Maker Support
Topic: Sub Menu visited Color
Replies: 8
Views: 8155

Re: Sub Menu visited Color

You should at least change the doctypes for your pages so that they are complete. Then if the problem persist, we can see why, but having complete and valid doctypes always makes it easier to make pages look the same across multiple browsers, and avoids the headache of having to deal with IE's ...
by Cary
Sat May 01, 2010 8:22 pm
Forum: Easy Button & Menu Maker Support
Topic: Sub Menu visited Color
Replies: 8
Views: 8155

Re: Sub Menu visited Color

I'm still seeing the old version of the page, so I can't see what's going on, but apparently you are still rendering in quirks mode. Make sure you don't have a blank line or any text above your doctype. It needs to be the very first line.
by Cary
Fri Apr 30, 2010 12:35 pm
Forum: Easy Button & Menu Maker Support
Topic: Sub Menu visited Color
Replies: 8
Views: 8155

Re: Sub Menu visited Color

That only seems to be happening in IE and only because the page is displaying in quirks mode. Fix that by using a complete doctype like this:

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
by Cary
Thu Apr 29, 2010 11:37 pm
Forum: Easy Button & Menu Maker Support
Topic: Sub Menu visited Color
Replies: 8
Views: 8155

Re: Sub Menu visited Color

Find this bit of code: .ebul_cbinsmenu td a { color: #FFFFFF; font-family: "Verdana", serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none; } Place this after it: .ebul_cbinsmenu td a:visited { color: #FFFFFF; /* change to whatever color you want */ } This much of a ...
by Cary
Sat Jan 09, 2010 11:22 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: CSS image opacity
Replies: 1
Views: 1502

Re: CSS image opacity

Depends on which CSS Language Specification you have selected. Look at the top of your Inspector when inspecting css. If you have it set for CSS 3, only filter will be read. If it's set for CSS 2.1 or less, both filter and opacity will be red. If you set it for IE, opacity will be red.
by Cary
Fri Jan 01, 2010 12:30 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: ASCII table
Replies: 5
Views: 6095

Re: ASCII table

I've added Window's Character Map to the Tools menu under External Programs, and then added the External Programs selector to the context menu, but something that allows inserting numeric equivalents could have its uses.
by Cary
Sun Apr 05, 2009 8:40 pm
Forum: Easy Button & Menu Maker Support
Topic: Menu overlay problem
Replies: 2
Views: 3749

Re: Menu overlay problem

Generally, the object tag is used for embedding flash in pages. The object will have some param tags as well as possibly an embed tag if necessary. To fix this menu overlap problem you would then add the following param tag to the object: <param name="wmode" value="opaque"> You would also add the ...
by Cary
Thu Feb 05, 2009 7:43 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Selecting hex value and previewing color...
Replies: 3
Views: 2732

Re: Selecting hex value and previewing color...

Its tab may be on the right side of the editor with "Clipboard" and "File Explorer". If not you can select it from the View menu. When it's visible, it will show you the attributes of the tag your cursor is in. You can see a color patch for bgcolor, alink, vlink, etc. Style colors will also be shown ...
by Cary
Sun Jan 18, 2009 8:45 am
Forum: Easy Button & Menu Maker Support
Topic: Error in Intenet Explorer 7
Replies: 5
Views: 5432

Re: Error in Intenet Explorer 7

The code is a bit messed up. Notice all the meta tags at the bottom of the html? The text and flash are disappearing off the left side of the screen in Firefox. First see if the menu code generated will work in an otherwise empty html page. It may be that the menu code is fine in IE, but something ...
by Cary
Sun Jan 18, 2009 7:30 am
Forum: Easy Button & Menu Maker Support
Topic: Error in Intenet Explorer 7
Replies: 5
Views: 5432

Re: Error in Intenet Explorer 7

Do you have a test URL we can look at?
by Cary
Thu Jan 15, 2009 3:14 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: v9.4.0.102 Bugs on Vista x64 [Fixed]
Replies: 11
Views: 5389

Re: 2008 v9.4.0.102 bugs on vista x64

I update from v.9.2.0.99 to v9.4.0.102 and few things stop working: CSE HTML Validator stop working. I try to fix it reintalling both programs, even deleting install dirs and registry entrys, booting windows (typical tests) but coudn't make it work. Unable to open the file browser from any [folder ...
by Cary
Thu Jan 08, 2009 3:29 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Upgrade Mozilla ActiveX Control - HERE'S HOWTO
Replies: 27
Views: 26135

Re: Upgrade Mozilla ActiveX Control - HERE'S HOWTO

I was already using this with another piece of software which specifically said it could make use of it. After reading the 1st post here I tried WeBuilder 2008's internal FF preview and there it was. It seems to be working fine for me on my 64bit Vista Ultimate laptop.
by Cary
Sat Jan 03, 2009 11:56 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Internal and External Firefox Previews Do Not Match
Replies: 11
Views: 5905

XURLRunner instead of the old Mozilla control

This might be something to look into. It can be used for embedding Mozilla Gecko in applications.
https://developer.mozilla.org/en/XULRunner