13,937 Topics
![]() | |
Hi, i've tried to design a page here,but why my [B]float:bottom[/B] does not working, instead the text within the container still appear on the top of the page. Before this,i always using margin to drag the desired tags down to the bottom,or left,right etc,but i guess it is not the … | |
I'm completely self taught - and probably wrongly have learned by trial and error so I have absolutely no idea where I have gone wrong here, I think something in my CSS gets read differently by Chrome than other browsers. I'm redoing my website [URL="http://www.acrodancer.com/Test_Site/completed/AcroDancer.html"]http://www.acrodancer.com/Test_Site/completed/AcroDancer.html[/URL] In IE the sizing is … | |
Im running a site with Intense Debate. For the life of me I cannot get the page to auto adjust itself to the site of the Intense Debate Comments. You can get an idea of the issue here ;[URL="http://fir3net.com/Firewalls/Checkpoint/checkpoint-commands.html"] http://fir3net.com/Firewalls/Checkpoint/checkpoint-commands.html[/URL] | |
Hello Everyone, I've been trying to see if it would be faster to learn to slice my layouts in Fireworks CS4 and export to Dreamweaver or just continue to prepare my assets separately in Photoshop and manually piece them in Dreamweaver. TO that end I have attached the Free PSD … | |
Hi everyone, I'm working on a website and need some help. I'm really not experienced with this stuff and I'm using wix with some borrowed html snippets. I wanted to use a vectorized image as a background that would scale to fit the browser on any screen as best as … | |
Here is the error i get Object reference not set to an instance of an object and also index 0 is out of range parameter name: index [CODE]Public Class Form1 Dim int As Integer = 0 Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoBack() … | |
Hello there guys. Have a bit of a dilema here. have been working on this website for about a week now. I have came to what i want up to this point but ran into some problems. If you go to [url]http://1staarifles.clanservers.com[/url] you will see taht the website itself is … | |
This is by far the most bizarre thing I've come across in my experience of web development. When I click a link to page.php, it takes me to page.php and the layout is fine (surprisingly not the bizarre bit). However, if I then refresh that very same page, the layout … | |
I currently have a table within my page at : [url]http://www.fir3net.com/Firewalls/Juniper-Netscreen/juniper-commands.html[/url] The first 2 tables have been assigned a class of X1. My aim is to do the following : [LIST=1] [*]Set the table to a width of 85% [*]Set the first column to a set width [*]Set a black … | |
Hi can anyone please help, I am doing a ffeebie for a local school and trying to get Spry Menu working and its pretty much okay, except the drop downs seem to be at the top of the page. Using CS4 and i.e.8. Test site URL is: [url]http://www.trustsystems.co.uk/Test_Sites/watermoor/[/url] SpryMenuBarHorizontal.css code … | |
Hello, so i'm having problem with Regex. I'm trying to use to put names in a checkboxlist. But the page where i want the names from have to be accesed by login in on the website. But the regex doesnt read from the VB WebBrowser it reads from... the internet(?) … | |
I would like to know the working of this code in brief.. any help will be appreciated... function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "="); if (c_start!=-1) { c_start=c_start + c_name.length+1; c_end=document.cookie.indexOf(";",c_start); if (c_end==-1) c_end=document.cookie.length; return unescape(document.cookie.substring(c_start,c_end)); } } return ""; } | |
Normally, when I put a photo on a website, the photo stays the same aspect ratio on both widescreen and normal monitors. But I have one web page where I need to resize the photos to all be the same width. I used the CSS width attribute, with an inch … | |
I am having trouble with my inputs. I set a border for them one class has a 1px border the other has a 2 px border. It looks fine in Chrome and I have checked everything and I don't understand because someother elements show up with a border. Is this … | |
Hi, I am developing a website that has on online menu for a restaurant. The data is pulled from a database and displayed using several divs and a wrapper, this is then repeated to create a 2 column list (using block to display left to right). The problem I am … | |
[CODE][COLOR="Green"]I have the following rule for a static BG image and other attributes for the entire site: #header{ width: 1014px; margin: 0 auto; height: 274px; background: url(images/imagename.JPG) no-repeat top; } However, this no longer works for me. What I need to do is to include a different background image for … | |
On this page: [url]http://ewh.ieee.org/r1/schenectady/New/[/url] it seems like the gray background object is larger than the screen - i.e. scroll bars appear even though the content is not long enough to warrant them. I have the following properties: [code] body { height: 100%; } html { height: 100%; } [/code] Shouldn't … | |
Hi guys, I am having a problem getting my footer div tag to fill the remaining 100% of the page height. I have content above this div that will be an unknown height. i would like the footer to aso be a minimum height of 20px (if the content causes … | |
I need to create an invisible button for a web page to cover the majority of the page and in order to complete the task I need to include actions to the button. I have gotten the button to be where it is needed and it hold throughout the timeline. … | |
With Internet Explorer 9 being acclaimed as the fastest ever browser client from Microsoft, DaniWeb decided to put it to the test against Chrome, Firefox, Opera and Safari and see just how quick it really is in a real world test of web browsing speed. You can read our [URL="http://www.daniweb.com/reviews/review318661.html"]review … | |
im havin trouble gettin my login.php file to work. what happens is i register and all the information goes into the database then once registered its supposed to say thanks for registering but doesnt, so i thought never mind il just login, i go to the login page enter my … | |
Can you add and alignment feature to a <UL> tag so it appears at a top of a page? [CODE]<ul class=mainForm id="mainForm_2">[/CODE] | |
I have two divs that when I stack the windows to the left (make resolution to small) one of the divs (right one) goes underneath the one on the left. Not fully under just a little instead I want to make them stay the same just scroll across instead, if … | |
I’ve created this multi page form. I am having a problem with it starting the next page in the middle or bottom of the next page. I am afraid people won’t realize there are questions above and will fail to fill out the form completely. Is there a way to … | |
Hi! I'm starting HTML/CSS and I'm having this problem with positioning of elements... I've used this to position a text: HTML [CODE]<center> (...) <p id="txt_principal">lorem ipsum (...)</p> (...) </center>[/CODE] CSS [CODE]#txt_principal{ font: italic normal 14px Verdana, sans-serif; color: #DDD; text-align:justify; position:absolute; margin-top: 25px; margin-left: 205px; margin-right: 400px; }[/CODE] But whenever … | |
How do you make a div expand or collapse to fit the amount of content in it? For example, we have this page which has too much space at the bottom when you first enter, then when you click an option it has too little. [URL="http://www.ealantamagazine.com/directory/webmaster-submit-website-free.html"]http://www.ealantamagazine.com/directory/webmaster-submit-website-free.html[/URL] (Please excuse any oddities … | |
Hello, I have a problem with my css styling with div tags. Right now I have 3 div tables and they're aligned next to each other when I do [CODE]float:left;position:relative; [/CODE] but when I drag my browser smaller, the div tags that are in the middle and on the right … | |
Hey I have a program that has a webBrowser navigate through a few pages, and when it gets to the last page I set it to navigate to, checks if there is a certain string on that page. I just switched my code around to use multithreading and now the … | |
I have internet access but i cant display any web pages... i have an acer x3200 with vista i tried disabling all fire walls with out any luck... if some can help me i would really appreciate it | |
On this page: [url]http://ewh.ieee.org/r1/schenectady/New/[/url] I have two elements, "bluegradient" and "whitebox". The bluegradient height is 80% (of the page, right?). The whitebox height is 80% (I think this "80% of the height of the bluegradient" since it is nested, right?). The whitebox has top and bottom margins of 10% (this … |
The End.