2,603 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for StickerAA

My css inline submenu won't stay open long enough to select an option. As soon as the cursor leaves the main selection the submenu box closes. Can be viewed at: [url]http://isite.thevatraininginstitute.com/home.htm[/url] html code [CODE] <div id="ao_nav"> <ul> <li id="first">Accessibility Options: </li> <li><a href="home.htm">Default Font Medium &nbsp; -</a></li> <li><a href="#">Large &nbsp; …

Member Avatar for StickerAA
0
133
Member Avatar for Unebrion

I'm having trouble with classes and the display element. I need to display elements of a class in my html document as list items. i have 9 of these in the document, all basically the same [CODE] <div class="notes" id="point0"> <a href="longs.htm" style="position: absolute; left: 560; top: 60;"> <img src="image0.jpg" …

Member Avatar for Unebrion
0
90
Member Avatar for jhonnyboy

Hello everyone I was taking a look at [url]http://www.mauijim.com[/url] and saw their navigation menu fairly attractive. I believe this can be made in css, but I wanted to know how did they get such a huge "frame" when hovering over the navigation (Shop, Service, About us). Seems like their is …

Member Avatar for jhonnyboy
0
111
Member Avatar for Aaaryan

Hi all, I have a table having white background.and a <a> tag inside it which is invisible due to the backgroud as the color of <a> is also white in the coressponding css file. Now when I applied css to <a> tag color in the file for changing white color, …

Member Avatar for Aaaryan
0
221
Member Avatar for phpDave

Hi, I have two available names for my site. One is a [B]dot com[/B] and the other is a [B]dot me[/B]. My question is did dot me catch on? Anyone know any reason not to use dot me besides dot com is more popular and comes to most peoples minds? …

Member Avatar for phpDave
0
132
Member Avatar for Kruptein

I have this id that should be default 15px from the bottom (which works). But if I have content larger, the content box should grow in height, how can I specify this? [code=css]#content { position:absolute; top: 85px; left:15px; right:130px; bottom:15px; background-color:#00CC00; font-family: Arial, Helvetica, Tahoma, sans-serif; }[/code]

Member Avatar for Kruptein
0
70
Member Avatar for ggeoff

Hi I have decided to use CSS for layouts. Previously I would have used tables. My problem is that I want to place images to the left and related text on the right of the images. I have used new blank paragraphs to "fill" the space between the end of …

Member Avatar for jeffreyk16
0
1K
Member Avatar for Cabman

I am making an 8 page site with d'weaver and the link colors will not show up as (I thought) I selected. One page had white text, turning to black on a grey background; Just like I wanted. GOOD!! The other 8 pages are white and purple? on the grey …

Member Avatar for Cabman
0
60
Member Avatar for shironui

Alright, I've built this incredible carousel for a portfolio page in a flash website, using an external .XML file for the images;however, after countless hours scouring the web, I can't seem to find the code I need to put in the .XML file, so that clicking on the various pictures …

Member Avatar for shironui
0
191
Member Avatar for aslittell

Is it possible to set a table behind an image? I am trying to do a mouseover feature on an image, however it isn't working because the table is on top of the image.

Member Avatar for sourcebits
0
80
Member Avatar for beforetheyknew

Hi guys I have an html, css and there might even be some javascript in there (but dont worry about that!). Its a two hour practical exam, and im a little bit rusty with html and css (mostly rusty with css). When i've written websites in the past i take …

Member Avatar for MJ Pieterse
0
92
Member Avatar for gunnarflax

When I work with 8-bit images in Photoshop I never achieve to get smooth gradients when working with dark colors. I looks bad and it's a clear line between dark gray and black. My guess is that is because I work 8-bit files but is there any reason at all …

Member Avatar for gunnarflax
0
124
Member Avatar for thumpiez

Hello, I have a web design question involving images and it has been driving me crazy all day. I'm hoping someone will help me and put me out of my misery :-) I have an animated image that I made animated out of 5 jpgs: [URL="http://www.ahtwindows.com/purple/img/mainframe.gif"]http://www.ahtwindows.com/purple/img/mainframe.gif[/URL] I want the thumbnails …

Member Avatar for rajarajan2017
0
155
Member Avatar for Leratom

I need help, HTML--i have two links, linkA & linkB--when clicking linkA -should display image1 and whn clicking linkB image2 should be displayed. The trick is they must be displayed in one image tag. any one who can help with that? I would appreciate your help.

Member Avatar for almostbob
0
87
Member Avatar for gruffy321

Hi all and thanks for reading this.. Well i am back with another problem. so it seems i am mostly taking from this site at the moment, although i do see a big donate sign at the top !!! Ah ha ! Anyway here is my question... Please could anybody …

Member Avatar for gruffy321
0
175
Member Avatar for Allison2009

Hi, My website is being crawled by a crawler by name yandex.ru almost 24 hours a day. How can I stop it from crawling my website. My website is USA based. Hence, I don't want this crawler to crawl my website all the time. Any advice please. Thanks in advance

