473,326 Members | 2,023 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Probably personal IE settings but still...Rendering of some HTML/D

Bit puzzling,
This Style works in some IE browsers (all are at least 5.50) , some not
however.
ie
style="FILTER:progid:DXImageTransform.Microsoft.Gr adient(startColorstr='skyBlue',endColorstr='DarkBl ue');LEFT:0px;OVERFLOW:hidden;WIDTH:1447px;POSITIO N:absolute;TOP:0px;HEIGHT:75px">
I Would like to know why.
(Other browsers don't seem to like it at all either, if there are any
indications why I would appreciate it)

<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="Departments.aspx.vb" Inherits="WW_SPLUS_TTable.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:t="urn:schemas-microsoft-com:time">
<HEAD>
<title>ModulesTimeTable</title>
<style>.digital { FONT-WEIGHT: bold; FONT-SIZE: 13pt; FILTER:
progid:DXImageTransform.Microsoft.Alpha(opacity='1 0'); LEFT: 0px; COLOR:
white; FONT-FAMILY: courier new; POSITION: absolute; TOP: 110px }
</style>
<meta content="False" name="vs_snapToGrid">
<meta content="True" name="vs_showGrid">
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
<script id="oScript">

function fnInit(){
// Set the menu container to the width of the body.
oBox.style.setExpression("width","document.body.cl ientWidth-2");
}

</script>
</HEAD>

<BODY style="MARGIN: 0px" vLink="#808080" aLink="#000000" link="#000000"
bgProperties="fixed"
bgColor="#ffffff" leftMargin="0" topMargin="120" onload="fnInit()">

<!-- Background gradient fill -->

<div id="oBox"
style="FILTER:progid:DXImageTransform.Microsoft.Gr adient(startColorstr='skyBlue',endColorstr='DarkBl ue');LEFT:0px;OVERFLOW:hidden;WIDTH:1447px;POSITIO N:absolute;TOP:0px;HEIGHT:75px">

<!-- Three lines of binary -->
<div class="digital" id="glyphs1" style="TOP:
25px">01011100110100101001110010100110111001010101 10101100011101010010010111001101001010011100101001 10111001010101101011000111010100100101110011010010 10011100101001101110010101011010110001110101001001 01110011010010100111001010011011100101010110101100 011101010010</div>
<div class="digital" id="glyphs2" style="FONT-SIZE: 28pt; TOP:
38px">01011100110100101001110010101110011010010100 11100101011100110100101001110010101110011010010100 111001</div>
<div class="digital" id="glyphs3" style="TOP:
55px">01011100110100101001110010100110111001010101 10101100011101010010010111001101001010011100101001 10111001010101101011000111010100100101110011010010 10011100101001101110010101011010110001110101001001 01110011010010100111001010011011100101010110101100 011101010010</div>

</div>

<DIV style="FONT-SIZE: 22pt; LEFT: 295px; COLOR: orange; FONT-STYLE: italic;

FONT-FAMILY: arial; POSITION: absolute; TOP:
24px" align="center">UCT - Departments</DIV>

<!-- Animation of binary strings -->
<t:animate repeatcount="indefinite" dur="30" to="-500" from="00" begin="0"
attributeName="left" targetElement="glyphs2" />

<t:animate repeatcount="indefinite" dur="15" to="-500" from="0" begin="0"
attributeName="left" targetElement="glyphs3" />

<!-- body begins-->
Many Thanks

--
Neal Rogers
University of Cape Town
Jul 19 '06 #1
1 2001
And those for which it doesn't work are ? If earlier it's likely because it
started to be supported with 5.5 and later.... (I checked
http://msdn.microsoft.com/library/de...s/gradient.asp
and this is that you need 5.5 or later).

Also this is AFAIK an IE specific feature...

An HTML authoring group could further help...

--
Patrice

"Neal" <Ne**@discussions.microsoft.coma écrit dans le message de news:
DE**********************************@microsoft.com...
Bit puzzling,
This Style works in some IE browsers (all are at least 5.50) , some not
however.
ie
style="FILTER:progid:DXImageTransform.Microsoft.Gr adient(startColorstr='skyBlue',endColorstr='DarkBl ue');LEFT:0px;OVERFLOW:hidden;WIDTH:1447px;POSITIO N:absolute;TOP:0px;HEIGHT:75px">
I Would like to know why.
(Other browsers don't seem to like it at all either, if there are any
indications why I would appreciate it)

