HTML - Final Redering Question
* I meant, "Final rendering question".*
Hey all, First I want to say thanks for all the help that Pegasus, among others, who have help me alot on my site. I just have one more question and then it should all be complete! My pages render fine in Firefox, but when all my pages except my main page, are shown in IE7 they all go kaput. Example: IE7, FF. my url is www.breakdowninc.987mb.com/index.html graphics page CSS: Quote: .graphics_layout { height: 541px; position: absolute; top: 50%; margin-top: -271px; } .graphics_content { background-color: #F69522; height: 219px; width: 465px; text-align:center; font: "AvantGarde Bk BT"; font-size: 35px; color:#FFFFFF } .block { display: block; } Cheers all. Similar TutorialsHi, I made a test site with HTML coding as .txt, then I opened it with the browser (Internet Explorer) and looked just as I made it. However, when I paste the code in the editor of the site host (freewbs.com) it does not show my images, they just dissapear. I used this kind of code when I put the images: <TD width=300 background="examplesite_archivos/navbar1.jpg" </TD> and it works great except when I open the site with the host. I thought I should upload them somehow, but doesn`t works. It's the first time I use a host so if someone could explain me what I'm doing wrong or what's the problem?? Thanks a lot. Well I have so much work tonight and I just can't get this down. http://phs.psdr3.org/WebsterUniversi...HTMLQuestions/ Question number 6 Follow all directions give me the code pplleeaassee Question Know of any good ebooks? : I have recently purchased the resell rights to about 600 ebooks so that I can post them on my website for my registered members only. I've purchased all of these ebooks for under $20. I'm just wondering if there is any ebook out there that is actually worth the money? -- -Jonathon Byrd Publisher / Account Manager Byrd Incorporated 1230 E Clearbrook Dr. Bellingham, WA. 98229 C (360) 305.4664 F (360) 392.6861 Byrd Media Solutions http://www.ByrdMedia.com Hey guys i was woundering the best way to update contnt on the site .. is there a HTML CMS or via the code? sorry if this is a simple question Jusrt come from using the e107 CMS and trying to get use to the hole thing! ^^. Hi there, great website! been browsing the forums and searching and havent found what i am looking for, so here goes a post. I have my own website, and I also have a webmail account with my hosting company (ixwebhosting) what i want to do is make 2 little boxes on my website, where you put username and password, and have that then take you to the ixwebhosting webmail login and go in directly to my webmail, can that be done? any ideas or links much appreciated! thanks 4 ur time! I am using a div relative to place text on top of an image. The problem that I am having is in Firefox when a dropdown list is overtop of this div tag, the div tag shows up on top of the dropdown. I do not want this to happen. It does not happen in IE and it allows the dropdown to show up on top. How do I fix this My code looks like this: <div style="left: 15px; position: relative; top: 20px;" border="0"><font size="2" color="#ff8c00"><strong>Example Text</strong></font></div> Thanks. Jeff M Hi, I can't believe I joined here in 2005 haha. I hope someone can help me with this. I'm not sure whether this is done with html or CSS but how do I achieve what's done on this page: http://www.slashthree.com/artpacks/view/1572/ So, any sort of navigation menu is on top and when you scroll up and down the content moves but the menu does not. Thank you in advance! Hi, I was wondering if it is possible to create an image that floats where ever you put it on the page. For example, it would float above this text, blocking it out. Basically I want it to ignore anything around of underneath it. I would also like it not to use scripts, if possible. Oh and one more thing, is it possible to do this between the body tags only? Thanks! Hi guys! Im new to this forum so don't expect much. Im wandering is it possible to load html document without your browser or an html editor. cheers Connor Hello, I have a small customer list, maybe 70 customers, and i want to display on my website in a table with hyperlinks to their website and i want to sort them alphabetically. I entered all the information in MS excel, but when i import the data into dreamweaver cs3 i only get the names and not the hyperlink. Any ideas on how i can do this? I also don't have much knowledge on databasing, so i don't think thats an option unless its the only way, then i'll have to learn it. Thanks What exactly is XHTML. how much different from HTML is it? and, do I have to re-learn a whole bunch of stuff to write valid code with it? _________________ Golf Communities visa credit card review So I'm working on my web page for my martial arts studio and I'm trying to figure out how I can do something. the page i have so far is www.boulderkempo.com/index2.html so what I want to happen is a black background on the main frame, and have a white box below the image for "home" with text. I also want all of these to end at a right side of the flash top part. I'll mess with the image size, but I need to know how to make a text box with a diffrent color background then the main background. I 've seen websites where they have text in a framed box, or it has a different color background. my blog is set up that way for example... http://wrxminion.wordpress.com/ (not trying to self promot.. my blog sucks anyway, i never update it) the other thing I'm trying to do is get the text to wrap to the next line at a certain point on the web page. I use dreamweaver and when i put margins it wraps the text at different window sizes in the browser. I really suck at webdesign, i'm only doing my own becouse i don't want to have to pay someone. sorry for such noob questions my main page is www.frankdeck.com Thanks alot for your guys help! Hi, I am a bit of a noob so please bear with me if this sounds a simple question. I know all about precedence, but I don't know the right way of dealing with an issue I have. I have a number of nested lists containing 2 levels of UL LI. Whilst the level 1 styles may change, for instance I might have one style for the top bar on the website and another for the main nav, the 2nd level could be re-used in both instances. Lets say I create a generic style - "list-style1" .list-style1 {border...} <ul id="top-bar"> <li><a>level1</a> <ul class="reset-level1 list-style1"> <li> <a>level 2</a> </li> </ul> </li> </ul> When I'm styling the list, I reference the id #top-bar and then because I want to apply a generic style to level 2, I create another class called reset-level1 to reset li and a styles. The problem I have is that the reset is specific to #top-bar it takes precedence over my generic class .list-style1. I can of course hack it, but wondered how it can be worked round properly so that I can use my generic styles. Hope this makes sense. Thanks John Hey. New to Html so excuse my lack of understanding. I only know Basics, but my boss thought it was enough to get me to upgrade the companys current website. www.tvcsf.org.uk (current unupdated) I created the website thats not up yet by using Tables and had some one look at my Htm, he said its best to not use Tables but use div insted, so I've been making the website, but how do i add Frames into a <Div> Ill show you my code. <html> <head> <link rel="stylesheet" type="text/css" href="Stylesheet.css"/> <meta charset="UTF-8"> <title>Full Page Background Image | Progressive</title> </head> <body> <img src="images/DisHubLogo.gif" alt="" width="338" height="327" align="left"> <div id="page-wrap"> <iframe src="topbar.htm" width="100%" height="1075" scrolling="no"> <p>Your browser does not support iframes.</p> </iframe> <br><br><br><br><br><br><br><br><br><br> <br><br><br><br><br><br><br><br><br><br> </div> <div id="page-wrap"> HOW CAN I GET REF FROM TOP BARS TO OPEN HERE AND TOP BAR STAYS THERE </div> </body> </html> On my website, all of the images I've posted, have been created using Photoshop. How is it possible, in order to create clickable links on top of existing images? For instance scattered around the existing image? I guess that this is possible using Dreamweaver CS3, although I am hand-coding, therefore I was wondering if there was another way, and if so, how? Thanks a lot guys. Hello, I'm new here, so like, hi and all that good stuff, hope everyone is well! So, my question. When you type into your browser, cnn.com and it resolves to http://www.cnn.com, is that done via the .htaccess file? Type cnn.com into your address field in your browser to see what I mean if you don't get what I mean. Some sites don't resolve to the www, like gizmodo.com (type that into your browser to see what I mean). I've got two parties saying different things, one says it's DNS, one says it's .htaccess. HELP? Thank you! can any1 plz tel me k whn we give a background image to an html file can we change its type frm tile to stretch or center? if yes, hw ? plz tel me.... Hey guys sorry to post another question so fast I just am kind of lost with this whole html thing but I'm learning fast =). Ryschwith was more then helpful with my last one so hats off to him. Here is my next problem. A lady here at the company wants me to add a link into our site that says "Job Application Form" and when you click it you download a .XLS file for vendors and customers to fill out. I know this is probably a pretty easy thing but I have no clue on how to position it in a place I want or where to store the file itself and how to point to it. I have googled a couple things but they were honestly above my head and seemed way too complicated for what I was trying to do. Is there a simple method for this? you can look at our site at www.qcrepro.com. Also i am using pagebreeze right now because they won't purchase me any decent software, is there a better free program to use? Thanks alot for helping out. -Joe Hello, I am WGAnubis. I'm fairly new to the world of HTML, having taken a class on it last spring semester. Lately I have been designing sites for the group of online video gamers I run with and have come up with a rather cool looking demo of the site. We all like it but im not entirely sure on how to impliment the design in the way it looks. Im fairly certain I need to use frames but I dont think it would be able to retain the "connections" found in the following image: As you can see, each "window" is connected to each other by what looks like steel connectors. I'd really like to have the website look exactly or close to the demo, but if I use frames im not sure how that would be possible. Is their another way I can go about doing this or do I have to rethink the demo? Is there anything wrong with thia code? <h1><font color="000000"><em>Recycle With Us</em></font></h1><br clear="all" /> Shouldn't the <h1> tag be closed last? Thanks, Karen |