473,808 Members | 2,807 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTML / CSS Forum

HTML and CSS (Cascading Style Sheets) web markup languages - Ask questions about html and css development, validation, errors, divs, blocks, tables, design, accessibility, w3c, firefox, ie, safari, tags, attributes, layouts, forms, buttons and more.
3
1,321
thread by: Manandy | last post Jan 11 '10 by: drhowarddrfine
I'm currently building a new site from scratch for my work. Unfortunately, when I started, I knew next to nothing about website design. The current site is http://testsite.pineapplepress.com. Depending on the screen resolution, my co-workers and I have discovered that some people need to scroll to see everything. I though I could do a quick-fix...
2
2,128
thread by: brixton | last post Jan 11 '10 by: brixton
Hello, I have an "accordion menu" where I want the structure to be like this for a menu item with "children" who are supposed to drop down when an "expand image" is clicked: <li> <span>some text</span> <img src="the_expand_image.gif" /> </li> Now, for each menu item like that I want to align the span to the left, and the img to...
3
4,053
thread by: ravideep | last post Jan 11 '10 by: mfaisalwarraich
if I set the website layout in pixels, say 800X600. It works fine with screens with window size 800X600. But if someone is having screen 1200X800, then it doesn't stretch to the full window. How can I make a proportionate layout for different screen resolutions. Moreover if I use width and height in percentage(%) say 100%, the images do not...
1
1,832
sassy2009
thread by: sassy2009 | last post Jan 9 '10 by: drhowarddrfine
Hello, iam new to website building and i was planning to learn from scratch. So i downloaded a free web template to work with and started cropping the .psd file and saved the images for the navigation menu. This is my actual website where i have hosted my practise files. www.datadynamix.com.au as you can see the nav menu doesnt go to the left...
4
3,582
Frinavale
thread by: Frinavale | last post Jan 8 '10 by: drhowarddrfine
I am so frustrated with IE7 right now. I have a JavaScript class that dynamically generates the HTML for a client-side tab control based on the some JSON Objects that I created server side. The JavaScript generates a table with one row in it, where each <td> is a tab. Right now the style for the table is as follows: display:inline-table;...
2
2,753
thread by: suratna | last post Jan 8 '10 by: drhowarddrfine
i need to display videos of various extensions like avi, mpeg, wmv in my web site. what do i need to do? please suggest.
3
2,295
thread by: L3SH | last post Jan 8 '10 by: acoder
I have inserted a swf file within my html and am wanting to put a heading with a background colour overtop. I have tried using z-index but this still places the heading behind the swf content. Does anyone know a work around for this? I have attached my html, css and swf files below.
1
2,040
thread by: ameifan83 | last post Jan 8 '10 by: acoder
Hi, May I know how do I restrict access from a certain country? I know I can do it by restricting ip address using .htaccess. But I just want to restrict just one page, not the whole domain. How can I do it? Appreciate any help here. Thanks. Regards, Dan
8
1,806
thread by: neovantage | last post Jan 7 '10 by: neovantage
Hey all, I have alignment problem in layout. I am using slideshow technology. It shows images in background and text over the background image once we take mouse over the link buttons. Now what my problem is Background image section is coming at top and menu comes just under the banner. I want that menu (navigation) comes at left position...
7
1,775
thread by: curi444 | last post Jan 6 '10 by: drhowarddrfine
how to get align textbox correctly in form page of php this is the code i executed <html> <body> <form action="welcome.php" method="post"> Name:<input type="/t text" name="fname" /></br></br> Age :<input type="/t text" name="age" /></br></br> Email:<input type="/t text" name="email"/></br></br> <input type="submit" />
4
1,605
thread by: rstrathdee | last post Jan 5 '10 by: rstrathdee
What sites do you recommend for me to learn how to construct good, simple templates for php/mysql (using css?)
1
2,982
thread by: deegeorge | last post Dec 30 '09 by: acoder
Hi, I am facing a problem related to anchor tag. I am creating an anchor tag with some text. In the name am starting with #exam. When clicking on this link it need to go bottom of the page where the corresponding data is given.but its not going(near to the corresponding link one top button is there. when clicking top button it need to go up...
5
2,006
thread by: drogba9000 | last post Dec 30 '09 by: acoder
<style type="text/css"> .tbmain{ /* Changes on the form */ background: url(http://jotform.com/images/styles/style4_2_bg.gif) #363535 top repeat-x !important; } .left{ /* Changes on the form */ color: #cccccc !important; font-family: Verdana !important; font-size: 12px !important;
1
1,437
thread by: brixton | last post Dec 30 '09 by: drhowarddrfine
Hello. I have the following setup: <div> <img /> <a>Something</a> </div>
1
1,494
thread by: mynameisme | last post Dec 30 '09 by: drhowarddrfine
My site is http:/www.highcholesteroltips.org . It views fine in Firefox, but is not the case with IE. The right sidebar is intact on the home page, but moves to the bottom of the middle portion when other menu and footer links are clicked on or the "Read more of this entry" is clicked on. I recently added two new plugins. Could it be a float...
2
6,361
thread by: embz | last post Dec 29 '09 by: embz
this post concerns three pages. 1. this page: http://www.katherine-designs.com/sendemail.php i get the following errors: a lot of it seems to deal with the PHP code i inserted to the page. as my PHP skills are close to nil, i'm wary about fiddling with it myself. =\ 2. now this page: http://www.katherine-designs.com/contact.php
4
2,299
AmberJain
thread by: AmberJain | last post Dec 28 '09 by: hsriat
Hello, I know a bit of HTML and CSS. I'm designing my personal website. I want to put an image on one of my pages such that it has 'border' around it and it should be right aligned. And I want my website to conform to the standards. This page mentions that align and border attributes are deprecated and suggests that one should use styles instead....
3
2,707
sassy2009
thread by: sassy2009 | last post Dec 28 '09 by: Dormilich
Hello all, I have installed the wamp server on my win7. and iam using dreamweaver cs4 to edit the pages. this is where i save my web pages. c:\wamp\www\index.html and the images folder is located on c:\wamp\www\images\basin.jpg. but whenever i use the code <img src="image/basin.jpg" alt="basin"> i cant view them on the browser. it comes up...
0
2,124
thread by: dragon52 | last post Dec 28 '09 by: dragon52
Hi, I don't know how other people structure the banner for different screen sizes. I have done the following but don't know how to span the banner text over several sections. To adjust for screen sizes I have a small picture float to the left and another picture float to the right. There is a small gap in the middle. This is working and...
2
9,209
thread by: Sundhas | last post Dec 27 '09 by: Sundhas
Hey! I have made a webpage in Servlet and now i want to add a stylesheet.css to it Where should i exactly put the .css file ? like in ROOT of tomcat or some where else and what exact path i have to use?? link href='style.css' rel='stylesheet' type='text/css' Thanks Sundhas
5
10,537
thread by: JWest46088 | last post Dec 24 '09 by: Dormilich
I cannot figure out how to get rid of the border around my button image. I got rid of the blue border by setting border=0, but I am still getting a purple border around them after I click them until the page loads then it goes away. Website if you want to see what I'm talking about: http://www.drivewaysealinginc.byethost16.com/ Here is...
6
2,837
thread by: COSA200 | last post Dec 23 '09 by: COSA200
Hello all. Im new to html, and have started a website, very basic, but it suits me. My question is, i want to add some links to the left hand side of my home page, with the welcome text in the middle of the page,how do i align left the links please in the boxes i have created. My site is http://itsa40.co.uk/index.html please advise alan
3
10,688
thread by: seegoon | last post Dec 22 '09 by: seegoon
Hi guys. I'd like to use an image as my border on just the right side of a div, to create an arrow shape on a 'continue' link. I've created the image to use and tried to code it myself, but failed miserably on both Safari and Firefox. Here's my current code: #continue { background-color:#ebebeb; margin:20px 0px 20px 0px; height:45px;...
1
10,075
thread by: romepatel | last post Dec 22 '09 by: acoder
Hi, I have a table in my page, I want to give alternate effects to each row, so i have added tr.odd and tr.even in the styles sheet, tr.odd { margin-left: 5px; padding-left: 5px; padding-right: 5px; font-family: Arial, Helvetica, sans-serif;
0
1,302
thread by: rnickel | last post Dec 21 '09 by: rnickel
NOTE: Since my original post, I discovered the problem is intermittent. Please don't waste your time on it until I can reliably reproduce it. Sorry to have posted prematurely. (Would have deleted post but couldn't figure out how.) I am having a strange problem, illustrated at the following URL: <temporarily removed> This is a page I...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.