I don't use frames at all. As much as I like some of the features they offer, there is still a number of disadvantages. For more info, google for " Frames disadvantages".
As pointed out by drhowarddrfine, It requires javascript, but I believe that CSS PLAY can do that too.
Best Regards,...
User Profile
Collapse
-
Ooooooh, u r back !!!!
WELCOME back, Death. Glad to see u. I've missed ur rabbits over the past couple of weeks :)...Leave a comment:
-
Oops !! didn't notice that. It's WORKING now.
Thank u DaemonCoder.
Banfa, thank you so much for the great review! I deeply appreciate your help.Leave a comment:
-
-
Thank u sooooo much Banfa and ashitpro for ur help.
U are right. U know, It seems that my mind stopped thinkin ( around 7 hours at university and 7 hours on computer ) !!!
Anyway, I just wrote this code before moments and it should work ( but it doesnt ! )
...Code:bool flag=false; for (i=0;i<10;++i) { for(j=0;j<10;++j) { cmp=str1[i].compare(str2[j]); if (Leave a comment:
-
Problem in comparing two arrays
Hi,
I have 2 arrays of strings. I wanna display only the words that exists in the first array but doesn't in the second one.
For example :-
Str1 = Apple,Banana.
Str2=Apple, Orange.
Banna should be displayed
this is what I have done so far.
...Code:string str1[10]; string str2[10]; int i=0,j=0,cmp; for (i=0;i<10;++i) { for(j=0;j<10;++j) -
BTW,
Sphere Surface Area = 4 • π • r²
Sphere Volume = 4/3 • π • r³
So, u should write
y= x*b*i*i;
z= c*b*i*i*i;
or simply, remove the x and c declarations
y= 4*b*i*i;
z= (4/3)*b*i*i*i;
and it's better to type this
...Code:cout<< " When the radius =" << i <<","<< " Area =" << y << " Volume
Leave a comment:
-
Hi Mustaine,
IE6 crashes too. You should add 3px to the width of #page-container cuz the sidebar div is below the content in IE6. I don't have IE7 to test if that will solve the problem.
repeat the background image.
I don't have time now to check other problems. I'll see if I can tomorrow....Leave a comment:
-
Hi,
There are a number of options:
1- Make a fixed width design. Set the CSS width of your body tag to the width you want in pixels (so for 800x600, width: 780px) and set the CSS margins to auto, as this will put your fixed-width page in the centre of larger screens. This is the most popular solution to the resolution problem (just design as if everyone was using 800x600 ).
2- Use javascript detection.
...Leave a comment:
-
Nice going, Angkana.
Here are some examples that might help u ( from W3C schools ).
Css Color Example.
[HTML]<html>
<head>
<style type="text/css">
h1 {color: #00ff00}
h2 {color: #dda0dd}
p {color: rgb(0,0,255)}
</style>
</head>
<body>
<h1>This is header 1</h1>
<h2>This...Leave a comment:
-
If you are still facing problems, I recommend that u ask on javascript board cuz this questions is a JS one and experts there can help u.Leave a comment:
-
Simply, add divs as u need. "Note that the posted link deals with divs ( not tables ) ".
[HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"...Leave a comment:
-
Yea, u r right !!! The marquee element is not part of the HTML specification and it may cause problems with some browsers. I recommend using JS intead....Leave a comment:
-
Hi milas,
Just FOLLOW them. For example
XHTML standard : all elements and attribute names should be written in lower case, and that all attribute values must be quoted.
Now tell me, how would u apply this to your page ? Simply, don't use capital letters in all elements and attribute names. Quote all attribute values.
Another example,
Standard: all document types should be declared via the correct...Leave a comment:
-
-
Hi derker,
It's not only in FF. IE6 and Opera has the same space. To fix that, add 5px to the top position of h1 and h2, i.e
I don't have Safari to see how it looks now !!!Code:h2 { top: 224px; } h1 { top: 202px; }
Cheers,Leave a comment:
-
Hi,
Set margin and padding to 0.
Remember that Images are inline elements. So, float the image to left ( u already did that ) and specify it's width. Then, put the text between <p> tags.
[HTML]<a href="sadie.htm l" onMouseOver="do cument.tg.src=' images/topguy2.jpg'" onMouseOut="doc ument.tg.src='i mages/topguy.jpg'">
<img src="images/band_l.jpg"...Leave a comment:
-
Hi sooshi,
use float:left and remove the position:absolu te style from #container-foot. Kindly, early and often test ur pages through
HTML validator
CSS validator
Good Luck.Leave a comment:
-
Welcome back,
Noooo. You’re getting better every day.
GREAT! GOOD WORK!
Add this,
Keep up the good work,Code:#banner {vertical-align:bottom;} <img src="images/top.jpg" alt="" width="850" height="100" id="banner" >
Rawan....Leave a comment:
-
I guess he drives at this,
[HTML]<div style="height:1 50px; width:200px;ver tical-align:middle; border:solid 1px red; position:relati ve;">
<p style=" bottom:0px; position:absolu te;">This text should apear at the bottom of the div!</p>[/HTML]
Hope it helps,
Rawan....Leave a comment:
No activity results to display
Show More
Leave a comment: