Click here to Skip to main content
15,924,367 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Rahithi22-Feb-07 17:40
Rahithi22-Feb-07 17:40 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Michael Sync22-Feb-07 17:53
Michael Sync22-Feb-07 17:53 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Tuwing.Sabado22-Feb-07 17:24
Tuwing.Sabado22-Feb-07 17:24 
GeneralRe: can we use C# and VB,Net in the same project?? Pin
Rahithi22-Feb-07 18:13
Rahithi22-Feb-07 18:13 
QuestionJavascript Keyboard Integration Pin
pHysiX21-Feb-07 18:27
pHysiX21-Feb-07 18:27 
AnswerRe: Javascript Keyboard Integration Pin
Bradml22-Feb-07 0:19
Bradml22-Feb-07 0:19 
GeneralRe: Javascript Keyboard Integration Pin
pHysiX22-Feb-07 11:57
pHysiX22-Feb-07 11:57 
QuestionVML Issue in IE6 Strict Mode Pin
T-Smooth21-Feb-07 6:22
T-Smooth21-Feb-07 6:22 
I am having some issues that I don't understand with VML in IE 6 (also in
IE7). I've searched the net for problems between VML and strict mode but
haven't been able to come up with anything. The page, listed below, has a div
element set to be 800px wide with a border so you can see it and a height of
auto. The page SHOULD render a blue Diamond in roughly the center of the div .

When the page is rendered in quirks mode (Just add an html comment above the
doctype) it works as I expect. When the page is rendered in strict mode
(remove any comments from before the doctype), the div collapses and the
shape disappears. In some cases of me playing around with the numbers, the
shape would fall to 0,0 px and be outside of both the div and group container
objects. What am I doing wrong or does VML not work properly in strict mode?

The page (as is it will render in quirks mode, delete the html comment
before the DOCTYPE to render it in strict mode):

<!-- This comment forces Quirks mode -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlnsBlush | :O ="urn:schemas-microsoft-com:office:office"
xmlns="http://www.w3.org/tr/rec-html40">
<head><title>
Untitled Page
</title>
<!--[if !mso]>
<style>
v\:* { behavior: url(#default#VML); }

</style>
<![endif]-->

</head>
<body>


<div style="width: 800px; height: auto; border: solid 1px black;">
<v:group class="eventGroup" style="background-color: yellow; height:
70px; width: 100%;" coordorigin="0,0" coordsize="350,175">

<v:shape title="Test event occuring on 3/31/2007" style="position:
absolute; top: 10px;left: 175px; width: 40px; height: 80px;" fillcolor="blue"
stroked="true" strokecolor="black" strokeweight="1pt" coordorign="0,0"
coordsize="50,50" path="m 25,0 l 40,15, 25,30, 10,15 x e" href=""
target="_blank"><v:fill opacity="100%"/><v:stroke opacity="100%"/></v:shape>

</v:group>
</div>




<div style="width: 200px; border: solid 5px black; padding: 0 10px 0
10px; background-color: Green;"></div>
<div style="width: 200px; background-color: Green;"></div>
</body>
</html>

QuestionDatagrid update! Pin
nclauder21-Feb-07 3:30
nclauder21-Feb-07 3:30 
AnswerRe: Datagrid update! Pin
Michael Sync21-Feb-07 21:43
Michael Sync21-Feb-07 21:43 
GeneralRe: Datagrid update! Pin
nclauder21-Feb-07 22:26
nclauder21-Feb-07 22:26 
Questioncreate index.html Pin
hiral_shah21-Feb-07 1:21
hiral_shah21-Feb-07 1:21 
AnswerRe: create index.html Pin
Marcus J. Smith21-Feb-07 7:09
professionalMarcus J. Smith21-Feb-07 7:09 
AnswerRe: create index.html Pin
pHysiX21-Feb-07 18:31
pHysiX21-Feb-07 18:31 
AnswerRe: create index.html Pin
Michael Sync21-Feb-07 23:06
Michael Sync21-Feb-07 23:06 
QuestionDefaultButtons in .NET 2.0 Pin
MayyMagdy21-Feb-07 0:41
MayyMagdy21-Feb-07 0:41 
AnswerRe: DefaultButtons in .NET 2.0 Pin
kubben21-Feb-07 3:22
kubben21-Feb-07 3:22 
QuestionListening iFrame events Pin
djmarki21-Feb-07 0:07
djmarki21-Feb-07 0:07 
Questionproblem in web form loading Pin
EEmaan20-Feb-07 20:43
EEmaan20-Feb-07 20:43 
AnswerRe: problem in web form loading Pin
sathesh pandian20-Feb-07 20:59
sathesh pandian20-Feb-07 20:59 
GeneralRe: problem in web form loading Pin
EEmaan20-Feb-07 21:10
EEmaan20-Feb-07 21:10 
GeneralRe: problem in web form loading Pin
sathesh pandian20-Feb-07 21:36
sathesh pandian20-Feb-07 21:36 
QuestionFrames in HTML Pin
Jeeva Mary Varghese20-Feb-07 19:13
Jeeva Mary Varghese20-Feb-07 19:13 
AnswerRe: Frames in HTML Pin
sathesh pandian20-Feb-07 21:08
sathesh pandian20-Feb-07 21:08 
GeneralRe: Frames in HTML Pin
Jeeva Mary Varghese20-Feb-07 23:12
Jeeva Mary Varghese20-Feb-07 23:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.