- What am I doing wrong? (CSS padding works in FF, not IE)

Can anyone tell me why the padding in...
.stoneCap {
border-right-width: 1px;
border-bottom-width: 2px;
border-left-width: 3px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #8c7c6f;
border-bottom-color: #22170D;
border-left-color: #2E2012;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #998A7D;
background-position: left top;
padding: 15px;
...works in FF but not in IE, when applied to a table?
(IE ignores it... so does the Dreamweaver design view.)
How do I set padding for all tables through this class? What
am I doing
wrong? :-(

Your interpretation of tables is incorrect. When you set the
padding value
in the table tag, you are telling the HTML to pad the cells.
The table tag
itself has no padding.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"R. Jay" <[email protected]> wrote in message
news:[email protected]...
> Interesting. But that's weird, no? I mean, why do we, in
normal HTML, set
> padding on table tags and not td's? Clearly, it's the
table that receives
> the instructions for padding, spacing and border... no?
Why won't CSS
> conform to that?
>
>
> "Murray *ACE*" <[email protected]>
wrote in message
> news:[email protected]...
>>A table doesn't have padding. A td does. If you need
the padding on the
>>td, then make your rule selector -
>>
>> .stoneCap td { }
>>
>> --
>> Murray --- ICQ 71997575
>> Adobe Community Expert
>> (If you *MUST* email me, don't LAUGH when you do
so!)
>> ==================
>>
http://www.dreamweavermx-templates.com
- Template Triage!
>>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>>
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
>> ==================
>>
>>
>> "Reese" <[email protected]> wrote in message
>> news:[email protected]...
>>> On the table tag (not tr or td).
>>>
>>> Try it, you should have the same results (in
theory)
>>>
>>> "Murray *ACE*"
<[email protected]> wrote in message
>>> news:[email protected]...
>>>> Where have you applied .stoneCap?
>>>>
>>>> --
>>>> Murray --- ICQ 71997575
>>>> Adobe Community Expert
>>>> (If you *MUST* email me, don't LAUGH when
you do so!)
>>>> ==================
>>>>
http://www.dreamweavermx-templates.com
- Template Triage!
>>>>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>>>>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>>>>
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
>>>> ==================
>>>>
>>>>
>>>> "Reese" <[email protected]> wrote in message
>>>> news:[email protected]...
>>>>> Can anyone tell me why the padding in...
>>>>>
>>>>> .stoneCap {
>>>>> border-right-width: 1px;
>>>>> border-bottom-width: 2px;
>>>>> border-left-width: 3px;
>>>>> border-right-style: solid;
>>>>> border-bottom-style: solid;
>>>>> border-left-style: solid;
>>>>> border-right-color: #8c7c6f;
>>>>> border-bottom-color: #22170D;
>>>>> border-left-color: #2E2012;
>>>>> border-top-width: 1px;
>>>>> border-top-style: solid;
>>>>> border-top-color: #998A7D;
>>>>> background-position: left top;
>>>>> padding: 15px;
>>>>> }
>>>>>
>>>>> ...works in FF but not in IE, when
applied to a table?
>>>>>
>>>>> (IE ignores it... so does the
Dreamweaver design view.)
>>>>>
>>>>> How do I set padding for all tables
through this class? What am I
>>>>> doing wrong? :-(
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Similar Messages

  • What am i doing wrong? Why Solaris 10 will not create fdisk?

    I am at wits end here, I have tried every known trick to get Solaris to load on my x86 machine.
    The original download was true, I checked the sums all was fine. Burned the ISO onto DVD.
    My old machine falls under the system reqs (memory is a little low, but it installs with text)
    I wanted dual-boot with Ubuntu, that did not work.
    I repartitioned the disk, tried to install S-10 first, that did not work.
    I put a new drive in, plopped the S-10 DVD into the drive...you guessed it, that did not work.
    I have used Ubuntus partition utility and changed some partition info within Ubuntu. That did not work.
    I have used S-10's partitioner, that did not work.
    I have used 3rd party partitioning tools...no go.
    No matter what I do, S-10 install will always stop at "Configuring disk (c0d0) -Creating Fdisk partition table.
    ERROR Could not create Fdisk partition table
    ERROR Could not label disk
    ERROR Could not update disk with new configuration
    WHAT IS HAPPENING?
    I tried to DL a new copy of S-10 but they upgraded it, and now this new version will not install at all.
    HELP! Please!

    There's a whole buch of things that could have gone wrong and I still can't tell which it is from the information you've
    provided.
    1) Up until a few years ago the Linux swap partition and Solaris both used the same system identifier (0x82)
    in the fdisk partition table. Solaris has changed to use a different value, but it still accept the old value
    to maintain compatability with older installs.
    At present Solaris does not look at or install into the extended partitions,
    To avoid this system identifier conflict, I sugest that you install Linux in the extended partitions
    and not in the primary partitions. This has other benefits as well.
    To do this you need to reinstall Linux and when you allocate space for linux just say that every partition is
    an extended partition (or not a primary partition).
    The disk will then appear as
    /dev/hda1 extended
    /dev/hda5 Linux root
    /dev/hda6 Linux swap
    /dev/hda7 Linux ...
    2) The entire industry (BIOS vendors, Solaris, Windows, Linux, Partition Magic and other similar tools) have gone
    through a tremendous growth in disk sizes. Up until recently (when Win/Vista showed up), we all pretty much
    agreed that we would allocate space in cylinders and agreed that a cylinder was 255*63 sectors). No real rules
    here, just a tacit gentleman's agreement. WinVT now allocates in multiples of 4096 blocks, and everybody else
    is juggling to accomodate the 800 pound gorilla, ....
    Bottom line - Solaris not overlap anybody else's partition, but sometimes we think we do, even though we don't.
    And we'll fail the install until we're happy. So when you allocate a Solaris partition, sometimes it's best to waste
    a little disk space and leave a gap (maybe as much as 16065 sectors) between adjacent partitions.
    3) When you finally get Solaris installed and you want to multi boot, you have to use Solaris's verion of grub
    and you cannot use Linux's version. (Linux's Grub does not support the UFS filesystem, but Solaris's Grub
    does support all the Linux filesystems.
    Before you install Solaris, when you are still running Linux, copy the file /boot/grub/menu.lst to a flash drive
    or something that is available under Solaris.
    After you've installed Solaris, open up the flash drive and merge the menu.lst file from Solaris and from Linux.
    You'll probably add the following lines to the Solaris /boot/grub/menu.lst file. Just copy what you find in the Linux
    file to theSolaris file.
    title Ubuntu, kernel 2.6.20-15-generic
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=c12007d3-c840-436d-93c
    b-2d485a9b02cd ro quiet splash
    initrd /boot/initrd.img-2.6.20-15-generic
    quiet
    savedefault
    HTH
    Larry

  • Keyer edge tool does not work. What am I doing wrong?

    When I am trying to soften the edge on my green screened image I try to use what they call the edge tool.
    But it does nothing to the edge of the image, it makes the entire keyed image more transparent or more opaque...  this is totally useless... I thought I remembered this working in a previous version but maybe not...
    what am I doing wrong? Or is it just not working correctly.
    Thanks for any help.
    FCPX 10.0.5  OSX 10.6.8

    Do you see the Multifox item to open a new window in the File of Firefox menu?
    You will see a "New Identity Profile" (Ctrl+Alt+M) in the "Firefox > New Tab" menu and in the File menu (press F 10 if the menu bar is hidden) and in the context menu if you right-click a link.<br />
    Choosing that menu entry will open a new window with a new set of cookies marked multifox-profile-2 in the cookie manager.
    It is possible that there is a problem with the file(s) that store the extensions registry.
    Delete the files extensions.* (e.g. extensions.sqlite, extensions.ini, extensions.cache) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to check if there is a compatibility update available.
    If this hasn't helped then also try to delete the addons.sqlite file.

  • I uploaded a CD to my itunes it shows in my library but I am unable to get it on my iphone 5.  what am I doing wrong??

    I uploaded a CD to itunes it shows in my library but it does not show up on my iphone 5.  What am I doing wrong??  working on this for 2 days now and still cannot figure it out.

    I'm also having the same problem, when before I hadn't. I've been trying to research this issue too w/ little success. All of a sudden I realized that not all my songs were playing and red squares w/ red circles appeared next to a bunch of music on my playlist. So I tried to delete my playlist & re-sync but I couldn't get alot of my songs back onto my iphone 4.  I believe we're being forced into subscribing to the itunes Match where it stores all your music (purchased & uploaded) on the cloud. Hoping I'm wrong.

  • Have airport extreme, square model, have a external harddrive to use as back up(formated for mac)hooked it up to the usb port in back. can't find it on my computer. what am i doing wrong

    have the airport extreme, square model. have a external harddrive formated for mac hooked up to the usb port in back.
    i can't find the harddrive on the computer for back up in timemachine. what am i doing wrong?

    First, if you are not aware, you need to know that Apple does not officially support Time Machine backups to a drive at the USB port of the AirPort Extreme.
    That may be part of the problem here, so if you want to continue to try this, you need to understand that there are no guarantees of success.
    Some users do seem to be able to make this work, but most have some problems and some....like me....have nothing but problems when they try this.
    If you want to continue to try this, the first thing to verify is that the drive is formatted specifically in Mac OS Extended (Journaled). Have you verified that the drive is formatted correctly by connecting it directly to your Mac and using Disk Utility to check?
    Some drives that are advertised as being "compatible for Mac" are not formatted correctly in Mac OS Extended (Journaled). Time Machine has no chance of success unless the drive is first formatted correctly.
    I would also ask that you consider leaving the drive connected to your Mac for Time Machine backups. That will be supported, and is a far more reliable way to keep backups if your data is important to you.
    Next, we need to know what operating system you are running on your Mac. If you do not know, click the Apple icon in the upper left corner of the screen and then click About This Mac.  Post back with the OS X Version number that you see there.

  • HT4623 I'm trying to update my iPad to ios5, I have gone thru Settings, General, but there is no update button available...what am I doing wrong?

    I'm trying to update my iPad to ios5, as I want Sky Go on it to watch the cricket, so I've gone thru Settings, General, but there is no update available...what am I doing wrong? Or is this iPad not able to get updates? Thanks

    You only have the option if you are already running iOS 5. If you are trying to update the iOS, you have to use iTunes on a computer to update the iPad.
    There are some important things that you should know before you update.
    http://support.apple.com/kb/ht4972
    The updating instructions are in this article. Make sure you read the part about using iTunes.
    http://support.apple.com/kb/HT4623

  • My password seems to be working but my apps on my i pad will not update?  what am i doing wrong?

    i hove not been able to update apps on my ipad for weeks  my password seems to work but it will not update apps?  what am i doing wrong?

    What happens when you try to update? That is the missing element here? Without knowing what you are experiencing, it's really difficult to suggest what to do. I will go on the assumption that you are seeing the "waiting" icons. If that's the case, this is my standard response that includes quite a number of things to try.
    Even if it is not the "waiting" icons issue, one of these suggestions might help anyway.
    1. Tap the "waiting" icon and see if you can pause it. If it does pause, then tap it again and see if it will resume. If that works, repeat the same steps for each "waiting" icon.
    2. Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    3. Make sure that you do not have a stalled download in iTunes - if you have a download in there that did not finish, complete that one first.
    4. If that doesn't work - sign out of your account, restart the iPad and then sign in again.
    Settings>iTunes & App Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>iTunes & App Store>Sign in and then try to update again. Tap one waiting icon only if necessary to start the download stream.
    5. You can also try deleting the waiting icons - tap and hold down on an icon until it wiggles - the tap the X on the icon to delete it. Then try to download again. Apps may also be able to be deleted in Settings>General>Usage>Storage if you cannot get the X to pop up on the icon.
    6. You can try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered.
    7. If all else fails, download the updates or the apps in iTunes on your computer and then sync the content to your iPad.

  • I bought an IR receiver and an Apple Remote, and I can't get it to work. What am I doing wrong?

    I bought an IR receiver and an Apple Remote, and I can't get it to work. What am I doing wrong? The receiver is a Lenovo eHome OVU430006/01 USB IR Receiver.

    Hello,
    You would need to pair the Apple Remote with the receiver. So I would use the generic Mac/PC receiver and follow these instructions:
    http://support.apple.com/kb/HT1619
    If that doesn't work then check in System Profiler to see if the IR receiver has been recognized by the PowerBook's hardware. You may require the install of drivers for this device to be recognized.
    Best of luck

  • HT3819 I've always been aware of Home Sharing but haven't been able to get it to work for YEARS!!!  What am I doing wrong?  I'm using the same apple id on all my devices!  Help.

    How can I get Home Sharing to work?  I've know of this feature for years but have never got it to work.  I'm using the same apple id on my devices, which is [email protected]  What am I doing wrong?  Please help.

    http://support.apple.com/kb/HT3819 homesharing
    http://support.apple.com/kb/TS2972 troubleshooting home sharing.
    i <3 Homesharing. I enabled it at home, and where I work I use a mac so I enabled it on that computer as well so I can listen to my own music library while on breaks/lunch =)

  • TS1368 Have downloaded the latest version of ITunes and now i get "Incompatable Application" I tunes will no longer open. have worked my way through FAQ and help to no avail. What am i doing wrong? currently running windows 7.

    Have downloaded the latest version of ITunes and now i get "Incompatable Application" I tunes will no longer open. have worked my way through FAQ and help to no avail. What am i doing wrong? currently running windows 7.

    Have downloaded the latest version of ITunes and now i get "Incompatable Application" I tunes will no longer open. have worked my way through FAQ and help to no avail. What am i doing wrong? currently running windows 7.

  • HT1296 When I sync my iphone with Windows 7, the contact moves to my computer, but the contact is not complete. No phone numbers. What am I doing wrong? I have also tried sync-ing with Yahoo, and that doesn't work either.

    When I sync my iphone with Windows 7, the contact moves to my computer, but the contact is not complete. No phone numbers. What am I doing wrong? I have also tried sync-ing with Yahoo, and that doesn't work either.

    The music sync is one way - computer to iphone.  The only exception is itunes purchases.  File>Transfer Purchases
    It has always been very basic to always maintain a backup copy of your computer for just such an occasion.  Use your backup copy to move everything to your new computer.

  • I have set hyperlinks within my ibook author document, they work perfectly until i export and view on the ipad, when only one or none work, (hyperlinks to website not working at all) what am i doing wrong?

    I have set hyperlinks within my ibook author document, they work perfectly until i export and view on the ipad, when only one or none work, (hyperlinks to website not working at all) what am i doing wrong?

    An external hyperlink should handoff to Safari and leave iBooks.
    If that's not happening, perhaps there is something misconfigured on your iPad? Have you manually confirmed those links work in Safari on your iPad?

  • I got a new Ipad 2 and I am trying to get it work in vain. I have downloaded the iTunes on my PC, but even after executing the program nothing happens to the IPAD. I still get the image of the USB cable and the iTunes logo. What am I doing wrong?

    I got a new Ipad 2 and I am trying to get it work in vain. I have downloaded the iTunes on my PC, but even after executing the program nothing happens to the IPAD. I still get the image of the USB cable and the iTunes logo. What am I doing wrong?

    You know that you have to connect the iPad to your PC with the cable that came with it -  and then iTunes should start automatically and it will guide you through the set up process?
    If you have already tried to connect the iPad - and you have launched iTunes - and you still have no luck - reboot your PC and then begin the process again.

  • Showing. I RESET. Works, but doing this every day...does not seem right. What am I doing wrong?.

    Classic iPod in Dock, suddenly stops playing. Fully charged, blue play button showing. I RESET. Works, but doing this every day...does not seem right. What am I doing wrong?

    No problem, sometime the iPod need a Reset to clear the overflowing cache.
    So it's good to Reset once a week or after you recharge it.
    Here is the Apple support Article on the 5Rs
    http://www.apple.com/support/ipod/five_rs/classic/
    Have a nice day!

  • The attached VI works when I run it initially creating the XML file, but when run after the XML file is created, it's not updated. What am I doing wrong?

    The attached VI works when I run it initially creating the XML file, but when I change data and run after the XML file is created, it's not updated with new data. What am I doing wrong?
    Thank you.
    Solved!
    Go to Solution.
    Attachments:
    Attractive Force XML.vi ‏23 KB

    That looks like the logic which was written into the VI
    Inner true/ false case:
    (file exists : false) write to XML file, unflatten for display
    (file exists : true) read from XML file, unflatten for display
    At no time when the file exists (true case) is the XML file updated...

