Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for ada_a

you have to use the strict mode for IE to have your fixed positioned element work properly. Type this at the very first line of the html file: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> [/code] Visit [URL="http://www.w3schools.com/"]http://www.w3schools.com/[/URL] for useful tips, examples and totarials.

Member Avatar for coolkido
0
459
Member Avatar for MKala

I have used the following codes to build a layout for my website: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="fa"> <!-- Meta information --> <head> <meta content="fa" http-equiv="Content-Language" /> <meta name="keywords" content="" /> <meta name="discription" content="" /> <meta name="author" content="" /> <title> </title> <link rel="stylesheet" …

Member Avatar for MidiMagic
0
123
Member Avatar for MKala

I want the height of the right side column (id="menu") stretch down automatically, when the amount of content on the left side (id="page00") makes the "page00" div taller than the "menu" div and/or viceversa. I mean when I enter text and image in "page00" div, I want the height of …

Member Avatar for wickedsunny
0
168
Member Avatar for sheara
Member Avatar for David_

I have used the following codes to build a layout for my website: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="fa"> <!-- Meta information --> <head> <meta content="fa" http-equiv="Content-Language" /> <meta name="keywords" content="" /> <meta name="discription" content="" /> <meta name="author" content="" /> <title> </title> <link rel="stylesheet" …

Member Avatar for MidiMagic
0
461
Member Avatar for sos4seo

I think you should make your question a little more specific. because there are lots of tips and notes to design a cross-browser website. [URL="http://www.w3schools.com/"]http://www.w3schools.com/[/URL]

Member Avatar for MidiMagic
0
141

The End.