Member Avatar for skseo
1
188
Member Avatar for daviddoria

After reading a few tutorials, it looks like this: [url]http://www.rpi.edu/~doriad/Examples/Table/[/url] should make a full (100%) width table. However, the width is actually very small and the table is on the left of the page. Does anyone see what is wrong here? Thanks, Dave

Member Avatar for almostbob
0
103
Member Avatar for henpecked1

I'm not sure how to ask this and I'll probably sound a little stupid, but bear with me. How does a "membership" website store member data? Is it done with a database? Does it store the information in a flat file as pages that can be edited later? I see …

Member Avatar for almostbob
0
164
Member Avatar for codecat

Hello, I'm a newbie to web development, trying to get this image map to work and have no idea where I'm going wrong. The image comes up fine but there are no "hotspots" highlighted, the links don't work, nor does the title pop up when you hover over the area. …

Member Avatar for codecat
0
4K
Member Avatar for avinash_545

Dear all, I am currently working on an html project and I wanted to include a vertical navigation menu to the index.html page( the homepage).Am using table and drawing row to do it. I want to add a little extra to it. that is on mouseover on one item in …

Member Avatar for avinash_545
0
77
Member Avatar for whiteyoh

hi all, Im a little stuck. I want to place a div inside of a main div to hold a register script. this code has a video to the left and an image to the right, but i want to add a div inside to also display a form on …

Member Avatar for whiteyoh
0
144
Member Avatar for snitch321
Member Avatar for Kitten84

I have a 3 column css layout which I got from [url]http://matthewjamestaylor.com/blog/perfect-3-column.htm[/url] As is, everything works fine, but I'm trying to make the side columns thinner and the middle column wider. I'm just having a hard time adjusting the layout to meet my needs. Wondering if someone can help me …

0
101
Member Avatar for agent154

I'm making a simple resume online, and would like to know how to fix this problem I have.. As you can see in the image, my new header appears to the left of my "floating" lists. Anybody have any advice on how to fix it? Thanks for any advice. Image …

Member Avatar for agent154
0
123
Member Avatar for ada_a

Hey there community, I recently designed a new blog layout and in the designing process, the html, css and javascript worked perfectly on all browsers. However, when I uploaded it onto my blog host (blogger), the layout became messed up and my div entitled main 1 was pushed to the …

Member Avatar for digital29
0
149
Member Avatar for ryy705

Hello, I am experimenting with float layouts. It is my understanding that if you float three divs to the left they will sit next to each other without bothering any other divs above or below them. As long as the divs have specified width and their container div has enough …

Member Avatar for ryy705
0
83
Member Avatar for dominique7

Hi, I think the problem is simple enough to understand, but if you'd need it, I would set up an example. I'm quite ok with html and css, but I'm not fully comfortable with "float" I use it float: left (or right) to produce text colums, but now I got …

Member Avatar for dominique7
0
201
Member Avatar for phpDave

Hello, I have 2 style sheets for my site, one small(760px) and one large(900px). I would like to create an image in photo shop for the header. My question is do I need to create 2 images for the 2 background sizes or can I create 1 image for both …

Member Avatar for untitledking
0
95
Member Avatar for kevindougans

[url]http://www.foodinthecity.com/[/url] in firefox the page starts displaying funny after you scroll down on the middle products section. in chrome it almost displauys right but you can see its out by a few pixels... but the weirdest thing is that on our development server it works fine in firefox but we've …

Member Avatar for kevindougans
0
94
Member Avatar for gruffy321

Hi peeps and thanks for reading. Brilliant responses to my last post and thanks for being so welcoming .... My question is one i cant find any solid reference on . I have a bunch of text that i would like to have styled in the futura font family but …

Member Avatar for gruffy321
0
143
Member Avatar for phpDave

Hi, I trying to use one of two style sheets depending on screen size but it is not working. Here is the code: [CODE]<script type="text/javascript"> if(screen.width>= 900){ document.write('<link href="main.css" rel="stylesheet" type="text/css" />'); }else {document.write('<link href="small.css" rel="stylesheet" type="text/css" />'); } </script>[/CODE] It disables the style sheets altogether. Not sure why. Any …

Member Avatar for phpDave
0
229
Member Avatar for givejonadollar
Member Avatar for jay 11
0
101
Member Avatar for MDanz

I've got a 101px x 101px div with a background image and words of text. I've attempted to make the whole div a hyperlink but it only made just the text a hyperlink. if you check my website [url]http://www.stackway.com/stack.php[/url] , when you click the word then the correct hyperlink comes …

Member Avatar for drjohn
0
142
Member Avatar for samarudge

Hey, I have a table defined like [CODE]<table width="100%"> <tr> <td>Some Content</td> <td>More Content</td> </tr> </table>[/CODE] This table displays something like [CODE] |------------------------|------------------------| |Some Content | More Content | |------------------------|------------------------| [/CODE] The columns of the table will automatically resize based on there content however I want the first collumn to …

Member Avatar for samarudge
-1
93
Member Avatar for JRM