<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="Departments.aspx.vb" Inherits="WW_SPLUS_TTable.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:t="urn:schemas-microsoft-com:time">
<HEAD>
<title>ModulesTimeTable</title>
<style>.digital { FONT-WEIGHT: bold; FONT-SIZE: 13pt; FILTER:
progid:DXImageTransform.Microsoft.Alpha(opacity='1 0'); LEFT: 0px; COLOR:
white; FONT-FAMILY: courier new; POSITION: absolute; TOP: 110px }
</style>
<meta content="False" name="vs_snapToGrid">
<meta content="True" name="vs_showGrid">
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
<script id="oScript">

function fnInit(){
// Set the menu container to the width of the body.
oBox.style.setExpression("width","document.body.cl ientWidth-2");
}

</script>
</HEAD>

<BODY style="MARGIN: 0px" vLink="#808080" aLink="#000000" link="#000000"
bgProperties="fixed"
bgColor="#ffffff" leftMargin="0" topMargin="120" onload="fnInit()">

<!-- Background gradient fill -->

<div id="oBox"
style="FILTER:progid:DXImageTransform.Microsoft.Gr adient(startColorstr='skyBlue',endColorstr='DarkBl ue');LEFT:0px;OVERFLOW:hidden;WIDTH:1447px;POSITIO N:absolute;TOP:0px;HEIGHT:75px">

<!-- Three lines of binary -->
<div class="digital" id="glyphs1" style="TOP:
25px">01011100110100101001110010100110111001010101 10101100011101010010010111001101001010011100101001 10111001010101101011000111010100100101110011010010 10011100101001101110010101011010110001110101001001 01110011010010100111001010011011100101010110101100 011101010010</div>
<div class="digital" id="glyphs2" style="FONT-SIZE: 28pt; TOP:
38px">01011100110100101001110010101110011010010100 11100101011100110100101001110010101110011010010100 111001</div>
<div class="digital" id="glyphs3" style="TOP:
55px">01011100110100101001110010100110111001010101 10101100011101010010010111001101001010011100101001 10111001010101101011000111010100100101110011010010 10011100101001101110010101011010110001110101001001 01110011010010100111001010011011100101010110101100 011101010010</div>

</div>

<DIV style="FONT-SIZE: 22pt; LEFT: 295px; COLOR: orange; FONT-STYLE:
italic;

FONT-FAMILY: arial; POSITION: absolute; TOP:
24px" align="center">UCT - Departments</DIV>

<!-- Animation of binary strings -->
<t:animate repeatcount="indefinite" dur="30" to="-500" from="00" begin="0"
attributeName="left" targetElement="glyphs2" />

<t:animate repeatcount="indefinite" dur="15" to="-500" from="0" begin="0"
attributeName="left" targetElement="glyphs3" />

<!-- body begins-->
Many Thanks

--
Neal Rogers
University of Cape Town

Jul 19 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Billy | last post by:
Hi, I was wondering if it is possible to change the browsers text settings. ie. in internet explorer you can change the text size by going to: View -> Text Size Is there a way to overide a...
28
by: Christopher Benson-Manica | last post by:
I have the following document, at http://ataru.gomen.org/file/test.html: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head>...
3
by: Newbie | last post by:
Hi all, A have several forms with unbound combo boxes, the combo boxes are used to filter the data in the forms. What I would want is that my application stores the most recent settings of these...
1
by: Karthic | last post by:
When i right click on the .rpt file in the VS 2003, i see a property printer setting. It says "No printer" on the top and there is option to select printer and paper settings etc.. I want to...
5
by: Dave A | last post by:
I am writing an ASP.NET tool that will allow the client to create their own online froms. ie the client can add tect boxes, text, drop downs,etc with absolutely no technical skill what so ever....
4
by: Marco | last post by:
Hi to All, I'm developing an application in VB .NET. I have a question: what is the best place to save personal settings of my users? I mean, when a user uses my application, it can create a...
12
by: Brad | last post by:
Does anyone have any other solutions to the Firefox rendering problems with ASP.NET? I've tried the <browsercaps> web.config trick. It didn't work. Am I overlooking something else? Thanks!
2
by: Giedrius | last post by:
hi, i have an idea to make admin tool on home computer, that would generate html files using some kind of templates and database data and put these generated html files to public web server, witch...
6
by: Zytan | last post by:
I ran through the VB Guided Tour some time ago. In particular, the "Managing Your Records: Using Data in Your Program" section: http://msdn2.microsoft.com/en-us/library/t25kbx0s(VS.80).aspx ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.