No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
[code] RewriteEngine on RewriteRule ^([a-zA-Z]*)$ Index.php?page=$1 [/code] i think that should do, replace Index.php with your current index page
im having a layout like this [code=html] <body> <div id="ExternalFrame"><!-- 1 --> <div id="InnerFrame"><!-- 2 --> <div id="TopFrame"><!-- 3 --> <div id="LogoFrame"></div> </div><!--3 topFrame --> <div id="TopFrameIn" class="right"><!-- 4 --> <span class="txt white" style="margin-right:10px;">Welcome Admin</span> </div><!--4 TopFrameIn--> <div id="MainContainer"> <div id="SecondTop"></div> <div id="MainContent" class="fleft"></div> <div id="sideMenu" class="fright"></div> <div id="Foot"></div> </div> …
for example, the blogs, how they divide the entries in pages? i have kinda of a idea like if ur on page 2 and ur blog shows 5 post per page the $row=mysql_fetch_assoc would execute 5 times before starting to post, thats the only way i can think about, is …
hi, im posting this because i cant find my problem, the thing is that my script works fine on Opera, Firefox, Chrome and Safari but it doesnt work on IE, i have the newest version of IE and have been trying everything please help the page is here (code that …
i need an absolute div to scroll down as the page does,the div center itself automactly on the browser resize, heres how i have it, [CODE=HTML] <div " id="window1" style=" display:none; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-200px; width:400px; height:400px; background-color:#963"></div> [/CODE] the problem is that it doesnt scroll, what can i …
The End.
arosemena