Maybe you are looking for

  • Urgent ....Doubt on Database Table

    hai, i am learner. i have one row with 20 columns in a table. Now i want to convert it as 20 rows with those values in a single field of another table. urgent... please waiting...

  • Older generation of iPad and software

    Do older generation iPads update to the latest operating systems and browsers availble? I can't find a list of iPad's and their most recent associated OS or browser versions which is what prompted me to ask. I am not a apple user normally so I have v

  • Aol on iPad2

    I have been using aol as my email and only recently I have found that I can't send emails but can receive them. I have cancelled and reinstalled but this did not work. Can anyone help?

  • API / INTERFACE name for Oracle Time and Labor

    Hi, Which API / INTERFACE is used to load data into the following tables of Oracle Time and Labor? HXC_AP_DETAIL_LINKS HXC_APP_PERIOD_SUMMARY HXC_LATEST_DETAILS HXC_TC_AP_LINKS HXC_TIME_ATTRIBUTE_USAGES HXC_TIME_ATTRIBUTES HXC_TIME_BUILDING_BLOCKS HX

  • Why has Apple decided the 3G won't have mult-tasking with the new OS 4.0

    Just would like a answer if apple would re-consider enabling multi-tasking on the iphone 3G when they release OS 4.0, maybe in a limited form. My experience is the iphone 3G will often leave applications running in the background on OS 3.x and I have