Mac :: Firefox :: CSS border issue

Can someone with Firefox on a Mac check this page and see if
you can tell
why in the "products" boxes ( there are 3 ) .. the bottom
border is missing
on only 2 of them. I believe the 3rd box down renders the
border. If I
delete a paragraph from the 1st box, the border shows on the
1st box and not
the other two .. weird.
http://65.115.104.39/html%5Fnewsletters/stevens/urban/
The css is fairly complex for the entire page but the
relevant code for this
product box looks like this.....
#pContent .adblock {
border: 1px dashed #777;
margin: 1em 10px;
background: #fff;
}There is more going on there but the .adblock style is this
container with
the dashed border. Seems to work fine in Safari, and IE and
FF on PC.
Regards,
..Trent Pastrana
www.fourlevel.com

oops, had an extra border in there.
#outerwrap #wrap #pContent hr {
position: relative;
height:0;
border-top:1px solid #777;
Regards,
..Trent Pastrana
www.fourlevel.com
"T.Pastrana - 4Level" <[email protected]> wrote in message
news:e99fee$7lu$[email protected]..
> No, it's actually not the hr causing the missing border.
It was doing
> that before the hr was there. The hr was causing the
redraw problem
> though. Firefox also doesn't render height on hrs very
well. The way
> around both of these problems was to set the height of
the hr to 0px and
> give it a top border.
>
>
> #outerwrap #wrap #pContent hr {
> position: relative;
> height:0;
> border:0;
> border-top:1px solid #777;
> }
>
>
> --
> Regards,
> ..Trent Pastrana
> www.fourlevel.com
>
>
>
>
>
> "Osgood" <[email protected]> wrote in
message
> news:e98c42$oog$[email protected]..
>> Osgood wrote:
>>
>>> T.Pastrana - 4Level wrote:
>>>
>>>> Really? ok thanks for checking...
>>>>
>>>>
>>> Yeah...but now I check in the latest version of
Firefox they don't
>>> appear. Have you got any empty clearing
<divs> in the code.
>>>
>>> If so put a   in and see it that helps.
I seem to remember that the
>>> latest version of Firefox reacts differently to
empty <div></div> on
>>> Mac.
>>
>> This is what is causing those bottom dashed lines to
not appear in Mac
>> Firefox.
>>
>> <hr width="90%" size="1">
>>
>
>

