Visual page appearence in various browsers different?

I am having a problem with pages created in iWeb, published to a local folder, then uploaded via Fetch to a hosting service. I am creating my company logo using WYSIWYG in iWeb, however when published, the elements are shifting and in some cases I am loosing the drop shadow. I have recreated, saved and published the page with the elements shifted to appear correct in Firefox. I have also previewed the same page using Safari and IE, each have it's own errors. I am providing a link to screen shots of the different browsers over the top of the iWeb page for your reference.
http://home.indy.net/~jsdailey/Firefox.jpg
http://home.indy.net/~jsdailey/Safari.jpg
http://home.indy.net/~jsdailey/IE.jpg
I did not have this problem before I accidentally deleted my Domain file, and am now having to rebuild my site from scratch, another very annoying Mac only issue!
If anyone could provide some insight on how to design, make changes so my web site looks the same on all the common browsers, it would be GREATLY appreciated.

Create a graphics logo in stead of text.
You can do it in iWeb if you want.
Create a textbox and add the text with all the decorations.
Then select the text box and copy it (Cmd-C)
Goto Preview.app and do Cmd-N (New)
Do Cmd-C (Copy)
Goto iWeb and do Cmd-V (Paste)
You now have an image (transparent PNG) of your text:
!http://www.wyodor.net/Discussions/graphics-for-retail01.png!
!http://www.wyodor.net/Discussions/graphics-for-retail02.png!

