- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 4
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
127 Posted Topics
Re: I did some research on this recently and most copywriters say keep keyword density under 10%, just make sure your h1/titles/h2 are targeting the keyphrases, and maybe have the keyphrase repeat a few times througout the page. Keyword density used to be much more important with seo but I rewrote … | |
I am trying to stretch a background image to fit 100% of the page, I can do it when it's not a background image with the code below but how do I set it as a background image of 100%? Thanks. I keep seeing z-index, wtf is that? Thanks. [html] … | |
Can someone link me to a script that will rotate an ad banner on a website so a different ad appears when you refresh or revisit the page. I have a found a few scripts that rotate images but it has to be able to have the link with it … | |
Re: I don't really think it matters if it is your friends website you are linked to. As long as the content is relevant and the other sites get just as many if not more hits than your site, you should be okay. Also make sure the site linking to your … | |
Re: also you can use the css sprite nav that uses the javascript sfhover function, google and youll see it. | |
Has anyone had success changing a users print settings to landscape when printing a specific page using either CSS or JS? I see a lot of the same solutions repeated when searching but none seem to work so please only post something if you have had cross-browser success and can … | |
Here is what I have...everything works except the entire top border does not. I have tried it this way and also border-top-image:...Does anyone have any ideas!? thanks! <style> .about { font-family:"BankGothic Md BT"; font-size:12px; border-right:1px solid #FB9709; border-left:1px solid #FB9709; border-bottom:1px solid #FB9709; border-top: 1px solid #FB9709 url('tab.gif'); text-align:left; word-wrap … ![]() | |
The more I am searching I am just confusing myself. If someone wouldn't mind helping me out I would appreciate it. I am setting up 6 computers to be in a network and run a Windows OS and a Windows based program. The main computer will connect to a t1 … | |
My sites rank very well in msn usually top 10 for all keyphrases, and the same in google once I have some inbound links. But Yahoo my sites are #100+. What does Yahoo focus on for SEO that's so different? Thanks | |
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. … | |
Re: JavaScript for dummies sucks. Haven't tried any others though. There are a lot of things I would learn way before JavaScript... | |
Hi I am developing a site with something like below as the structure. The nav container holds a flash nav swf. I built a toned down lightbox effect and the popup is the center of that. Safari, FF pc, IE6, IE7 all work fine, but firefox mac still layers the … | |
Okay so I am trying a stradegy someone posted on here about starting a site and then adding 100 or so pages at the rate of 1 per day. It is been 5 days and 5 pages later and googlebot has not looked at my site. The old site is … | |
Hi I have a page with a bunch of divs set to display:none with 70kb background images. As buttons are clicked the divs are displayed. The background images are specified in an external stylesheet, pc firefox, mac ff, mac safari and every real browser ignors them until the div is … | |
Hi not sure if its technically a timeout but I am building a sliding jquery nav, the sliding is fine. theres 4 buttons you can click whatever one and they will slide into place even if they are in the middle of sliding, cool. BUT they each also open a … | |
Hi I have a few javascript calls that hide/show divs over a flash movie and even a css/jquery drop down nav that overlaps over the flash movie. IE6, IE7, IE8, FF2 pc, FF3 pc, and even FF mac are fine, however with Safari the cursor remains an arrow even when … | |
Hi I have a div holding a swf inside a container div. The div moves around and eventually ends up on the left and every other browser I test in (ie6, ie7, ff, safari) the swf going outside the container is cut off by the overflow hidden;. for some reason … | |
I found a few simple overlay lightboxes but none would resize with the browser and none were cross browser friendly. This was designed to display a div but uses innerHTML so this could easily be changed to an image, iframe, swf, whatever. CSS: [code] html, body { margin:0; padding:0; height:100%; … | |
Re: [QUOTE=MidiMagic;800908]I see several errors. 1. Stop using pixels for measurement. This locks the design to one screen resolution. It fails on other screen sizes. 2. Don't put dimensions on 0 values (e.g. 0px). If Firefox finds one of these, it throws away the entire style. 3. Don't put nonzero surrounding … | |
Re: [QUOTE=AGU.Jessica;802207]I created a web site using Frontpage. Frontpage makes the code a complete mess, though. My web site looks alright in IE - Everything is aligned correctly But in Firefox it look hideous. My bottom line question is, How do I go back into frontpage and design my website in … | |
Re: yeah dont link divs, its not x-browser friendly, add this: [code] .partdiv { position:relative; } .partdiv a { width:150px; height:50px; display:absolute; top:0; left:0; display:block; } [/code] and the html [code] </head> <body> <div class="partdiv"><a href="{param}"></a></div> </body> </html> [/code] | |
Re: [QUOTE=arvindikchari;801895]Hello I am new to CSS so what I am asking is probably very simple to experienced coders, I am trying to create a CSS Layout that closely mimics the look of a Cubecart 3 Store. The site whose design I want to recreate (esp the layout) is at [url]http://cubecart3.http.mn/[/url] … | |
Re: make the margin for widgetWrapper like this [code] margin:0 auto; [/code] or [code] margin-left:auto; margin-right:auto; [/code] | |
Re: xhtml, css, ajax, javascript, actionscript. You should start learning flash/actionscript/flex/air ![]() | |
Re: yea never gotten 100% height working in all browsers w/o js. change your .container to #container [code] function divSize() { winH = document.body.offsetHeight; totalHeight = document.getElementById('container').offsetHeight; if(winH > totalHeight) { document.getElementById('container').style.height=winH + "px"; } window.onresize = function() { divSize(); } [/code] If the div is less than the window height … ![]() | |
Re: duno why my response didnt show up wrap cards in <p class="imgtxt">Cards</p> [code] p.imgtxt { margin:0; padding:0; width:103px; text-align:center; /* optional */ } [/code] | |
Re: probably cant modify the affiliate code if youre not hosting the ads but just add a z-index:999; to the js hover div? make sure it is position: relative or absolute; | |
i have tried a few tutorials but i cant get this working. I am trying to create a div with the id of overlay and insert it right after the body tag when a function is run. can anyone help? thanks | |
| |
Re: use a content management system of some kind, wordpress maybe or build your own. | |
hi i have a parent window with an external url iframe. when the parent loads i want to set the iframe footer to display:none;. is there a way to do this? i have looked all over w/no luck. thanks | |
Hi for some reason my script wont detect the opener window when the page is launched target blank from flash, but detects it fine when its launched from target blank html. of course this problem only exists in ie6 and 7. Does anyone have a fix, should I pass a … | |
Hi [code] function winSwap(winLink) { alert('function called'); var newWin = winLink; if(window.opener && !window.opener.closed){ window.opener.location = winLink; window.opener.focus(); alert(winLink); } else { window.open(winLink, 'newWinName'); alert('new window called'); } } [/code] Alright this code works fine everywhere but IE6, like everything else. Anyway the site opens a target blank window and … | |
Is there a way to override the IE user set font size. Basically when I user increases the font size in the IE preferences. Would !important; on the font css tag fix this? Thanks! | |
Hi, I wrote a script to focus back to the parent window and change the url. easy. anyways, it works fine in all browsers but if the browser is using tabs it still changes the url of the parent window but doesnt focus. Is there a way to focus browser … | |
What are some good free directories that I can submit some of my sites to? I have all different categories of websites. Is there anything I should watch for when submitting to a free directory that would have a negative effect on my seo for these sites? None of these … | |
Re: You could always just add clear:both to the next div under the floats and that will clear them as well. | |
I am still new to CSS, how would I add a drop shadow around the main conent of this page? [url]www.racexpressions.com[/url] I have been trying for a while but I can't seem to get it to work. Thanks! | |
Hi For some reason my recycle bin wont empty. I click empty recycle bin and it just says calculating time its been like this all day. Theres about 100mb of stuff in there. Is there another way to empty this? Thanks. | |
Re: My best suggestion is to just make them blend in with your site, leave all the 'ads by Google' text but make the ad links the same format as text links on your site. Stay away from popups or positioning ads or covering up the ads by Google or your … | |
Hi I am developing a database driven site. It will be about 4000 pages. Basically I will have a template for the Homepage, a contact page template, a main database item template for filtered results and then a database item detail tempalte. What cms would you suggest? I want keyword … | |
I usually use overture to see how many searches were performed for different keyphrases and I figure that's about 25% of all actual searches on all search engines. What are some other free resources to find out how many searches are performed for different key phrases? Thanks! | |
I have adsense on various sites and noticed certain industries/areas pay the most. I ranked a couple sites well in a certain industry only to realize I was getting about 25 to 30 cents per click, where as some of my other sites I get $1-$2. In your experiences what … | |
Can anyone suggest a good, FREE, site search engine. I like jrank because you only have to provide a backlink but I dont like that their results page goes to their site. Are there any that are free, stay within your url, and only require a backlink? Just a basic … | |
Re: set your body padding/margins to 0, have a container div with a width then 3 divs inside with widths and float:left; is probably the easiest way. Just have ff, ie6 and ie7 open as you build the site and test along the way. div { margin:0; padding:0; } #container { … | |
Re: CPM is hard to estimate without a specific target market bc it varies a lot. I usually estimate about a 14% click through rate for my ads though. If you build a good site that ranks well advertisers will find you. Companies will in most cases contact you if you … | |
Re: z-index property with positioning divname { position:absolute; z-index:1; } divname2 { position:absolute; z-index:2; } probably in a container div | |
Re: Theres no reason to have an empty space div, just add a margin to the surrounding div | |
Re: Getting people to pass along your message voluntarily, mostly through like social networking websites. Another example would be a company making a funny YouTube video and people sending it to their friends raising brand awareness for that company. | |
Re: CSS isnt a problem if you know what youre doing. IMO easier than tables. |
The End.