10,650 Topics

Member Avatar for
Member Avatar for newcoder310

Hi, I have a page with 2 frames . 1. Header 2.Display In the header page i have a menu bar with sub menus. But when i display this, my page is showing in improper format i.e there is a side scrolling for the header page when im trying to …

Member Avatar for teedoff
0
43
Member Avatar for prasanna123

As we can see in this site when we place the cursor over the "webdevelopment" then it shows a drop ddown list of items what is the code used to make it working??can any one helip me plzz

Member Avatar for shahbaz13
0
89
Member Avatar for davy_yg

index.html [CODE] <div id="container"> <div id="header"> <h1><a href="#">Ock Associates</a></h1> <ul id="nav"> <li><a href="#">HOME</a></li> <li><a href="#">ABOUT</a></li> <li><a href="#">PRACTICE AREA</a></li> <li><a href="#">NEWS</a></li> <li><a href="#">PUBLISHED BOOKS</a></li> <li><a href="#">CONTACT US</a></li> <li> <div id="search"> <img src="images/searchform.png" /> <img src="images/searchbutton.png" /> </div> </li> </ul> [/CODE] style.css [CODE] #header ul#nav { float: left; margin: 110px 0 0 …

Member Avatar for simplypixie
0
129
Member Avatar for Virangya

hi, how to display a div on top off all the other content? i tried [ICODE]style=" position:relative; left:0px; top:0px; z-index:100;"[/ICODE] which didn't work, then when i used position:absolute; it worked but, it displays in a totaly in appropriate position because of position:absolute . how can i make this happen? when …

Member Avatar for Virangya
0
1K
Member Avatar for davy_yg

index.html [CODE] <div id="side"> <div id="boxcontainer"> <h3>Get In Touch With Us</h3> <div id="image"><img src="images/pic2.png" ALIGN=LEFT></div><div id="text">Request more <br />information from <br />OCK&Associates</div> <br></div><br> <div id="boxcontainer"> <h3>Get In Touch With Us</h3> <div id="image"><img src="images/pic2.png" ALIGN=LEFT /></div><div id="text">Request more <br />information from <br />OCK&Associates</div> </div></div> [/CODE] style.css [CODE] #content #boxcontainer image{ margin: …

Member Avatar for davy_yg
0
433
Member Avatar for davy_yg

index.html [CODE] <div id="container"> <div id="header"> <h1><a href="#">Ock Associates</a></h1> <ul id="nav"> <li><a href="#">HOME</a></li> <li><a href="#">ABOUT</a></li> <li><a href="#">PRACTICE AREA</a></li> <li><a href="#">NEWS</a></li> <li><a href="#">PUBLISHED BOOKS</a></li> <li><a href="#">CONTACT US</a></li> </ul> <ul id="topcorner"> <li><a href="#">Career</a> | <a href="#">Mail</a></li> </ul> [/CODE] style.css [CODE] #header ul#topcorner { float: right; margin: 20px 50px 0 0; font: 12px …

Member Avatar for teedoff
0
79
Member Avatar for davy_yg

index.html [CODE] <div id="side"> <div id="boxcontainer"> <div id="side-info"> <h3>Get In Touch With Us</h3> <ul> <li><img src="images/pic2.png" ALT="picture1" ALIGN=LEFT />Request more <br />information from <br />OCK&Associates</li> <br></div></div><br> [/CODE] style.css [CODE] #content #boxcontainer { width:240px; padding: 10px; border:0px solid #000; background-color:#CCCCCC; } #content #boxcontainer h3{ font face: "Arial" color: red size: 14px; …

Member Avatar for teedoff
0
79
Member Avatar for griceldax10

I have Joomla and a Joomla template(rt_refraction_j15) installed on my website. But i want the same template and css styling, as a basic HTML template, so i don't have to use Joomla for editing. Is there an easy way to convert the template to basic HTML/CSS template?

Member Avatar for hericles
0
122
Member Avatar for davy_yg

index.html [CODE] <div id="content"> <div id="main"> <h3>Latest News</h3> <p style="border-bottom: 2px dotted #FF0000; width: 620px;"></p><br /> <div class="post"> <p><img src="images/pic1.png" ALT="picture1" ALIGN=LEFT><font face="Arial" color="red" size="14">Lorem ipsum</font>- 14 Jan 2011<br /> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce porta diam in quam consectetur elementum. Vestibulum iaculis pellentesque mauris, non …

Member Avatar for hericles
0
101
Member Avatar for spyece

Hello, i have created a html/css version of one of my psds and pretty much everything is working fine, just the background image or the container div to which background image is assigned is not stretching vertically to 100%. Here is the Link to Live version of What i have …

Member Avatar for evantanski
0
158
Member Avatar for suavedesign

Hi, The url to my site is [URL="http://www.totalrecallsolutions.com/corporate"]www.totalrecallsolutions.com/corporate.[/URL] If you look at the homepage, you can see that the first image on the main menu tabs is very unclear. (you have to roll over the bar to view the image) I can't seem to figure out why, since when I …

0
64
Member Avatar for lps

Actually I am having a problem with the content width where the content is a link. Here is the shorten code of it: [CODE]<!DOCTYPE> <html> <head> <style> #main{ width:100px; background:cyan; } </style> </head> <body> <div id = "main"> <a href="#">This is a very long long one.... hahahahahahhahaha</a> </div> </body> </html>[/CODE] …

Member Avatar for lps
0
124
Member Avatar for PF2G

Hi, i'm doing a registration form, and i'm aligning the labels and textbox's. But they are very close of each other, so i put a td between the td's which are seperating the label and the textbox. [CODE]<tr> <td align="right"> <br/> <div class="field"><label>Username*: </label> </td> <td> </td> <td> <input type="text" …

