Ok, i recently asked about the styling of input text boxes but couldnt get a working solution.
I'm now trying to apply some style padding to an input text box but alas it's not working.
Is it that the MAC OS takes over the displaying of all form elements in safari? or is there some styles that...
Hi,
I'm working on a cross browser solution that involves setting the border width of a input type="text" element to 0px.
It works fine on most browsers but doesnt seem to take effect on safari. I've read on a few sites that this mightn't be possible to do on safari but i dont believe that for...
ok i know that this probably not the greatest or most robust of fixes but feck it it's working for me :D
At the end of the getElementLeft function I've added the following line:
if(mac_ie)
return xPos+10;
Before this line:
return xPos;
And in the getElementTop I've added the following...
Unfortunately I can't I'll post the code: HTML and Javascript so that you can easily copy and paste.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>testing</title>
<script language="javascript">
var ns4;
var op5;
var op6;
var agt;
var mac;
var ie;
var...
the values arent miles off, I'm sure there's some structure to what's going on, I'm just not sure what it is.
The values are less than what they should be which leads me to think that I'm getting the xy values of something in the table relative to the table not the page itself.
Today is...
trying to get the position of a table cell, as for the doctype definition, is there a specific one for IE-MAC?
Yeah I've thrown in a few alerts and am getting back numbers just not the ones that I want ;)
Hi this has been bugging me most of the day, should be nice and simple but I must be doing something simple wrong. Or maybe it's IE.
I've created a function that returns the xy coordinates of an element. Then a div is positioned using these xy values. I've got it working for most browsers. But...
I've a db with a many-many relationship.
Very simple implementation with just 3 tables.
tblSoftware[smallint sid, varchar sname]
This table just holds all the software titles.
tblImages[smallint iid, varchar iname]
This table just holds all of the different images that we have in the company...
Ok,
After a week messing around with this thing I stumble across the following on google groups:
Next thing is that after several weeks of programming against SPS with C#, I regret using this tool. If you can, use VB.Net for accessing SPS/PKMCDO, e.g. I found no solution for deleting documents...
Here's what the microsoft site has to say about it(from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/spssdk/html/_delete_method.asp):
pvarChildrenURL, Optional
Variant that contains an array of Variants. Each Variant in the array contains a String that contains the Uniform...
Hi,
I'm trying to delete a document that's in the sharepoint document store but I'm having difficulty with the parameters that the PKMCDO.KnowledgeDocument.Delete() function requires.
It's asking for a (ref object pvarChildernUrl)
This variable is used to specify children of the document that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.