Similar Messages

  • Multi gesture for browsers different from safari

    Multi gesture for browsers different from safari, for example right to left scroll to previous page. How to set it like in Snow Leopard?

    THe only gesture to change tabs is to tap the tab in the address bar. You can go back a page in a website by holding one finger on the left side of the screen and swiping right. You can go back to a previous app by placing four fingers on the right side of the screen and swiping left.

  • TS2551 When I open iphoto says I have 4500 pics I haven 't downloaded that many. When I looked I have pic of ebay home page facebook a lot of different web sites I've visited How do I stop this and why is this happening.

    When I open iphoto says I have 4500 pics I haven 't downloaded that many. When I looked I have pic of ebay home page facebook a lot of different web sites I've visited How do I stop this and why is this happening.

    This happens when someone drags the HD or a system folder icon to the iPhoto Window by accident. Solution: restore from back up created before this occurred.
    Regards
    TD

  • Making The Weblogic Portal Pages compatible with Mobile Browsers

    Hi All,
    Is there any option available to make Weblogic Portal Pages compatible with Mobile Browsers & IPad Browsers.
    Thanks,
    Venkat sarvabatla

    Welcome to Apple Discussions
    No, you don't need Office installed. That's the whole idea. Go to File > Export & choose Word (or text, rtf or pdf). The option to "save as" Word has been added in Pages 4/iWork '09 as well as in export.

  • The scenario is:  I have a page consisting of SelectOneMenu and different t

    The scenario is:
    I have a page consisting of SelectOneMenu and different text fields. Based on the values selected from the select one menu,
    some of the text fields need to be made mandatory.
    Using onchange = "submit()" will validate other fields also, which I do not want to do at this time.
    Hence I have used code as shown below which invokes a command button(that has immediate=true so that validation will
    not be performed for other fields) when values are changed . In the value changed event method , I set the rendered property
    of the mandatory text field.
    <h:selectOneMenu id="source" value="#{companyPaymentRemark.prVO.sourceID}" 
        onchange="buttonClick('layout:content:hiddenSubmit')" valueChangeListener="#{companyPaymentRemark.sourceValueChange}"> 
                <f:selectItems value="#{companyPaymentRemark.sourceList}" /> 
         </h:selectOneMenu> 
        <h:commandButton id="hiddenSubmit" immediate="true" action="" style="display:none"/> 
    <h:selectOneMenu id="source" value="#{companyPaymentRemark.prVO.sourceID}" onchange="buttonClick('layout:content:hiddenSubmit')" valueChangeListener="#{companyPaymentRemark.sourceValueChange}"> <f:selectItems value="#{companyPaymentRemark.sourceList}" /> </h:selectOneMenu> <h:commandButton id="hiddenSubmit" immediate="true" action="" style="display:none"/>The problem is that the value changed listener is never getting invoked
    My thinking is that using immediate=true will only skip Convertion ,Validation and update model phase and the listener should be called as is.
    Regards,
    Joshua

    This article may be helpful then: [http://balusc.blogspot.com/2007/10/populate-child-menus.html].

  • Help required to understand interactive SWF appearance on various browsers and pc's

    I have created an interactive newsletter for global distribution.
    My work machine uses a resolution of 1280 x 1024
    However, my company uses different browsers and laptops globally, as we have approx 150,000 employees.
    The Indesign pages are 1000 x 800 px
    When I sent out a few test files, I received various issues from different people.
    Some using IE6, IE7 and IE8 complained that although their resolutions were 1280 x 800, or 1280 x 1024, the  top and bottom of the swf files were either cut off or the file was presented with text too small to read.
    Using Firefox, some of the people also said that the file presented with the top and bottom cut off.
    My own PC using either IE8 or Firefox @ 1280 x 1024 presents the file perfectly fine.
    Now, with IE 8 and firefox, by either using the CTRL + middle mouse wheel, or CTRL and + or - the SWF file resized correctly by zooming in and out.
    For IE6 the user would need to right click and choose Zoom in or Zoom out.
    Most users are, and I am not being patronising here, not computer savvy, and would not generally know how to perform this option. They simply use the computers to do their job and panic if a java updated is presented.
    I need to avoid this if I am to pursue the interactive SWF file approach.
    Has anyone else experienced this and can you offer a solution that, no matter the resolution ot Browser used the SWF file will present correctly all the time?
    thanks

    The usual approach is to assume the smallest pixel dimension for a desktop is 1024x768, so you set the flash stage at around 900x650. If you are coding in Actionscript there is the option to listen for a browser resize and rearrange the objects on the stage to fit the space, but that's not an option saving out of ID. The best approach is to setup your ID page to 900x650,  and make sure the text is readable at 100% view.

  • Can I use grid layout in JSF visual page designer ?

    Hello dears...
    I am using Jdeveloper 11 g and 10 g .
    When I tried to use JSF visual editor (from the component palette), and when I drag any control to the page I found that the control go to the top left of the page
    and I even can not move the control to another place in the page by the mouse.
    the JSF visual designer seems to use flow layout for the page . (the same as using flow layout in the swing applications).
    The question is Can I change the page layout to be grid layout instead of flow layout ?????? (to be able to move any control to anywhere in the page.)
    Note that in netbeans 6.1 , when u design JSF page , you have 2 options for the page layout, grid layout and flow layout and u can choose as u like.
    Is this feature found in jdeveloper 11 ?????
    if not , Can anybody tell me any workaround to design JSF pages without using flow layout ????
    Thanks in advance
    Samy
    Edited by: user10653280 on Nov 29, 2008 1:30 PM

    We don't provide absolute positioning for JSF application - this is a bad practice since it fills your JSF page with CSS code and create applications that are not portable between different screen/monitor resolutions - so we use flow layout instead and provide a much richer set of layout components.
    See info here:
    http://download.oracle.com/docs/cd/E12839_01/web.1111/b31973/af_orgpage.htm#CACCBCCI

  • Site problems in various browsers.

    I've completed a rough draft of my family's business site on iWeb. I've successfully published it to MobileMe and have even transferred it over to their Yahoo! domain.
    Everything looks fantastic in Safari; however, things aren't so great when using Firefox and IE.
    Firefox:
    1. The shadows and reflections are missing. Based on what I've read, I'm assuming that's a common problem.
    2. My home page is incorrectly spaced up top. There's a small gap between the top of the page and the background. This does not happen on any other page in the site. This also does not happen on Windows Firefox.
    3. My Contact Form (which I based on Yahoo!'s HTML) is missing the send/reset buttons. This is not the case with Mac's Safari. The buttons are missing in Windows Safari.
    IE:
    1. The shadows and reflections cause the page to load unbearably slow - even with a high speed connection. There aren't that many effects to begin with. The site loads so slow that I'm unable to navigate to other pages and check things out.
    Any idea how to get the site to work well with browsers other than Safari? Any suggestions at all?
    Thank you.
    The site: www.RobertGutierrezInc.com

    1. The shadows and reflections are missing. Based on what I've read, I'm assuming that's a common problem.
    Solution:
    1. Add all the decoration to the image.
    2. Select the image and type Cmd-C (copy)
    3. Open Preview.app and type Cmd-N (new)
    4. Type Cmd-C (copy)
    5. Go back to iWeb and type Cmd-V (paste)
    You now have a single image with all the decoration. The filesize of the image is usually the same as all the individual parts. BTW, the reflection is created on the fly by the browser. MSIE is rather backwards when it comes to this kind of technology.
    And while in Preview.app you can save the image as pdf. Instead of going back to iWeb and paste, you now can also go back to iWeb and drag the pdf on the page. The scaling is very good.
    2. My home page is incorrectly spaced up top. There's a small gap between the top of the page and the background. This does not happen on any other page in the site. This also does not happen on Windows Firefox.
    Didn't see it, but the background on the different pages goes up and down slightly. Can't tell why. I usually tweak until it's perfect.
    3. My Contact Form (which I based on Yahoo!'s HTML) is missing the send/reset buttons. This is not the case with Mac's Safari. The buttons are missing in Windows Safari.
    Increase the height of the HTLM Snippet box. Drag down at the handles.
    Message was edited by: Wyodor

  • Screen Shots not loading for various browsers

    I am accessing BrowserLab through Dreamweaver CS5 running on MAC OS 10.6.6.  There is no problem signing in however when I choose a browser to view a screenshot it times out telling me that the Browser version has "failed to load. The screenshot cannot be loaded for the following reasons: page error".  When I click on the Retry button, I get another message saying that "the screen shot was cancelled".
    This happens for either MAC or Windows browser versions but not consistently. When I first sign in, I can get at least one screen shot to show up but when I request a different browser, I get the error message.  This is a simple XHTML, CSS file.
    Any ideas what I'm doing wrong? Thanks.

    Hi Tom,
    A few questions:
    Are you requesting a local or server preview of the files from Dreamweaver (from the dropdown in the BrowserLab panel in DW)?
    Do you still see the same issue with screenshots if you test a public url (e.g. yahoo.com, etc) from within the BrowserLab interface?
    After you make the request from DW, don't switch to BL. Do you see any dialog appear within DW asking for permission to access files?
    Is it consistently the same browser(s) you're having issues with? And if so, which ones? Have you tried others to see if you get the same messages?
    As I understand it, you're making the request from DW, then adding more browsers to your browser set later. Can you try modifying your default browser set to include all the browsers you want to preview, then shut down BL and try the preview again?
    Thanks,
    Mark

  • Email each page of a report to different address

    I need to run a hyperion report in PDF and send the output to 100 different emails, now the catch is that each page of the report will have a different store and I need to email a particular page of the report to the appropriate store email. I can just send the whole 100 page report to 100 emails addresses which is not what we want or create 100 reports, one for each store which will retrieve for only one store but then updating 100 reports will be tedious. I think this functionality is not there in HR/Financial Reproting and I've looked at all the options but didn't find anything appropriate for this.
    Any thoughts? Thanks for any help.
    J Bling

    Thanks for reply, earlier what I did is set Store as a Page dimension and that gives me 100 pages with a different store on each page. Now with your suggestion to set Store as user POV and sending each bursting report to different email. I'm not sure how to that automatically? Are you suggesting we manually put in different email for each bursting report? Is there a way to automate this process, I've tried all options in the Batch and Scheduler. BTW we are using reprots v 7.2.
    Thanks!

  • I want to set up firefox with 2 seperate home pages, using google with 2 different email addresses

    I use igoogle, and I have 2 separete email addresses which I use for seperate reasons, as I will be setting up a web page using one of them. As to this I wondered if there was a way to set up having 2 shortcuts or 2 downloads of firefox with each one having a different homepage, but still using igoogle.
    Do I need to download another copy of firefox and while setting it up, set it up with the different email address? Or is there another way of doing this? Or is it something that cannot be done?

    I use igoogle, and I have 2 separete email addresses which I use for seperate reasons, as I will be setting up a web page using one of them. As to this I wondered if there was a way to set up having 2 shortcuts or 2 downloads of firefox with each one having a different homepage, but still using igoogle.
    Do I need to download another copy of firefox and while setting it up, set it up with the different email address? Or is there another way of doing this? Or is it something that cannot be done?

  • When I build a web photo gallery and upload to my server, the web page as displayed by browsers is blank.  With preview, insid Bridge, the slideshow works fine.

    I have been building web photo galleries with Bridge for a few years and everything worked fine until my latest two builds.  Now when I build a gallery and upload the folder to my web server, it's not getting displayed by browsers.  When you hit the index file of the gallery, the page is blank with no written errors.
    When I use the "preview in browser" feature in Bridge, the slide show works as expected.
    I'm creating the gallery and saving to my local hard drive.  When that's complete, I ftp the entire folder to the server and then point to the index.htm file.  I've been doing this for two years with good results.  All of a sudden, I can't get a gallery to display on-line.

    I am experiencing the exact same problem; the gallery displays and functions perfectly when viewed locally but not when uploaded to the web server. I am wondering if it is also a Dreamweaver issue as each time I upload I receive an error report e.g. some files did not upload et cetera.

  • Pages vs PDF: Colors look different in the print out

    I'm currently creating some templates for letters in pages and I encountered irregularities when printing directly from pages versus printing the PDF from Acrobat.
    This is the workflow:
    I created the Logo in Adobe Illustrator CS4 using CMYK color definition. After saving a JPEG or EPS I inserted the logos in my Pages document. Then I exported the document as PDF with maximum quality.
    What happens now is, that the printed PDF looks closer to the original Illustrator logo (JPEG and EPS). When printed directly in Pages, the color shifts to a much brighter and very different Blue.
    What can I do to get the same results when printing from the two programms?

    Claudia
    If you like click on my blue name and email me the files.
    To attach screenshots here you need to park the images on another site like:
    http://photobucket.com/
    http://flickr.com/
    http://picasa.google.com/features.html#utmmedium=embed&utmsource=pwalogin
    then post the address here using the method shown in the Help &Terms of Use to the right of this screen.
    Peter

  • For the same table in the same page, how to use 2 different forms (simple and tabular)?

    Hello! How I can be on the same page with the same table insert and update operations using 2 different forms (single form and tabular form)
    I have little knowledge of Apex, but I know PLSQL
    Thanks
    Ginger
    Ecuador

    Thank you Gramps.  It took some time, but I've got it working now.  I had to re-do all the user authentication actions from scratch for one of the databases, but it's finally behaving itself now.  I appreciate you pointing me in the right direction.

  • How to email the individual pages in a script to different vendors

    Hi,
    i got a requirement of script to email sending.
    this email sending option should be include in a standard program.
    in that program currently it is printing the invoice list in such a way that all the vendor details appended to same script in different differnt pages.
    i.e: for every vendor it is printing an individual page, but these pages are combined into a single script.
    Now my requirement is to convert script to pdf and send the corresponding page data to  the particular vendor using email functionality.
    i know how to convert the script to pdf. but i am unable to breake the pages and send to that particualr vendor.
    can any one tell me how to proceed.
    Thanks& Regards
    Raaga

    If any body is curious, I found a work around in Metalink that is working for me now.
    Search for Doc ID 130432.1

Maybe you are looking for

  • Trying to connect my MacBook Pro to my TV

    Hey! Hoping someone might be able to tell me how to connect my MacBook Pro to my TV. Do I need to fork out for the appletv pack are is there a simply scart or HDMI connecting lead that I can use? Will I have sound problems if I try to use a simple co

  • Xorg 1.6.3.901 input not working

    I recently had to reinstall Arch on my laptop after a hard drive crash. I had a working X11 setup with XDM and ratpoison, though I'm not sure which version of X I had and I have no way of checking that. Trying to get 1.6.3 working in my new install h

  • A variable number of jCheckboxes

    Hello, First, as a heads-up, While I'm relatively new to Swing usage, I'm more than willing to use google to help me understand something, so feel free to use more complex solutions. I'm working on a relatively simple request one of my teachers had f

  • Auto start Oracle instance in linux

    Can I configure oracle to auto start an oracle instance in linux environment ?

  • XE and EE on same company

    Hi, I want to know if there are limitations of use at a depepartament level XE version if alredy EE is in use on the company. thanks