13,937 Topics
![]() | |
Hi everybody Have a little problem here. I have a webpage with this code [code] <iframe name="myIframe" id="myIframe" height="2000" width="1000" frameborder="0" scrolling="no"></iframe> <form id="myForm" method="post" action="link" target="myIframe"> <input type="hidden" name="banner" value="link" /> <input type="hidden" name="type" value="1" /> </form> <script language="javascript"> document.getElementById('myForm').submit(); window.scroll(182,111); </script> [/code] And I want to click on … | |
hi everyone, i'm new in web design. i want to design my own template and maybe i'll use a cms in the future. So, what i don't like in joomla is that adapting a template for joomla is too complicated, isn't it? Any suggestions about good cms, which one is … | |
Bing > Alexa Rank > 23 Baidu > Alexa Rank > 8 Yandex.ru > Alexa Rank > 26 SoSo > Alexa Rank > 44 That's alot of traffic from these search engines, how do you guys optimize for these markets? | |
Hi guys, I nedd help with my html and css. I've created a navigation menu. My code for the menu is below. [CODE]/*TOP MENU PROPRITIES STARTS HERE*/ #main-container { width : 970px; min-height : 400px; display : block; overflow : hidden; margin : 0 auto; } #main-top { width : … | |
Hi, I have a code here as in the following: [CODE] <div id="main"> <h1>Test</h1> <pre>Test Only</pre> </div> [/CODE] Here is the CSS: [CODE]#main { width:55%; border:0; padding:4em 2em 4em 24em; } #main h1 { color:blue; padding-top:1.75em; font-size:24px; padding-left:6em; font-family:Garamond,Arial,sans-serif } #main pre { font:bold 12px helvetica,sans-serif; padding-left:4em }[/CODE] For some … | |
Hello, I've been trying to figure out how to create a layout similar to the one on [URL="www.worldofwarcraft.com"]www.worldofwarcraft.com[/URL]. What i'm looking for is a way to have the two side images "shrink" when the browser is made smaller. Could anyone help me out please? If someone is wanting to write … | |
Hey Guys, Thought I solved the small issue I am having with my nav bar. I made a sprite image and I am using css to position the buttons. One of the buttons (autos) is not positioned in the right spot. It needs to be next to the other buttons. … | |
Apparently, because my site uses cookies, a SetCookie header is sent with every page on my site...well I don't want that as Google PageSpeed sees that as a huge slowdown...so I either have to create a cookieless doamin to serve all of my content, or preferably, I'd like to suppress … | |
Hi, I'm having some problems with a webpage's layout in (surprise) older version of IE. I've tried a number of proposed solutions I found on the net but nothing seems to work - anyway, here's the code: [CODE]======THE CSS====== * { margin: 0px; padding: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: … ![]() | |
hi guys, I'm designing a website - [url]www.pchristou.com[/url] - to showcase some of my work but am having an issue when using an image as the background. For some reason, when scrolling in Firefox its not smooth (in particular, when clicking the anchor links at the top) however, other browsers … | |
Ok so I have several years web design/dev agency experience and want to start working freelance, eventually fulltime. What are some good sites where you can bid on bigger company web projects? There are dozens of freelance sites with low budget projects and low talent designers/devs to bid on them. … | |
Hi, I am trying to do a three level suckerfish dropdown menu (live top navigation menu). However, I want to make it semi-transparent. It works fine in FF, Chrome, etc. However, there is an IE bug where if an element is transparent, then any children of that element cannot render … | |
The following code works fine in IE8 and Firefox 3.5. Any idea why it does not work in Chrome ? Tried it both in localhost and on my web server -- no success. In the header: [code = php] <?php if((isset($_COOKIE["unique_id"]))&&isset($_COOKIE["users_resolution"])){ $screen_res = $_COOKIE["users_resolution"]; $unique_id = $_COOKIE["unique_id"]; } else //means … | |
Say I have a main page called advertisement html and a iframe on a templet page. I need to get a page within the site call add_pages to load into the frame when ever the advertisement page is loaded. I to have several other pages load into the iframe whenever … | |
Hi there Guys and Gals I am looking for some help, is there anywhere on the internet where I can find Pure CSS Code to replicate the main menu on the John Lewis webside. Have a look at the following link [url]http://www.johnlewis.com/[/url] the same kind on menu is on [url]http://www.next.co.uk[/url] … | |
Help me please, I have a problem on my user page. As you can see, the boxes are moving into strange places, the badges should float on the right. Example: [url]http://www.stickmin.com/User.php?ID=2[/url]. But on pages where the description isn't long, it works right: [url]http://www.stickmin.com/User.php?ID=1[/url]. Thanks, please tell me what is wrong. … | |
Any Drupal users out there?? I have created several articles ("Article1", "Article2", etc) and I want to display them on the page called "Projects". Someone told me to look at "views". I went to "structure->views" and there are a bunch of options such as "archive", "backlinks", "comments", etc. but I … | |
I have bought a domain.And i have enabled email frwarding for this domain. Eg [email]niks@domain.com[/email] All emails from [email]niks@doamin.com[/email] will be forwarded to [email]niks@gmail.com[/email]. Till this i am done. If i want to send an email with the email id [email]niks@domain.com.How[/email] can i do it??? So that the person receiving … | |
I want a quick link to start learning about Drupal in Windows Vista OS and how to install and create account in Drupal. I want to learn how to develop web pages and how to add the content to pages and how to see the content of pages and story … | |
Hello all, I just started working at a firm as a web assistant and was given the task of redesigning our site. One of my tasks involves making the site more efficient by using include files. I have never designed with this in mind and despite my best research I … | |
When I try to design relation database using MSSQL Server 2008, I find that the MSSQL Server 2008 allow designer can create two relationships with one direction from a table to other table (for example, I have two table A an B, I can create two relationship from table A … | |
Hi, everybody! I'm new in web-design, and currently i'm learning the DIV positioning. I have written some code and i'm not sure: have i understood the main idea or not. Plz, look at it and leave your comments and advices, i'll be very thankful :) Are all the sites done … | |
i have setup my custom content publishing script which is working great except for the part that when i publish content in it by copying it from external sources like from my other websites some special characters like (' " ) becomes this (� ) i have no idea why … ![]() | |
In an html form, I want a certain field to be invisible when "no" is checked and visible when "yes" is checked. This is my code: html: [code] <form action="pageName.html" method="post" name="formName"> Question? <input name="radioBool" type="radio" value="1" onchange="dispField('textInput');" />yes <input name="radioBool" type="radio" value="0" onchange="dispField('textInput');" />no <br /> <span id="textInput" style="display:none"> … | |
Hey there, I am attempting to open Firefox using C++ on Linux (Ubuntu). However, I get an segmentation fault. What am I doing wrong, and what should I do? [CODE]std::cout << system("/usr/bin/firefox") << std::endl;[/CODE] /usr/bin/firefox works in commandline and when I run this program in debug mode in Netbeans, firefox … | |
I want to know the most simple code of actionscript 3.0 on how to shake the screen. and i need this QUICK! thank you, ![]() | |
I want to style an H3 header with a background colour. If I do this: [code] h3 { background-color: #000; color: #fff; } [/code] and [CODE] <h3>header tag</h3> [/CODE] for example, the output in the browser will be displayed across the entire width of it's parent container. If I wrap … |
The End.