Member Avatar for PF2G
0
101
Member Avatar for PF2G

Hi, i have this web page: [URL="http://img850.imageshack.us/img850/7704/29673898.jpg"]http://img850.imageshack.us/img850/7704/29673898.jpg[/URL] and i want to put some dark grey background behind the banner and the menu bar. How do i do it? Thank you, PG2G

Member Avatar for hericles
0
104
Member Avatar for prasanna123

Actually i have 2 jpg images one is rectangle box which fits the width of the screen and height is small enough to appear like blue color menu bar at the top and bottam of this site and the second page contains a home button and in my site i …

Member Avatar for broj1
0
144
Member Avatar for warlord902

I have a some words that I want display in the footer, I want 2 words to be left aligned and rest to be right aligned. I have my code something like this: [CODE] <div class="footer"> MyWebsite <!--This should be left aligned--> <!--Things below should be right aligned--> <a href="">Contact …

Member Avatar for jalarie
0
515
Member Avatar for TAPASFUN

Hi! Friends, i need some free nice html tamplate for making travel website. 2/3 column, banner image slider. Please give me.

Member Avatar for Pjieter
0
53
Member Avatar for McLaren

Hello, I don't even know how to google search, what I want to do: here is a psd file [URL="http://mzfrkd.deviantart.com/art/Green-Leaves-PSD-73025919"]http://mzfrkd.deviantart.com/art/Green-Leaves-PSD-73025919[/URL] I never did a psd -> html, from scraacth so I am learning it. Only passed this [url]http://net.tutsplus.com/tutorials/site-builds/from-psd-to-html-building-a-set-of-website-designs-step-by-step/[/url] tutorial. But what was written in this tutorial - to repeat the …

Member Avatar for tqmd1
0
144
Member Avatar for mikulucky

Hi i have made a site and it looks great in FF and Chrome. However it look really bad in IE and some things just do not work. And being not much of a front end developer I am truly stumped. There are three main problems: [LIST=1] [*]I would like …

0
73
Member Avatar for Pim

I'm using the following code: [code] /*Het middenboxje plus de achtergrond.*/ div.transbox { width: 400px; height: 600px; margin: 0px 0px; margin-top: 25px; background-color: #CCFFFF; border: 1px solid black; opacity:1.00; /*lagere waardes zijn doorzichtig*/ margin-left: 240px; /*anders lopen deze en de links door elkaar*/ } div.transbox p { color:#66CC33; margin: 30px; …

Member Avatar for Otters10
0
272
Member Avatar for adamsol

Hi everyone. I am creating a web site and i'm nearly done but have serious problems with IE 7. For some reason its throwing the text by the title to the right. Its a [URL="http://www.e-sol.co.uk"]photocopier[/URL] company and i need it looking smart. [URL="http://www.e-sol.co.uk"]www.e-sol.co.uk[/URL] At the top you will see the …

Member Avatar for adamsol
0
169
Member Avatar for Garidius

Hello everybody, I have a CSS menu in a wordpress based site that I've got to work correctly after help received in this great forum. Thanks for that. I only have one issue pending for this menu, I only would like help with the padding that it seems exists in …

Member Avatar for Garidius
0
206
Member Avatar for sgonser

Hello, I'm having an issue with absolute position of a few images/divs [url]www.runsmartonline.com/newsite/[/url] This works in IE (shocker) and firefox, but not google chrome. When the pages loads, it displays the header logo in the top right, but then disappears after the page fully loads. Is it a problem with …

Member Avatar for hericles
0
49
Member Avatar for chris99

The site is gameperspective.freehosting.com. For some reason the button link (Visual) isn't aligning flush with the div margin, it is sliding to the bottom right. Here is the CSS, and the HTML, what is going wrong? Relevant HTML: [CODE]<html> <head> <title>My new blog/ information website! </title> <link rel="stylesheet" type="text/css" href="default_game_site.css"/> …

Member Avatar for gcarvalho
0
92
Member Avatar for Talli

Hello everyone, I am passionate about programming have started learning C++ and finished studying one book about it. I am done with the basics like pointers, arrays, variables, objects etc. What I need now is some way to go on from here and learn how professional programs are made and …

Member Avatar for Talli
0
475
Member Avatar for hindu times

Hi there, I am currently developing a Facebook page for a musician, and I'm creating various things that will hopefully see his page spread virally over the coming weeks. 1. First of all, the landing page of the FB page is a form telling people that they can sign up …

Member Avatar for Lynn33
0
163
Member Avatar for FriXionX

I have a problem with an image I want to be clickable. I have writing to the far left of this - with a bottom border (width 800px) so it has a line throughout most of the website. I also want this clickable button to be above the border on …

Member Avatar for seonetsmartz
0
196
Member Avatar for Garidius

Hello everyone, I hope someone could help me with this problem. I have a problem with a vertical menu that I'm trying to insert in a sidebar in a wordpress based site. The problem is that when hover the sub menus only are visible in the sidebar area, the other …

Member Avatar for Garidius
0
2K
Member Avatar for Pradeeban

Hi, I'm developing a web site for a customer, now I face a problem with passing a text from one page to another page. I have two web pages <tourdetails.html> in this web page when a user clicks the bookings button it had to take the name of <tour title> …

Member Avatar for hericles
0
70
Member Avatar for PrincessSasha

I have this idea which I need some help with. Currently I am developing a mysql database with a java interface. It is a hotel management system, and for billing purpose. I have the following tables. Bill (BillID, ResvID, IssueDate, ToTalBill, ChargedTo) Employee (EmpID, Name, Age, Nationality, NatId, Mobile, Telephone, …

Member Avatar for ChrisPadgham
0
130

The End.