10,650 Topics
| |
So these are the effects I am using for my navigation system in my site; a:link{ font-family:"Berlin Sans FB Demi"; text-align:center; color:black; text-decoration:none; } a:visited{ color:black; text-decoration:none; } a:hover{ color:#37414A; text-decoration:none; } a:active{ color:#37414A; text-decoration:none; } The problem I have is that they are all using the 'a' tag, this … | |
Hi there, In my current website, my iFrames layout has suddenly shifted on me after uploading the new images from the graphic designer this evening. (exact same size/shape as last year, just different design). So all I did was overwrite last years images and upload and suddenly everything in the … | |
Hi im not sure if I'm explaining this right or if I'm in the right place. I have built a website but when ever you hold the mouse over an image or link a little box appears right next to the mouse with a couple of words so the link … | |
I set the width of cell[0] by CSS style sheet to [B][COLOR="Red"]8%[/COLOR][/B] but it renders about [B][COLOR="Red"]25%[/COLOR][/B] and crunches the other cells to the right? [B][U]Pseudo HTML 'code':p[/U][/B] [CODE] var addcode=itemrow.insertCell(0);//part of insertrow addcode.className='code'; addcode.appendChild(document.createTextNode(code)); [/CODE] [B].code {[COLOR=red]width:8%;[/COLOR] text-align:left; padding-left:5px; [/B] [B]border-right:1px solid black; white-space:nowrap;}[/B] /* .code width is about … | |
hello firends. I am learning php and I install wamp but now i dont know what i must do for using wamp server and how i must execute my projects? | |
Okay this has got me stumped. i am designing a site but the content div isn't expanding all the way down to the footer div in opera and firefox but it is in IE. Not had this one before and have tried adding various height:100% and min heights to the … | |
Hi, I am developing a Database , I have designed the layout in Fireworks. Now Export it into Html. Now There are 12 Months from Jan To Dec and for every month there are 3 regions and in each region there are 3 rows. I want to convert all boxes … | |
Hi All! I am maintaining gems4less.com for a while. I don't know what is the font they are using on the Logo. I tried to find them on dafont.com and urbanfonts.com, but no success. Anybody outhere have any idea that what fonts is it? Appreciated your help. Thanks Regards, bhagu | |
Hey Everyone, This is probably going to be easy to solve, well at least I hope. I am having problems positioning my main navigational bar. It is supposed to be right on top of the banner div(the banner is the thing that says "Submit a new article", I know it's … | |
Hi, I've written my client's site and am now running into a problem that has to be pretty common. ... How to give my client publisher rights and get them setup with a frontend user interface they can use without alot of training? ?? Is there a great (free) extension … | |
Hi guys, I'm fairly new to PHP and mySQL, using a book to help me learn. I want to create a small site to help me improve my skills, but I'm a bit stuck on the database design part. I want to be able to list various public companies and … | |
Hey I need help setting up ma HTML5 progress bar with my file upload form. How exactly do I implement it so it tells the user how long the upload has? The code I've written is below. If you could give me the correct way the code should look and … | |
I'm having a problem with the base tag in that it's preventing the links from loading the pages that they link to. When I remove the tag it works but then the menu bar for the page at the top disappears which I need to stay. I'm fairly new to … | |
Argh!!! I need some help, badly! My clients site ([url]www.skcfed.com[/url]) displays perfectly in firefox and most other current browsers ... except MSIE 7 and 8. Does this have something to do with the meta tags? I found this code, which is suppose to go into the index.php file (??????) <meta … | |
Notice I said "Box" and not "Menu"...I want to create a clickable drop down box (much like the "More" button on Google's search engine, where a box drops and includes a wide horizontal block that I can include information in. I don't have access to my company's CSS though... Here's … | |
I have made a flash video of photos slideshow after publishing the swf file i used filekicker preloader software to add preloader to the swf slide show its working fine but the problem is that when i upload the page to the server after loading 100% it shows blank screen … | |
hi, I want to build a technology site for afghan. i want a domain name suggestion, afghantech.com is already taken and i want it to be short and related to technology. can you suggest some. thanks | |
Hi, Now days there are a lot of CMS some are well know others not so much. But I wanted to know which CMS should I use if I want to add my own design to it ? I would like to convert my design to theme file for one … | |
Hi, this is the error that I get..please help me debug is...the source code is below the errors...thanks the website must look something like this [url]http://www.sis.pitt.edu/~arazeez/index.html[/url] * Line 20, column 40: document type does not allow element "table" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag … | |
Hi, I want to center the top menu in my site, currently it is aligned to the left. In the CSS file the line that controls the menu is: [CODE]#navigation{height:35%;margin-top:1px;font-size:12px;background-color:#E5F0FA;overflow:hidden;width:100%;float:left;}[/CODE] I tried adding: [CODE]margin-left:auto;margin-right:auto;[/CODE] Also tried adding to the relavnet DIV: [CODE]<div id="navigation" style="text-align:center;"><jdoc:include type="modules" name="user3" style="xhtml" /></div>[/CODE] Both didn't … | |
I can't seem to get the word "FrankenBot" aligned correctly with the image above it. I want the word to be to the RIGHT of the image, but for some reason it is being bumped off to the next line even though the image (and the div surrounding it) is … | |
Hey DaniWeb! I'm having a small problem with my HTML DIV positioning, and was hoping you could help me. I cannot get my DIV's to float against each other in a column format. They just want to go down on the page, which is not the look I am attempting. … | |
i have to divs one is main div one is bottom div there are properly working in interner explorer, but there are overlapping in mozilla firefox | |
Hello all, I hope this isn't a silly question. I'm not much of a programmer {gulp} however I have a problem. I have a drop down list with 10 items, all different values. I'd like to be able to pass the value from a selected item in the list with … | |
Hello, I am trying align bullets with the bottom of the text in the li tags. I used different font sizes for text and bullets because that's what the design calls for. But since list items and anchor tags are inline elements I can't use top and bottom margin to … | |
Hi, Has anyone animated a complext svg file ? I would like to know your experience ? Browser support? Time It Took ? Anything unexpected ? if possible a link on ur work would be great. Appreciate it. Vishal | |
Hi there. I'm having an issue with my class/id selectors. This is the code I am currently using within the HTML. [COLOR="blue"][CODE]<div id="my-login-bar"> <img class="logoutimage" src="img/icon-logout.png" /> <a class="loggingout" href="LOCATION">log out</a> </div>[/CODE][/COLOR] LOCATION is the equivalent of some PHP code I have in there. In my CSS file the #my-login-bar … | |
Hello, Please take a look at [URL="http://www.jeanbrunone.com/ie/real.html"]http://www.jeanbrunone.com/ie/real.html[/URL]. I cannot get the rounded corners to line up correctly in IE. Please notice the woman's hair does not line up and misalignment in the navigation. For every element that needs rounded corners I have set the background to an image with two … | |
Hello, I recently downloaded a flash template from a free website. I have been editing it in flash just fine. I am new to flash and there is a xml news feed on the second page. I was wondering how do you remove the feed to another page all together? … | |
Hi! I am making a chat program, I am currently making the online list. All elements (users that are online) should have one gray solid background, that also is wide. so it don't look like this; [ATTACH]15080[/ATTACH] How should I do that? all the backgrounds should be just as long … |
The End.