10,650 Topics
| |
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 … | |
Hi all, It is waste time to design a layout, menu and navigation. Can you list of tools of idea to start to generate a new website quickly ? Thanks. | |
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, … | |
Hello Friends I have trouble in viewing my icon in address bar. I have saved an icon in my root directory and also images folder and added the following code into the header tag <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/> Please help me with this. Thanks | |
Does anyone know to make those FLash ads that go across the whole screen and then end up in their destination at the end of the ad? I see them sometimes on MSN.com and Yahoo.com. If someone could do a tutorial on that i would appreciate it. | |
Please could someone find out why the website i have made for a client is completely screwed up in Internet Explorer but pretty much perfect in Mozilla Firefox. Problems in IE: 1. Cells in tables are centered 2. Footer is not in line and looks bad 3. On the contact … | |
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] | |
Hi can someone who knows html please help me out? I have my webpage, [url]http://users.igl.net/ash/index.html[/url] It has a javascript on it. I am trying to embed my homepage on my league site. so I write the code as follows <embed height="200" name="homepage" hidden="never" width="200" src="http://users.igl.net/ash/index.html" allowscriptaccess="true" /></embed> My homepage loads … | |
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 … | |
I am using Visual Web Developer 2008 Express, and was wondering is there a list I can print from with in the program that list all resources used to create the site, ie taking loaded pages in the website and then it spits out a list of all jpg's, gif's, … | |
Hello, I am new to Adobe flex and trying to create a website. This may sound like a stupid question, but would anyone be able tell me how i would link between different instances of my website. Like, linking between pages, as you would using HTML. Would appreciate anybody's advice, … | |
HI, i am trying to high light sub menu when selected just like Daniweb IT Community as it shows: Web Development > web design i am using site reptile to build site and there they use tags to genertae menu's automatically in DHTML here is it's Structure style in which … | |
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 … | |
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 … | |
hi frnds.., pls help me in this qery...,i need a text to be keep moving around the table in my html page.pls suggest me asap.. Thanks & regards Krishna | |
I am trying to put two columns below one column, with a column on the right along side the entire thing. the outcome would be something like: [COLOR="red"] B A N N E R NAVIGATION[/COLOR] [COLOR="red"]LEFTCONTENT[/COLOR]__[COLOR="Green"]R[/COLOR] [COLOR="red"]VERT1 VERT2[/COLOR]__[COLOR="green"]I[/COLOR] ____________ [COLOR="green"]G[/COLOR] ____________ [COLOR="green"]H[/COLOR] ____________ [COLOR="green"]T[/COLOR] [COLOR="red"] FOOTER[/COLOR] [COLOR="Red"] COPYRIGHT[/COLOR] The problem … | |
You can use this code to embed the windows media player in html pages. Just set the controls to suit and change file names etc.. | |
hi frnds.., pls help me in this qery...,i need to scroll the text around my table in my html page.pls suggest me asap.. Thanks & regards Krishna | |
Dear All, I am doing some practice in HTML to learn. Can anybody suggest the name of book, which is useful to learn HTML and CSS from begins. Please provide the weblink also, if it is free on net. Thanks and regards, Nakul | |
I am new in building website, but I have an issue with the navigation bar menu display. when I open the page in firefox, the sub menu of of the navigation bar appear fine, but when opened in internet explorer, the sub menus show all the way on the left. … | |
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. | |
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 … | |
I'll try to explain this the best I can. If I stop making sense, sorry. I downloaded a template from templatemonster.com and now am running into problems with the template. I understand how to edit and change pictures and text. My problem is I'm having trouble finding things. In the … | |
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 … | |
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 … | |
Hello friends i wanted to know if there was a standard dimension for a web page? i.e width and height Thanks | |
Hi everyone, I have a website and its being displayed perfectly in Firefox and in the AOL browser but for some reason graphics and banners are being displaced into different positions when viewed in Internet Explorer 8 and I just wondered why that would be? My web designer says that … | |
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. | |
Hi all, I'm using a div as a pop-up on a page to show some addtional information. First some code: [code=html] <td> <div class="floatingDiv" id="popup"> some txt here... </div> <p style="margin-top: 0px" onMouseOver="ShowContent('popup',0); return true;" onMouseOut="HideContent('popup'); return true;" > .. short message here </p> </td> [/code] [code=css] .floatingDiv { display: … | |
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 … |
The End.