Tagged Questions

2
votes
8answers
144 views

How do you specify table padding in CSS? ( table, not cell padding )

Hi, I have a table with a colored background and I need to specify the padding between the table and it's content, I.E. cells. The table tag doesn't seem to accept a padding value. …
0
votes
1answer
23 views

.Net AES Encryption - Universally Accepted Pad Setting

I have a .Net web service that processes AES encrypted data. The consumers of my service agree on a key/IV pair with me and that way we can pass data securely. I have a consumer …
2
votes
3answers
94 views

Python tabstop-aware len() and padding functions

Python's len() and padding functions like string.ljust() are not tabstop-aware, i.e. they treat '\t' like any other single-width character, and don't round len up to the nearest mu …
0
votes
2answers
119 views

Where are the margins/padding set on a wpf ListView GridView?

I've got a WPF ListView/GridView spec'd in XAML. The first column uses a CellTemplate to specify icons and the others use DisplayMemberBinding to populate themselves. The icons c …
0
votes
3answers
93 views

IE6 border-bottom: 0 & padding CSS issue.

Hi, I just encountered a IE6 bug that I don't seem to identify over the net. Basically this is when the behavior is triggered: a block element has border, on all sides except bot …
0
votes
1answer
61 views

padding breaks jQuery selector?

I spent 2 hours this morning trying to figure out why my jQuery function worked in one part of the page but not another. I finally narrowed it down to vertical padding on a contai …
6
votes
6answers
8k views

Padding Strings in Java

Is there some easy way to pad Strings in Java. seems like something that should be in some stringUtil like api but i cant find any.
1
vote
6answers
78 views

Swing GUI components too tighly packed

Hi, In the Java Swing app I made it seems to me that all the component are too tightly packed. In QT one can specify padding and margins for the layout. Is there something simila …
0
votes
2answers
167 views

IE7 & IE8 Padding/margin problems

Hi, I've already posted this problem but i didn't manage to resolve the issue from the answers i received... Hopefully i will get lucky this time. I've also include all the code e …
0
votes
1answer
96 views

IE8 - How can I remove extra padding from an image?

Hi, See the (image) for a clearer understanding of what's happening to the header graphic. I've added the interconnect solutions worldwide logo to the orange banner through a cus …
0
votes
1answer
72 views

C# RSA with no padding

I'm busy trying to port Java code that looks like this Cipher rsa = Cipher.getInstance("RSA/ECB/nopadding"); rsa.init(Cipher.DECRYPT_MODE, RSAPrivateKey); decryptedDat …
4
votes
3answers
413 views

Pad a number with starting zero in .Net

Hi, I have a requirement to pad all single digits numbers with a starting zero. Can some one please suggest the best method? (ex 1 -> 01, 2 -> 02, etc)
0
votes
2answers
66 views

css layout: margins and padding versus absolute positioning?

I'd like to get some feedback on using padding and margins for page layout versus absolute positioning. I realize that there are and will be scenarious where either or both are pre …
1
vote
2answers
57 views

Extra padding or margin coming from where??

October Landing Page I'm having a couple issues on a page I'm developing. In the page above you'll see three boxes toward the bottom of the page - two are the same format and the …
0
votes
1answer
50 views

Getting around using Absolute Positioning

Hey all, I have a image I am absolutely positioning and it works perfect on firefox, but in a totally different spot on safari, Is there any other way to position it where I want(o …

1 2 3 4 5 next
15 30 50 per page