Similar Messages

  • CSS rounded border issue

    I've got a CSS rounded border issue. Safari (4.0.3) is drawing a slight white artifact on the rounded corners. Look at the comparison between the Safari screenshot and the Firefox (3.5.x) screenshot (look at the border on the Watch button):
    http://www.prototypos.com/screenshots/safariroundedborder.png
    http://www.prototypos.com/screenshots/firefoxroundedborder.png
    Do folks on the Apple Safari dev team read this site? If so, I'd appreciate it if they take a look at this issue.
    thanks, Chuck
    Message was edited by: Dr. Chuck
    Message was edited by: Dr. Chuck

    Are you doing this with CSS3 ? If your using CSS 3 you know it hasn't really been fully implemented in all browsers, (even if they say so). Even tho CSS 3 is out and running, I myself tend to shy away from stuff like round corners.
    No Apple won't see this.

  • CSS Layout issue!! Help Urgent!!

    I am having a problem with creating a css layout, in the past i used tables and am trying to convert my sites for my customers. I have layed out the website using divs and css and it looks great until i put in the cosing of the menu bar. when i put in the coding for the menu bar suddenly the bar has a padding around it but i cannot find a padding that would change this in the css coding. I need this done asap! so please help. ill show my coding below:
    this is the div coding:
    <div id=Nav>
       <ul class="dropdown" id="Bar"; width: 879px" name="Bar">
             <li class="style16" style="width: 161px; height: 22px">
       <a href="default.html" style="width: 146px">Home</a></li>
             <li class="style10" style="width: 169px; height: 23px">
       <a href="about.html" style="width: 153px">About</a></li>
         <li class="" style="height: 31px; width: 175px; left: 0px; top: 0px">
       <a href="Equipment.html" class="style18">
       <div class="style10" style="width: 156px; height: 20px;">
        Equipment</div>
       </a> <ul class="sub_menu">
                <li><a href="compressor.html">Air Compressors</a></li>
                <li><a href="compactions.html">Compaction</a></li>                            
                <li><a href="concrete.html">Concrete Equipment</a></li>
                <li><a href="forklifts.html">Fork Lifts</a></li>
                <li><a href="generators.html">Generators</a></li>                            
                <li><a href="groundthawing.html">Ground Thawing</a></li>
                <li><a href="heaters.html">Heaters</a></li>
                <li><a href="scissorlifts.html">Scissor Lifts</a></li>                            
                <li><a href="boomlifts.html">Boom Lifts</a></li>
                <li><a href="lighttowes.html">Light Towers</a></li>
                <li><a href="misc.html">Misc.</a></li>                            
                <li><a href="dirtequipment.html">Dirt Equipment</a></li>
                <li><a href="powertools.html">Power Tools</a></li>
                <li><a href="pumps.html">Pumps | Saws | Welders</a></li>                              
                     </ul>
             </li>
             <li style="width: 165px"><a href="locations.html">
       <div class="style10" style="width: 154px">
        Locations</div>
       </a>
               </li>
                 <li style="width: 180px"><a href="contact.html">
       <div class="style16" style="height: 24px">
        Contact Us</div>
       </a>         </li>
            </ul>
      </div>
    This is the css coding:
    #wrapper {
    width: 880px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f4f4f4;
    #Navigation {
    background-image: url(Images/NAvigation%20BAr.jpg);
    background-repeat: no-repeat;
    width: 880px;
    visibility: visible;
    height: 3-px;
    vertical-align: top;
    Nav {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 20px !important;
    #wrapper1 {
    width: 876px;
    margin-right: auto;
    margin-left: auto;
    color: #F4F4F4;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #716375), color-stop(1, #E8E8E8));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #716375 0%, #E8E8E8 100%);
    margin-bottom: auto;
    #Bar {
    background-repeat: no-repeat;
    width: 880px;
    height: 28pt;
    overflow: visible;
    background-image: url(Images/NAvigation%20BAr.jpg);
    position: relative;
    vertical-align: top;
    #container {
    width: 880px;
    color: #000;
    background-color: #EDEDED;
    dominant-baseline: 578px;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #716375), color-stop(1, #E8E8E8));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #716375 0%, #E8E8E8 100%);
    margin-bottom: auto;
    #content {
    float: left;
    color: #090;
    width: 580px;
    padding-right: 6px;
    background-color: #033;
    margin-top: 20px;
    .container {
    color: #000;
    background-color: #ff6;
    width: 876px;
    #expect {
    height: 164px;
    width: 294px;
    float: right;
    position: relative;
    background-color: #C90;
    margin-left: 582px;
    padding-top: 10px;
    #hours {
    float: left;
    height: 55px;
    width: 294px;
    line-height: 4px;
    word-spacing: normal;
    white-space: normal;
    display: inline;
    letter-spacing: normal;
    padding-top: 10px;
    font-size: 13pt;
    color: #000;
    margin-left: 586px;
    background-color: #F99;
    #footer {
    height: 76px;
    width: 880px;
    background-color: #CC0;
    clear: both;
    #cards {
    float: right;
    height: 31px;
    width: 294px;
    margin-left: 582px;
    padding-top: 10px;
    background-color: #F36;
    #contact {
    float: left;
    height: 328px;
    width: 293px;
    word-spacing: normal;
    white-space: normal;
    line-height: 1px;
    color: #000;
    display: inline;
    font-size: 14pt;
    background-color: #FFF;
    padding-top: 10px;
    margin-top: 20px;
    #header {
    background-image: url(Images/Proquip%20Logo/Proquip%20logo2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 885px;
    height: 126px;
    background-color: #000;
    margin-right: 2.5px;
    margin-left: 0px;
    #wrapper #container #contact p strong {
    color: #800000;
    font-size: 14pt;
    #wrapper #container #contact blockquote p a {
    color: #000;
    #wrapper #container #expect div {
    color: #900;
    font-size: 14pt;
    font-weight: bold;
    #wrapper #container #hours div {
    color: #900;
    font-size: 14pt;
    font-weight: bold;
    #box2 {
    background-image: url(Images/Option%201/Services/whitebox2.jpg);
    #box3 {
    background-image:url(Images/Option%201/Services/redbox2.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    #gold {
    background-image:url(Images/Option%201/Logos/gold.gif);
    background-repeat:no-repeat;
    #white {
    background-image:url(Images/Option%201/ProQuip-Pics/box1.gif);
    background-repeat:no repeat;
    #forklift {
    background-image:url(Images/Option%201/ProQuip-Pics/34-01-4380.jpg);
    background-repeat:no-repeat;
    #scissorlift {
    background-image:url(Images/Option%201/ProQuip-Pics/jlg-scissor-lifts-21.jpg);
    background-repeat:no-repeat;
    /* Navigation Menu- Level one */
    ul {
    list-style: none
    ul.dropdown {
    font-size: 13pt;
    color: #000000;
    height: 25px;
    text-decoration: none !important;
    width: 860px;
    position: relative;
    vertical-align: top;
    ul#Bar.dropdown {
    width: 878px;
    position: relative;
    vertical-align: top;
    ul.dropdown li {
    font-weight: 600;
    float: left;
    zoom: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    display: block;
    width: 175px;
    color: #000000;
    top: 25px;
    text-decoration: none !important;
    text-align: center;
    ul.dropdown a:hover {
    color:#cc0000;
    ul.dropdown a:active {
    color: #000000;
    ul.dropdown li a {
    display: block;
    border-right: 1px solid#333;
    color: #000000;
    border-right-width: 1px;
    text-decoration: none !important;
    text-align: center;
    ul.dropdown li:last-child a {
    border-right:none; /* does not wotk in IE */
    text-decoration:none !important; } 
    ul.dropdown li.hover,
    ul.dropdown li.hover {
    color: #000000;
    position: relative;
    height: 28px;
    top: 0px;
    ul.dropdown li.hover a {
    color:#800000;
    /* Level Two Navigation */
    ul.dropdown ul {
    width: 180px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 36%;
    display: block;
    float: left;
    color: #000000;
    text-decoration: none !important;
    height: 25px;
    ul.dropdown ul li {
    font-weight: normal;
    color: #000000;
    border-bottom: 1px solid #ccc;
    float: left;
    border-bottom-color: #c0c0c0;
    border-bottom-style: groove;
    display: block;
    background-color: #dbdbdb;
    text-decoration:none !important;
    /* IE 6&7 needs inline block */
    ul.dropdown ul li a {
    border-right: none;
    display: inline-block;
    height: 18px;
    line-height: 16px;
    color: #000000;
    width: 100%;
    text-decoration: none !important;
    /* Level Three Navigation */
    ul.dropdown ul ul {
    top: 100%;
    color: #000000;
    text-decoration: none !important;
    ul.dropdown li:hover>ul {
    visibility: visible;
    color: #000000;
    top: 30px;
    text-decoration: none !important;

    I have the site using tables up and running, this is a website for a client so I cant make a test site using that domain would it be ok if I screen shot'ed the problem?
    Date: Thu, 24 Apr 2014 12:19:44 -0700
    From: [email protected]
    To: [email protected]
    Subject: CSS Layout issue!! Help Urgent!!
        Re: CSS Layout issue!! Help Urgent!!
        created by Jon Fritz II in Dreamweaver support forum - View the full discussion
    Well, you're not using position:absolute, so you've got a big thumbs up from a bunch of us for that.
    Is there any chance you could post a link to this page on your server? It's much easier to troubleshoot from a browser than it is to rebuild the page from code fragments.
    If you haven't gone live with the page yet, create a folder called TEST in your site and save copies of the page and css there. Upload TEST and post a link to it here. Once the problem is found/fixed, delete TEST from the server.
    You can also attempt to use Firefox or Chrome to find your issue by right clicking > Inspect Element. All CSS that affects a given element will be displayed with file name and line numbers there.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6327947#6327947
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6327947#6327947
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6327947#6327947. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • PDF is not opening in Mac Firefox, asking for save/download, I want to open it inside browser

    Hi,
    Im facing an issue with Mac Firefox, when Im trying to open pdf file in FF for Mac, its asking for download/save rather than opening up inside browser window like other browsers do.
    Can you please help me out to solve this, its happening only with Mac Firefox.
    Thanks.

    Please provide the following information:
    Which version of Acrobat you are using?
    Which verion of FireFox you are using?
    Which version of Mac OS X you are using?
    It will help those who want to help do so.

  • Mac Firefox display problem

    This problem is only on Firefox for Macintosh - but I'm not
    sure what's
    causing it, and it's difficult to troubleshoot without easy
    access to a
    Mac - so any help much appreciated.
    On the Home page of the site, in the center of the page,
    there's a
    light-blue box consisting of a form with a table nested in
    it. They are both
    in turn nested in a table, and another table. (What can I say
    - I have
    nesting instincts :-)).
    The screenshot I was sent shows the light-blue box shifted
    over to the right
    so that it overlaps the content to its right. Here's the
    screenshot:
    http://www.mojomom.com/mac-firefox.gif
    . Here's the site:
    http://www.mojomom.com.
    Anybody know what I can do to fix that?
    Thanks VERY much in advance,
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

    "darrel" <[email protected]> wrote in message
    news:fbjver$l7u$[email protected]..
    >> The screenshot I was sent shows the light-blue box
    shifted over to the
    >> right so that it overlaps the content to its right.
    Here's the
    >> screenshot:
    http://www.mojomom.com/mac-firefox.gif
    . Here's the site:
    >>
    http://www.mojomom.com.
    >>
    >> Anybody know what I can do to fix that?
    >
    > It's not a Mac issue. It's simply a type size issue.
    Note that on the mac
    > the type is small enough so that the blue box ends up
    wrapping alongside
    > the Today Show Ad, thereby pushing it to the right. You
    can replicate this
    > on your Windows box by just removing some of the text in
    that first
    > paragraph so it's shorter.
    >
    > I can't tell if you are floating the Today Show ad or
    not, but if you are,
    > the fix is likely to give the FORM a style attribute of
    'clear: left'.
    Wow, right you are. Let me mess with it - will let you know
    how I do.
    Thanks very much, Darrel.
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • IWeb with Mac Firefox

    For several months I've been having difficulty with Mac Firefox and my web site.  The site is an extremely simple iWeb creation, nothing more than a collection of photos and some text.  I did not manually add any HTML code.  Most of the images appear on the screen as broken pieces, to the point where the site is totally useless.  I've confirmed that everything displays properly with Mac Safari.  I also confirmed that everything displays properly with Windoze Safari, Windoze IE and (most important) Windoze Firefox.
    Has anyone else had this issue?  If your sites work properly with Mac Firefox, would you take a peek at mine?  If mine displays properly, perhaps I've got an incorrect Firefox setting somewhere.  If it does not display properly, I've got to look at the iWeb settings.

    I solved the problem before I saw your post.  It's quite possible that your suggestions would have worked but I used brute force so I don't know exactly what happened.
    First, I trashed the application.  I have Mac Keeper installed and whenever an application is trashed, it looks for all supporting files and gives me the option of also trashing them, which I did.
    Finally, I reloaded FF from the dmg that I had previously downloaded.  Problem gone!
    My worry wasn't my own machine.  I feared that others would experience that problem.  I would never know that they couldn't see my pictures.
    Thanks.
    By the way, I have FF4.  I was unaware that FF5 is available.

  • On my mac firefox 4 and 3 i can't simply even open it, it just crashes and crashes, although if i try to open it in another acount yes it opens, i'ts like my account has a problem with firefox (tryed cleaning it all with appzaper, but nothing)))

    Hello,
    I have an iMac osX snow leopard (newest version) and strangely since some months, strangely when i tryed to open firefox it started crashing, firefox 3 and firefox 4 beta, i open them and in 5 seconds they crash.
    Strangely enough on another account on my mac firefox WORKS perfectly, and it seems it's only crashing on my account, i even used cleanmymac and appzaper to clean totaly firefox files and re install it.
    Please help me i can't stand chrome going so slow with 10 tabs

    Thanks Sig for getting back to me.  I really do appreciate it!  But I'm not sure how erasing my drive is going to help.  And besides, my problem is that I can't even boot to my original Tiger install DVDs anymore.  I'm unable to execute any kind of boot-level command -- including holding down "c" key to boot from the drive, holding "T" key to go into Target Disk Mode or holding down "option" in order to bring up my bootable partitions!
    Holding down any of these keys after the boot chime simply causes the screen to go black and then hang. The DVD drive will show it's being read from but nothing ever comes up.
    Since I can't boot to my install DVD, there is no way for me to access the Disk Utility to erase my hard drive.  Do you see the problem?
    I am able to boot to my Windows 7 DVD, since I was able to install that to my old Tiger Partition, but I don't see how using my Windows install DVD would help me to re-install OS X.
    I need to figure out why none of my boot-level opterations are available.  If I was able to boot to my original Tiger discs (or any OS X DVD) than my problem would be solved, but I can't do that!
    Any other ideas?  Thanks in advance!  --e

  • Ever since I upgraded to 10.9.5 on my mac firefox is a grey screen with no menu bar or anything... I've downloaded and reinstalled multiple times now... nothing

    firefox is just an empty icon from what i can tell... when i upgraded to 10.9.5 on my mac firefox no longer works. it turns into a grey screen and then just ends up disappearing to the finder window... the application remains on, and won't force quit. I must re-start in order for it to Not be running... I've used firefox and mac for over 8 years and never seen anything like this.... I'm sure it's on the mac side of things, but I'm hoping y'all can fix it... it truly sucks to loose my favorite browser and all my saved bookmarked tabs and all

    Your bad charger probably damaged something inside as well.  Your hard drive directory may be damaged too.
    If you lack a backup, you should read this:
    https://discussions.apple.com/docs/DOC-1689
    Otherwise, bring it in for service.

  • Since updating to Firefox 4 on my OSX 10.5.8 mac Firefox will not go to any website

    Since updating to Firefox 4 on my OSX 10.5.8 mac Firefox will not go to any website. Firefox will launch but it won't load anything, the page is entirely blank - no home page loads - nothing. Also - It will not let me install any add ons. I've tried uninstalling and reinstalling to no avail. other apps such as Safari and Mail work as normal. I need Firefox - please help if you can. Thanks

    You don't. Since you have an Intel Mac, buy a Mac OS X 10.6 DVD from the online Apple Store.
    (71894)

  • How to use 'right click' command of windows in mac firefox

    how do i use the windows 'right click commands in mac firefox
    == This happened ==
    Every time Firefox opened
    == begining

    http://kb.mozillazine.org/Ui.click_hold_context_menus
    type '''about:config''' in the URL bar and hit Enter
    Pref Name = '''ui.click_hold_context_menus'''
    Double-click to Toggle to '''True'''

  • What do i do next re flash update on mac / firefox

    what do i do next re flash update on mac / firefox i get the following message - If a dialog box appears with the option to run or save, click run. but then i get this - open with ( choose )
                    save file
    please tell me what i should do , cheers.

    Hi, read this over and see if this will help you Uninstall Flash Player and Install the new version.
    http://kb2.adobe.com/cps/865/cpsid_86551.html#prob1=uninst,
    Thanks,
    eidnolb

  • Mac firefox cannot open .url files from PC

    I have hundreds of pc .url files that I want to import as bookmarks.
    Mac Firefox opens the files as a text file, not as a web page.
    Mac Safari can open them no problem.

    If you have still access to the computer with the .url files then export them via IE to an HTML file.<br />
    If you can open them in Safari then bookmark them and export them in Safari to an HTML file.<br />
    Then you can import that HTML file in Firefox.
    [[Importing bookmarks and other data from other browsers]]
    http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • Can I retrieve Bookmarks from Mac Firefox once I upgrade from Mt Lion (10.8.5) to Mavericks (10.9.5) or are they lost forever?

    Years of Bookmarks on Mac Firefox were lost when I recently upgraded from Mt Lion (10.8.5) To Mavericks. I refuse to believe there is no way to retrieve them. Suggestions? Thank you!

    ''FredMcD [[#answer-717164|said]]''
    <blockquote>
    When you did the upgrade, was the hard drive formatted? Is there a
    folder that has the old files in it? Do you still have your old profiles?
    </blockquote>
    When you did the upgrade ... April 10 ... was the hard drive formatted? ... Yes! Is there a folder that has the old files in it? ... Don't know. Where would it be? ... Do you still have your old profiles? ... don't know. Where would it be? Thanks!

  • Simple guide for using SQLite Manager with Mac Firefox browsing history

    Is there a basic beginner step-by-step guide (rather then a detailed user manual) on using SQLite Manager to work with Mac Firefox browsing history? Thank you!

    Firefox doesn't have many option to mange the History.
    You can only delete items or copy and paste them to bookmarks.
    Using the SQLite Manager extension to make changes to the History is not really recommended because a lot of tables are involved.<br />
    The extension is suited to inspect or export specific entries occasionally, but not for doing more complicated operations.

  • After updating to Firefox 11.0 Mac, Firefox runs, but no window can be seen

    I'm running OSX 10.5.2 I just upgraded to Firefox 11.0. Firefox runs, but no windows can be seen.

    See also:
    *http://kb.mozillazine.org/Corrupt_localstore.rdf
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    *Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    In Firefox 4 and later Safe mode disables extensions and disables hardware acceleration.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Module Development using PCK

    Hi All, I have to develop a module for the file adapter. I have installed the PCK (Partner Connectivity Kit) and the related development environment. I just need to test the module for the Receiver File Adapter. But how can this be done using PCK. Wh

  • Does 785GM-E51 DVI support dual link?

    I am considering buying the 785GM-E51 motherboard which comes with a DVI port (as well as HDMI and VGA of course). Will the DVI support dual link?  If so, what is the maximum resolution I could have on the two monitors (say, at 60 Hz with high colour

  • Does using more than one apple tv affect network connection

    My AppleTV has upgraded. Since then the network connection has been very fragile  I have restarted the apple tv, the tv, and all the devices. I have also restarted the modem. Nothing is working. I have two apple tvs; so i am now wondering whether hav

  • Conflict in Form Distribution when 2 email exists

    Hi, I have a form that has a "Submit by email" but on the same form I have another button that says "submit suggestions by email". Everything works fine until I try to distribute the forms, it says that there is a conflict of URL or Email addresses.

  • How do I delete accidental (untitled) boxes "On My Mac" column?

    How do I delete accidental (untitled) boxes "On My Mac" column in iCal? Thanks