473,320 Members | 1,883 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,320 software developers and data experts.

Conditional statement and flash postioning

14
I have built a simple online portfolio http://www.webtwo-0.com/ click on it and it only has one page, the home page.

It's still being tested and should be ready in about a week but I'm having a few browser issues

1. if you open it in IE 6 and 7 this text is in top left hand corner <!--[if lte IE 6 7]> <![endif]--> how do i make it not appear, without disrupting the rendering or code.

2. How do i position a flash movie in IE? What ever I try I can move it, if you look at it in Mozilla the position is more to the right but in IE 6 and 7 i am having no luck.

Please can someone help me :-(

Jelly46
Apr 19 '07 #1
8 2020
drhowarddrfine
7,435 Expert 4TB
Put a space after the first <-- and before the last --> and see if that fixes it.
Apr 19 '07 #2
jelly46
14
Put a space after the first <-- and before the last --> and see if that fixes it.
Thanks alot mate, thats such a help you are legend

But do i have to put a seperate conditional statement for IE 6 and 7?

Once again thanks
Apr 19 '07 #3
drhowarddrfine
7,435 Expert 4TB
No. lte means "less than or equal" so you can just leave the 7 in there.
Apr 19 '07 #4
jelly46
14
No. lte means "less than or equal" so you can just leave the 7 in there.
yes but when i do leave 7 in there positiong goes all wrong

<!--[if lte IE 6 7]>
<link href="ie20.css" rel="stylesheet" type="text/css"/>
<![endif]-->

is this written correctly?
Apr 20 '07 #5
drhowarddrfine
7,435 Expert 4TB
I believe including 6 and 7 in the same comment is not allowed.
Look here.
Apr 20 '07 #6
jelly46
14
I believe including 6 and 7 in the same comment is not allowed.
Look here.
Hopefully if i just use lte 7 then it shoudl resolve the problem?

Thanks again
Apr 20 '07 #7
drhowarddrfine
7,435 Expert 4TB
lte IE7 will apply that statement to IE7, IE6 and lesser versions.
Apr 20 '07 #8
jelly46
14
lte IE7 will apply that statement to IE7, IE6 and lesser versions.
Nice one mate it worked

Thanks alot
Apr 21 '07 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: neblackcat | last post by:
Would anyone like to comment on the following idea? I was just going to offer it as a new PEP until it was suggested that I post it here for comment & consideration against PEP 308. I'm far...
4
by: mux | last post by:
Hi I found out that the following piece of code throws an error. 1 #include "stdio.h" 2 3 int main() 4 { 5 int a,b; 6 a= 10;
9
by: Marty | last post by:
Hi, Does using the the conditional operator (?:) instead of the common "if" statement will give a performance gain in a C# .NET 2003 application (even in C# .NET 2005?). What is the advantage...
5
by: paulo | last post by:
Can anyone please tell me how the C language interprets the following code: #include <stdio.h> int main(void) { int a = 1; int b = 10; int x = 3;
43
by: dev_cool | last post by:
Hello friends, I'm a beginner in C programming. One of my friends asked me to write a program in C.The purpose of the program is print 1 to n without any conditional statement, loop or jump. ...
0
by: jelly46 | last post by:
http://www.webtwo-0.com How do i position a flash movie in IE? What ever I try I can move it, if you look at it in Mozilla the position is more to the right but in IE 6 and 7 i am having no luck....
3
by: LostBoy | last post by:
Hi All, I have a couple Date fields in a form that are usually Null but when they are not I would like the field to be highlighted, bold and flash. I usually right click on the field and go to...
13
by: Neal Becker | last post by:
In hindsight, I am disappointed with the choice of conditional syntax. I know it's too late to change. The problem is y = some thing or other if x else something_else When scanning this my...
7
by: tiptap | last post by:
Hey Guys, I have a huge statement loads of if statements in... and its getting bigger. On closer inspection there is only 3 difference in the select statement. so I thought I could cut the...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
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...
1
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)...
0
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...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.