Thanks a lot for your replies. Its # 2 that i am still not sure.
.var_planning.two-column .right-column {
float:left;
margin-left:20px;
margin-top:0;
width:513px;
}
.var_planning.two-column .right-column.fullwidth {
width:750px;
}
I think...
Hi,
I need help understanding this basic CSS code.
.var_planning.two-column .right-column {
float:left;
margin-left:20px;
margin-top:0;
width:513px;
}
.var_planning.two-column .right-column.fullwidth {
width:750px;
}
In the above I believe .var_planning.two-column and...
Thanks a lot for your replies, I thought I was doing something wrong, or missing something, I guess it is behaving as it should as width is not wide enough.
Hi,
I have three <div>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">...
Thanks. I took out the clear it worked.
johnwm yopu said
"Both nav and navt are set to float left without any clearing element. They will therefore float as far left as they can until they meet a previously floated element, so navt floats to the right edge of nav."
What I don't understand is...
Hi ,
I don't understand what I am doing wrong that my left side menues are not appearing on the left side one below other.
Thanks
<html>
<head>
<STYLE type=text/css>
body
{ background-color: grey; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#outer {...
Hi,
when I go the following site and using fire fox save the web page complete. it save everything (css, js, imaage and page)
But when I open the page on my local page it looks little distorted. Even though all the css, images, js get saved in the folder.
I don't know why it happens? Any idea...
Hi,
In the followind code they are redirecting the page using javascript.
What I don't understand why they had to put the same URL redirect in the META Tags, why is it necessary?
<HTML><HEAD><TITLE></TITLE>
<SCRIPT language="JavaScript">
<!--
window.location =...
Hi feherke,
With your help I am doing the following
<script>
var french = "àÀâÂäÄáÁéÉèÈêÊëËìÌîÎïÏòÒôÔöÖùÙûÛüÜçÇ'ñ€Æ»«æ'.;-&";
var name = '.;-&kitty 12à"';
var array_of_found_french_characters=name.match(/[àÀâÂäÄáÁéÉèÈêÊëËìÌîÎïÏòÒôÔöÖùÙûÛüÜçÇ'ñ#Æ»«æ".;\-&]/g)
string_to_alert='...
Hi,
I have different flash movies that I want to display on my page. Depends on what movie person click. I am doing it by changing the inner html calling the following javascript function.
It seems to be working fine. I was wondering if you see any problem with they way I am doing it...
Hi,
Thanks for your message, your way for sure is better. In my case I need to display what matched in this format
\À \& \æ
but when I do alert on your I get it like
À,&,æ
That's why I was looping, is there a way one can customize display, and display it my way
I don't know regex, plus I also want to get the value that matches so that I can alert it.
I was hoping I could add " in my string, but I guess I can not.
I am checking to see my string has any of the following characters. The way I am doing it, I can test for all except double quotes ". If I put double quote that beaks my string.
I don't know the way around it.
<script>
var frenchdisplaystring="";
var setFrenchFlag="";
var french =...
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.