Re: Spry tabbed panels as menu system
Note - I agree with Nancy As for your experiment, to prevent the "drop" reduce the spry CSS padding in line 76 selector from 21px to 18px. .TabbedPanelsTab { -moz-user-select: none;...
View ArticleHow to remove white space
having problem fitting my website, how do i remove the white background ? thanks
View ArticleRe: Dreamweaver CS6 - Ctrl -z/Undo not working properly
Hey Jeffshead1, I know this was a while back but did you ever get this sorted? I'm having the same problem since upgrading to cs6 with the ctrl z undoing everything. I've noticed in this version that...
View ArticleRe: How to remove white space
Browsers typically add their own margins and padding to HTML elements. Without seeing your code, I'm guessing you need to zero out the CSS margins and padding on your body selector. body { width:...
View ArticleRe: Is there a way to encrypt a "contact info" page prior to sending over the...
Thank You Nancy... I was just trying to obtain via my Contact form... my Customers e-mail & phone#.
View ArticleWorking With Template, Images Not Showing on Web
Please forgive me, as I know this has been asked a million times before.I am a newbie to this, but have tried to research before asking this question. I am using a template (HTML5) and it's showing up...
View ArticleRe: Is there a way to encrypt a "contact info" page prior to sending over the...
No need to encrypt that. However, you should use a form-to-email processing script to protect your forms & hide YOUR e-mail address from harvesters. If your server supports PHP, I can recommend...
View ArticleRe: Dreamweaver CS6 - Ctrl -z/Undo not working properly
I've been using CS6 since it came out and have never encountered this problem. Do you have all the latest updates for CS6? Which Operating System are you using? Have you created any custom keyboard...
View ArticleRe: Dreamweaver CS6 - Ctrl -z/Undo not working properly
I ended up performing a clean install and the problem pretty much went away. Nothing else worked. Once or twice the problem reoccured after the re-install but rebooting cleared it up. Now, I sometimes...
View ArticleRe: Dreamweaver CS6 - Ctrl -z/Undo not working properly
Nancy, I had this happen on two installs on Windows 7 x64. Fully updated and nothing in the way of customization.
View ArticleDreamweaver Lightbox exclude a named anchor
I'm working on a non-flash backup for my baby hats catalog. I use Dreamweaver CS5.5 and a lightbox that I downloaded from the widgets to display the images. However, my first image and then two...
View ArticleRe: Working With Template, Images Not Showing on Web
Ok, I called GoDaddy and got the 404 error fixed
View ArticleRe: Working With Template, Images Not Showing on Web
#1 Did you define a Local Site folder in DW before you began this project? Without this critical first step, DW cannot manage page links and files assets for you. They will incorrectly point to...
View ArticleRe: Working With Template, Images Not Showing on Web
I thought I had done that, but maybe not. What is the difference between a Local Site folder and a general folder on my computer? Where can I locate this Local Site folder? Does the home page need to...
View ArticleRe: Spry tabbed panels as menu system
Thank you Ken, Nancy. I guess I've been as Nancy said endeavoring in a futile chase. That's the frustrating part is wasting so much time trying for the effects I want and it wasn't even possible. I...
View Articleform validation without using dreamweaver
Is there a way to validate an email textfield in a form without using javascript. I would continue using javascript for the validation except people are getting around the validation by disabling the...
View ArticleRe: Spry tabbed panels as menu system
Seeing how far you got reinventing the wheel, you will find a legitimate megamenu a breeze. and we're here to assist.
View ArticleRe: form validation without using dreamweaver
You can validate your HTML at this link: <http://validator.w3.org/> And your CSS at this link: <http://jigsaw.w3.org/css-validator/> Does this answer your question? G/L
View Article