13,937 Topics

Member Avatar for
Member Avatar for JorgeM

I can't seem to figure out why a certain portion of my home page elements are getting styled after the page loads. It's just a small delay (less than a second), but I would like to fix the issue. I've attached a before and after picture. Any tips would be …

Member Avatar for JorgeM
0
379
Member Avatar for mgn2683

I am having an issue with my footer in both Chrome & Internet Explorer 9. It is supposed to stick to the bottom of the page, no matter how much content is on a page. However with these browsers it shows a gap, any ideas why this would happen? Can …

Member Avatar for JorgeM
0
188
Member Avatar for eduardar

How do I get the images of the page (http://www.eduardlid.net/nicolas/hospedaje/hospedaje.html) at the same distance spread on the page?

Member Avatar for JorgeM
0
50
Member Avatar for dyboss

i am trying to get my to look like http://www.local10.com/ "Top Stories" section. I don't even know there to begin. I need when rollover hyperlink thet the three div's on the left side of the link change with each link. So on my right side of my page i have …

Member Avatar for JorgeM
0
325
Member Avatar for <M/>

I have a logo on my page that won't become a link... Can someone help me... I don't want to post the link to my page but I will send you the link... Thanks

Member Avatar for <M/>
0
92
Member Avatar for ZER09

i got a problem on my apache server it doesnt load automatically the index.html but in index.php it works fine i have this configuration on httpd.conf, i am running it on my local computer using windows 7 i tried this configuration <IfModule dir_module> DirectoryIndex index.html, index.php </IfModule> but i dont …

Member Avatar for lps
0
88
Member Avatar for chetanbhasin

Well! So here is what my problem is. Initially, I started my blog (running of wordpress cms) with a .asia domain. Now, I believe any .com domain would attract more people than any domain name that is targeted to one continent. So, I purchased a domain name with same name …

Member Avatar for JorgeM
0
257
Member Avatar for BenzZz

Hi, I know most of the basics of html and css but I'm looking to learn more of the advanced areas. I find that most sites and books just cover the css techniques individually and do not really show the standards of how to create a high quality graphical responsive …

Member Avatar for TimCadieux
0
335
Member Avatar for narsimhareddy
Member Avatar for TimCadieux
0
123
Member Avatar for OmniX

Confirmation really If I want to import a single page into a webpage i would use iframes. If I wanted to breakup a webpage into several webpages I would use frames. This correct? Also could someone provide simple and clear examples of each so I can get a feel of …

Member Avatar for claytoncrivera
0
173
Member Avatar for atiehvasagh

can anyone help me learning photoshop?I want to learn it as fast as possible by a website like w3school.com? do you know a website with this property? please help me

Member Avatar for atiehvasagh
0
378
Member Avatar for anam2

Hi Every one i am new to WEB recently i learn HTML 5 CSS 3 i think this is awesome it kick out the flash and photoshop concepts from he website what do you peopels think..

Member Avatar for sss93
0
89
Member Avatar for riahc3

Hey I want to make a website lets say http://www.mysite.com but before they view it, they have to login with username and password (those are stored in a DB). It doesnt matter if they access http://www.mysite.com/hello http://www.mysite.com/hello.html or http://www.mysite.com/hello/something/j.php ect the first time they access, they have to login, else …

Member Avatar for Dragennd
0
389
Member Avatar for Majestics
Member Avatar for VenusCrystal

Hi, Can anyone tell me alternatives to focus() and blur() events in jquery as they dont work in chrome? On focus I am adding a div and on blur that div is being removed. Thanks, VC

Member Avatar for stbuchok
0
138
Member Avatar for tabj

I need a help? I m designing a webpage. I have used <**div**>s everywhere, from header to footer, moreover I have used **relative** **positioning** with **top** and **right** tag. Somewhere top value has gone -1200 and so. At last I m left with about 800px of useless area below the …

Member Avatar for lps
0
853
Member Avatar for ankitva
Member Avatar for tobik999

I would be very happy if someone can take a look at this site: > http:??losebucht.de ... and tell me why the drop down menu is hidden below the div called "middle"

Member Avatar for lps
0
47
Member Avatar for jward50

Hi I have a client for which I have built a site however they have an old domain which is being forwarded to the new domain. However there are listings for the old domain which contained pages which do not exist on the new site so page not found errors …

Member Avatar for JorgeM
0
184
Member Avatar for VenusCrystal

Hi, Can anyone tell me how to get rounded border for radio buttons using css for chrome browser? [like -moz-outline-radius for mozilla] Thanks, VC

Member Avatar for JorgeM
0
532
Member Avatar for xescjp

Hello everybody: I am using one table that has cells that msut be 20px height. These cells have border on top and bottom. They are 1px width. My question is, which would be the total height of cell including borders? 20px (borders included) or 20px + 1px(border top) + 1px …

Member Avatar for xescjp
0
175
Member Avatar for LondonBill

I am trying to write a site (only learning) adoptadad.co.uk I am having problems with W3 it says it cant find some of the pages to auto correct. eg /volunteers etc (it did the /index for me) Also I am trying to find an easy to use database creator / …

Member Avatar for pritaeas
0
33
Member Avatar for ramon.johnston.3

**hey guys umm.... yeah i need a lot of help to create this i,ve made a homepage and set it to html. but im now im stuck cause the links ive created along with videos are not working....God this is so frustrating sigh....**

Member Avatar for drjohn
0
264
Member Avatar for <M/>

I applied a shadow effect, but there is this 3d effect that shows up on the top of the site: I applied this css: position:absolute; z-index:-1; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8); -moz-box-shadow:0 0 20px rgba(0,0,0,0.8); box-shadow:0 0 20px rgba(0,0,0,0.8); top:10px; bottom:10px; left:0; right:0; -moz-border-radius:100px / 10px; border-radius:100px / 10px;

Member Avatar for <M/>
0
65
Member Avatar for khaley

In every recent version of Firefox I've downloaded (up to 15 now)I've had sluggish behavior and frequent crashes. My antivirus software sends me a popup while I'm in Firefox saying, "Warning: High disk usage by Mozilla Firefox" with a quote as to how many MB the program is using. The …

Member Avatar for caperjack
0
415
Member Avatar for sri.

i am trying to load google.com in iframe but the iframe not loaded my 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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <iframe src="http://www.google.com" > </iframe> </body> </html>

Member Avatar for almostbob
0
86
Member Avatar for peter20

Hi , I would like to make a header in a site joining images but I would like the transition from one to another to be smooth ... How can I do this ?? Is there online header generator uploading images.. ============= And finally I search a free template for …

Member Avatar for brylle
0
179
Member Avatar for noelthefish

At the moment I have a Div in a Div within a container div. now the effect I am looking for is shown here. ![ineed1](/attachments/small/2/ineed1.jpg "align-left") What I have at the moment is shown here. ![atthemoment](/attachments/small/2/atthemoment.jpg "align-left") Which bit of the CSS did I get wrong. I will put code …

Member Avatar for G_Waddell
0
190
Member Avatar for fheppell

I have created a CSS solar system. Along the bottom is a list of planets. When you click on a planet name it goes to '#[planetname]speed' this is not set with JS. When you click on a planet's name I want a separate hyperlink (which would be 'info')to add an …

Member Avatar for Dragennd
0
169
Member Avatar for brainfo

Hello I have a site designed based in cms. There is a problem displaying a single page in ie(internet explorer). But in firefox and chrome it seems to be fine. I am tired of searching bugs. The problem is, In ie the footer and some content of the body is …

Member Avatar for JorgeM
0
286

The End.