I'm stumped. I have a box model that is controlled by css in other parts of a CMS. For simplicity, lets say it's like this: [CODE] <div.a> <div.b> <table> </table> </div> </div> [/CODE] I wish to print the raw table in the midst of the divs without the CSS margins …

Member Avatar for JRM
0
74
Member Avatar for alvalany

Hi friends, I am having a blog with considerably good revenue.Now I am trying to make it a revenue sharing website. I have put Ads in my blog using my personal adsense account.Now I am going to add one of my friends as it's another user.The problem is that If …

Member Avatar for luienriq
0
168
Member Avatar for sammer021486

My menu is a very large menu and editing it on each individual page is very time consuming (~160 lines of code per chapter and there are 11 chapters). So I am wondering if I can place my menu into another html document and then call/import it to the currently …

Member Avatar for sammer021486
0
107
Member Avatar for levsha

Here is my problem: I have a checkbox and text input elements inside the same ID. I need checkbox to be 20px wide and textbox - 200px wide. I have this: [CODE]#check input { float:left; border:solid 1px #afd45a; width:20px; margin:2px 10px 10px 6px; }[/CODE] What's my solution should be for …

Member Avatar for levsha
0
97
Member Avatar for nadnakinam

Hi everyone, I've a problem while doing Hide\show a div(a element) in InternetExplorer. i.e for changing the style of a div -- display : block; | display : none; Show and Hide using display property as block and none works fine in FireFox. But not in IE. How can i …

Member Avatar for ko ko
0
101
Member Avatar for gruffy321

Hi all, I am very new ( 1st Post) and i have to apologise in the first instance as it would seem that i may end up falling into this nasty category of annoying student types who do not attempt coding themselves first before asking a question and expect some …

Member Avatar for scottloway
0
130
Member Avatar for ada_a

Hey there community, I recently designed a new blog layout and in the designing process, the html, css and javascript worked perfectly on all browsers. However, when I uploaded it onto my blog host (blogger), the layout became messed up and my div entitled main 1 was pushed to the …

Member Avatar for ada_a
0
142
Member Avatar for Cragdo

Hi folks, I apologize if this is a strange question for this forum beforehand. I recently set up a contact form for a client and a user has entered their email address incorrectly into the form and now my client can't get in touch with the enquirer and may lose …

0
85
Member Avatar for MichiganMan

Hi there, I am looking for the best way to make an existing website capable of online sales. It already has products listed and i need software that i can integrate easily. I am new at this so i have two questions. 1. Can i use shopping cart software like …

Member Avatar for joelchrist
0
178
Member Avatar for nixniss

Hi Guys, I hope I am posting this in the correct forums if not please let me know. I have created a spry menu for my web site using Dreamweaver when I display the page in Firefox the menu and it’s drop downs work correctly and appearing below the menu …

Member Avatar for nixniss
0
131
Member Avatar for sammer021486

I am looking to create a changeable image similar to how it is done in this thread [URL="http://www.daniweb.com/code/snippet226127.html"]Pure CSS Image Gallery with mouse click[/URL] Here is the layout of my page. I would like for the image to be shown in the frame that I have given it and then …

Member Avatar for sammer021486
0
77
Member Avatar for ryy705

Hello, I am having a lot of trouble with the menu system on [url]http://independencebp.webmaxsites.com[/url] It looks fine in Firefox but in IE* the last menu Item drops below "About Us". Why does this happen? Please help.

Member Avatar for MJ Pieterse
0
68
Member Avatar for atechg

I am beginner in html / website design. I have 4-5 webpages. All these pages have top banner, left sidebar & right sidebar. At present I am writing html code in all the 4-5 pages for these above elements. Is there a way, I just write the code once (in …

Member Avatar for almostbob
0
376
Member Avatar for beeding

The internal links doesn't work with Firefox. URL: [URL="http://www.senslac.com/enlaces.php"]http://www.senslac.com/enlaces.php[/URL] At top: [CODE] <div class="espai_gran centrar"> <a href="/enlaces.php#enlace0">Asociaciones</a><span class="text"> | </span> <a href="/enlaces.php#enlace1">Blogs de Interés</a><span class="text"> | </span> <a href="/enlaces.php#enlace2">Marcas</a><span class="text"> | </span> <a href="/enlaces.php#enlace3">Restaurantes</a> </div> [/CODE] And behind: [CODE] <div id="resultats"> <a name="enlace0"></a> <h3><b>Asociaciones</b></h3> [...] <a name="enlace1"></a> <h3><b>Blogs de Interés</b></h3> …

Member Avatar for yonker
0
155
Member Avatar for cosmetic8635
Member Avatar for drewpark88

Hey Guys, I am having issues with my header. I have a header image which I set as my background that expands with browser, but I want it to be 502px in height. Here is my css: [CODE] .Container #header { padding: 0px 0px 0px 0px; background-color: #DDDDDD; background: url('folioheader.jpg') …

Member Avatar for drewpark88
0
82

The End.