Custom Design With Squares as Buttons  - Help

This may be a simple task, the method however is just bypassing me ... can anyone help please?
I would like to design a page, with five interlocking squares of different sizes. It's not an even tessellation, therefore I am doing this in Illustrator, as I need the proportions to be exact. Then importing to Dreamweaver as one image.
The thing is, I would like the squares to be buttons - more than just roll over 'hot spots'.  I would like each square to turn red, blue, yellow etc.
How do I do that ?
Any advice would be much appreciated.
Thank you

Not sure what you original looks like or how large it is, but what about using CSS Sprites:
http://www.alistapart.com/articles/sprites
http://net.tutsplus.com/videos/screencasts/exactly-how-to-use-css-sprites/
Nadia
Adobe® Community Expert : Dreamweaver
Unique CSS Templates |Tutorials |SEO Articles
http://www.DreamweaverResources.com
http://csstemplates.com.au/
http://twitter.com/nadiap

Similar Messages

  • Sample Custom Bean with Override Submit button

    Does some one have a sample code with an override logic for button.
    Please do not share the code of the Dev Guide and the OIM assets published.

    I have created a Custom Managed Bean, which is associated with My Information Page.My Bean reads a UDF field which has a comma seprated value of EMails and populates a drop down list on the My Information Page.
    This works fine. Now the next step is to implement the value change listener which catches the change/selection done on the drop down list and overriding of Apply Button to save the selected field on User's profile.
    I am not able to do it,even after spending quite bit of time on this. Has any one done something similar and can share code.I need code for Value change Listener and Override Submit button.
    The code which is published in assests page and Dev Guide is not working.
    My Submit button code is
    public void submitActionValidator(ActionEvent actionEvent) {
    String methodName="submitActionValidator";
    System.out.println("Inside"+methodName+"**********");
    BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
    System.out.println("Inside" methodName"2**********");
    // Get the sepecific list binding
    JUCtrlListBinding listBinding = (JUCtrlListBinding)bindings.get("Custom Dropdown");
    System.out.println(methodName+"MNSCUInside SubmitAction3 **********");
    // Get the value which is currently selected
    Object emailSelected = listBinding.getSelectedValue();
    System.out.println(methodName+"MNSCUInside SubmitAction Avlidator***********************************");
    // emailSelected =
    // (RichSelectOneChoice)actionEvent.getSource();
    System.out.println(methodName+"MNSCUemailSelected***********************************:"+emailSelected);
    if (emailSelected != null) {
    preffemail = emailSelected.toString();
    System.out.println(methodName+"preffemail***********************************"+preffemail);
    FacesContext facesContext = FacesContext.getCurrentInstance();
    FacesUtils.setAttributeBindingValue(EMAIL_ATTRIBUTE,
    preffemail);
    // execute original submit button action listener
    MethodExpression originalActionListener =
    FacesUtils.getMethodExpressionFromEL("#{backingBeanScope.MyInformationUIBean.applyButton}",
    null,
    new Class[] { ActionEvent.class });
    originalActionListener.invoke(FacesUtils.getELContext(),new Object[] {actionEvent});
    System.out.println("Exit methodName **********");
    }

  • How to edit 1440 x 1080 with SQUARE PIXELS?

    Yes, I know it's weird. I would like to edit 1440 x 1080 with square pixels - HD with a standard aspect ratio. Unfortunately, any preset in 1440 x 1080 (HDV for example) is anamorphic and won't let me change it to square pixels. How do I create a project in 1440 x 1080 with square pixels?
    I know I can alter the aspect ratio on export, but that would squish the images, so that won't do. I need to maintain square pixels from start to finish.

    Ah, but it is not coming from a camera. I am creating it from images. In fact the main purpose of creating this video is
    so the projectionist can adjust zoom and focus to bring the projector back to optimal "standard" settings while the audience has something funny to watch. Sure, I could create it in DV 4:3 format, but my images are already sized for 1080 height (I made a similar video for adjusting the zoom/focus for widescreen, which is really 4:3 with the top and bottom offscreen since the projector doesn't do 16:9). It is an older projector before HD standards and 16:9, but is higher resolution than the typical 4:3 formats. Another reason I want to use higher resolution is because I previously made the video at 720 x 480 resolution and it looks much better in HD.
    So the question remains - how do I set custom resolution with square pixels?

  • ASSOCIATE A CUSTOM TEMPLATE WITH A NOTIFICATION?

    Could some one help who knows or have experience in this kind of issue.(please don't reply with oracle document reference).
    How can we associate a custom template with a particular notification.
    i 've created a custom template in system Mailer item type. (ie created a new message in system Mailer item type and include only some attributes, exluded some unwanted attributes), i want to associate this new custom template with my notification.
    please help. (oracle documentation is not showing any of this, including admin guide and developer guide)

    Could some one help who knows or have experience in this kind of issue.(please don't reply with oracle document reference).
    How can we associate a custom template with a particular notification.
    i 've created a custom template in system Mailer item type. (ie created a new message in system Mailer item type and include only some attributes, exluded some unwanted attributes), i want to associate this new custom template with my notification.
    please help. (oracle documentation is not showing any of this, including admin guide and developer guide)

  • Design customized webtransaction with Netweaver

    I'm working at a client who is planning to design Design a customized web solution for service management, using SAP Netweaver technology  and Enterprise portal.
    Simple custom webtransactions need to be designed for creating a service notification by a third party service organisation on the web. The custom web transaction needs to use SAP R/3 master data for lookup/ validation (such as material, BOM, serial master data). This master data resides in SAP enterprise (r/3)
    Then,after submitting a notification from the web this needs to trigger a transaction in SAP Enterprise eg IW511- create notification).
    We are looking for the best technology to use to come up with a custom design (BAPI, RFC, Idoc etc)
    Critical part is how to get data from SAP with best performance results. The master data tables in SAP Enterprise are large and might not be indexed on required fields.

    Hello Adrienne,
    here is what I would recommend:
    As you mentioned, your app needs to look up against material, BOM, serial master /equipment (depending if you just serialize materials or create equipment records as well).
    To do this, you will need to find what RFC/BAPI support search functionality against these objects.  If you find an RFC or BAPI method, then we can wrap it with a web service.  If not, or if the search capabilities are not deep enough, I would recommend writing an RFC for this.
    Now, you are absolutely right that the tables may not be properly indexed, but, here is a little trick...
    You can leverage matchcodes.  When you define the search matchcodes against these objects in R/3, the system creates the underlying tables that are indexed based on the structure of the search criteria defined in the matchcode definition.  The tables, if I recall correclty, are named MCxxx, where xxx is the matchcode object.  Once you localized these tables, you can write an RFC that would search accordingly.  But, for performance and network traffic reasons, do not allow unqualified searches, and additionally, limit the number of returned records (as these can be VERY large).  Once you have the RFCs, create a Web service (either through SAP WAS or XI - WAS would be preferrable due to better performance).  Once you have your data in good shape, you will need to find an RFC/BAPI/IDOC to create notification, wrap it with a service and you should be good to go.
    Hope this helps.  John Conte

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • Terrance Devlin answered a question about iPhoto (4-2012) re:copying iPhoto Library to an ExHD, and losing all the albums. I can't locate the "Choose Library" when I open iPhoto with the opt button. Can anyone help?

    I tried to move my images (over 25,000) to an External Hard drive to open up some memory, hoping to make my computer run faster. It took three hours to move the images and I see them all in the mac's menus. However when I try to open them with iPhoto now, none appeared. and when I tried to import them back to the main HD they come in to iPhoto just fine, but not with the albums nor any of the massive organization i'd created in the original. this represents years of images, and I can't imagine that I'd have to recopy them into folders/albums again.
    Terrance Devlin answered a similar question back in April of last year. He said to make sure the ExHD is formatted to MAC OS Extended (Journaled) and to move the library to the ExHD and then open iPhoto with the option button and select "Choose Library" from the resulting menu.
    Command "I" tells me that the new drive is formatted correctly. I can't locate the "Choose Library" when I open iPhoto with the opt button.
    First, I wondered if the application needs to be on the same drive as the Library. I sure would like to know if I can find out how to restore all the folders I had them in. Terrance's advice helped the user that had asked the question.
    Here's the url for that archived discussion: https://discussions.apple.com/thread/3849933?start=0&tstart=0
    Can anyone help? I'm using iPhoto 5. My MAC is an OS X version 10.4.11.
    thanks, brokenlom

    Here are Apple's instructions:
    If you are using iPhoto ’06 or earlier, you will need to follow these steps to tell iPhoto where the Library is now located:
    Hold down the Option key on the keyboard and open iPhoto. Keep the Option key held down until you are prompted to create or choose an iPhoto Library.
    Click Choose Library.
    Locate and select the iPhoto Library in its new location.
    (from http://support.apple.com/kb/HT1229 )
    Below (in the link below) is what you should see when holding down the option key and opening iPhoto. Keep holding down the option key until this dialogue comes up. You want to select the Choose Library button.
    http://appleclinic.wordpress.com/2008/04/06/change-default-dir-iphoto/

  • I have Creative Suite 6 Design & Web Premium installed on my HP Windows 7 laptop. All of a sudden Acrobat Pro will not open and I cannot reinstall. Get errors 2203, & Error-Install MSI payload failed with error 1603. Help.

    I have not been able to reinstall Acrobat Pro on my laptop. I have Suite 6 Design & Web Premium on my HP laptop. I have Windows 7 operating system. All of a sudden Acrobat Pro will not open so I uninstalled and tried to reinstall the program.
    The error messages I get are:
    ERROR: Error 2203.Database: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error -2147287035.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 2203.atabase: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error - 2147287035.
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    Help PLEASE!

    Hi Patricia ,
    For error 2203 ,please refer to the following link.
    https://helpx.adobe.com/creative-suite/kb/error-2203-install-creative-suite.html
    For error 1603 ,refer to this link.
    https://helpx.adobe.com/creative-suite/kb/error-1603-install-cs3-cs4.html
    Let us know if this solves the issue .If required ,we"ll surely assist you further.
    Regards
    Sukrit Dhingra

  • I tried updating my iPhone3g through itunes. Now i'm stuck in recovery mode and i've EVERYTHING even websites and such but nothing worked out! I've also tried restarting and fiddling with the home button but nothing still worked. Please help!

    I tried updating my iPhone3g through itunes. Now i'm stuck in recovery mode and i've EVERYTHING even websites and such but nothing worked out! I've also tried restarting and fiddling with the home button but nothing still worked. Please help! What should I do??

    Well, if you've indeed tried EVERYTHING, then you'll need to bring your phone to Apple for evaluation.

  • I was hung up on by a customer service representative and am sitting here with no one to help me

    I was hung up on by a customer service representative after waiting 43 minutes. I am sitting here with no one to help me. There is not even an email to contact anyone with my comolaint

    I was hung up on two times in a row today, a few seconds after I told them I had a problem with my purchase history. They charged me 18 bucks when they should have charged me 2 bucks. I had an 18 buck purchase half a year ago, but a couple days ago I only bought 2 songs. I was hung up on 2 times in a row, back to back, right after I mentioned what had happened. I don't think it was a dropped call! It's really starting to **** me off. I am about to remove all my ccard info and get rid of everything apple on my computer.
    They are so big that they can stomp on the little guy like me and I can't do anything about it. If they are going to charge my card for whatever price they want, then screw them!

  • I have tried everything I know to retrieve the iPhoto Library app.  I detest this new Photo app, which obviously wasn't designed with photographers in mind.  I desperately need help in retrieving the old app and have not been able to do it so far.

    I have tried everything I know to retrieve the iPhoto Library app.  I detest this new Photo app, which obviously wasn't designed with photographers in mind.  I desperately need help in retrieving the old app and have not been able to do it so far.  I have gone to my app folder and tried to update my iPhoto Library.  I have gone to my trash and brought it over to my desktop and still cannot use it.  Please help!

    Try this fix discovered by User photosb189:
    From Finder, hold down the option key on your keyboard and click on the Go menu at the top of the screen
    Select Library from the drop down menu
    Then navigate to Application Support > iLifeAssetManagement > assets
    Right click on the 'sub' folder and choose Compress
    Drag the resulting zip file to your Desktop (as a backup)
    Go to your System Preferences and choose iCloud
    Turn OFF the iCloud Photos option
    Go back to Library > Application Support and DELETE the iLifeAssetManagement folder
    Now, in System Preferences, turn the iCloud Photos option ON
    iPhoto should now be able to launch. Give it enough time to re-download your Photo Stream content. if you are missing any of your My Photo Stream photos (more than 30 days old), unzip the sub folder on your desktop and drag that into iPhoto.

  • Hello i have the Ipod 4th gen, and i just dowloaded a song and it just skips the song when i try to play it, its like it dosent even exist! i tried redownloading it with the Icloud button but i dont have it. It just says PLAY. please help!

    Hello i have the Ipod 4th gen, and i just dowloaded a song and it just skips the song when i try to play it, its like it dosent even exist! i tried redownloading it with the Icloud button but i dont have it. It just says PLAY. please help!

    - Reset the iOS device. Nothing will be lost       
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync/delete all music and resync/redownload
    To delete all music go to Settings>General>Usage>Storage>Music>Tap edit in upper right and then tap the minus sign by All Music
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                                     
    - Restore to factory settings/new iOS device.             

  • I have no tools button, so I can't do anything with history or cookies - HELP!! Where is my tools button and how do I get it back???

    I got an error on a site that says I need to clear my cache but I have NO tools button - nothing that shows my history or helps me get to my cookies to delete them. ALL the articles you have start with the tools button. Where is my tools button on my Firefox and how do I get it on my toolbar permanently?????
    I've been at this for 1/2 an hour and am quite frustrated. Please help me!! Thanks!! : )

    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily.

  • HT5655 I have followed your instruction on downloading Adobe Flash Player but the final screen comes up with Blocked Plug-in so back to square one? Help?

    I have followed your instruction on downloading Adobe Flash Player but the final screen comes up with Blocked Plug-in so back to square one? Help?

    After installing, reboot your Mac and relaunch Safari, then in Safari Preferences/Security enable ‘Allow Plugins’.

  • Custom poster with photoshop cs4 help

    so i whant to make a custom poster 36x48 inches and i heard the best way is to use photoshop so i bought photoshop cs4 today. so anyways i whant to make a custom poster with a bunch of other pictures on the poster and i heard this is called a life poster. i have about 120-130 pictures so can anybody help me do this like give me instructions or anything and i tryd to do it with photoshop cs2 but ther was white space between the pictures and i dont whant that, i whant all of the pictures to snap together.Also not every picture is the same resolution but they do have over 100 kb each. so if anybody can help me that would be awsome.

    You just bought a brand new fighter jet (when you apparently already had a perfectly good one sitting in the hangar behind your house), you're sitting in the cockpit, and you're radioing the tower asking how to start it up and fly a sortie?
    Oh, boy...that's a lot to answer. Have you taken the time to explore all the menus, try all the tools, read through the PDF manual and/or Help files? What you want (notice: no "h" in there ;) :)) to do isn't that hard, really, but you have to get a grip on the basics. There are literally thousands of places online that have ready-made tutorials that will walk you through those basic techniques, step-by-step.
    All you have to do is hit the Google. Try this format for seaching:
    photoshop tutorial poster|collage|composite

Maybe you are looking for