This is a discussion on "Please HELP!!!" within the Web Page Design section. This forum, and the thread "Please HELP!!! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Please HELP!!!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#21
|
|||
|
|||
|
Re: Please HELP!!!
OK, I see.
Just a few things, Firstly, I'd get rid of the IE6 hacks completely. Get it working the way you want in a proper browser first, then hack for IE. Never test in IE. I can see what you want to do with the header, but remember not everyone has flash enabled, and you can do what you are trying to do with CSS image rollovers anyway, if you google it there are heaps of tutes around for this. Im not a webdesigner, so someone may correct me, but I never use absolute positioning unless it's absolutely neccessary, in this case it's not, Also you haven't closed the #framecontentTop{ div (it's missing the last }) but I don't think this is your problem. The flash is embedded in the framecontentleft div, which is set as 103px wide with overflow hidden, so you can only see the first 103px of it. I'd also throw an index.html file in all your directories ("You are not authorized to view this directory"). Make it a bit harder to steal your flash files!! BTW, I prefer the look of the first one!! and I love that waterfall flash!! |
|
#22
|
|||
|
|||
|
Re: Please HELP!!!
No Mike your code cannot be fixed. Use what Nate has given you. What Nate worked up for you is exactly what I was suggesting you try to do when we spoke yesterday.
I agree with Nate, for a simple layout like you have, There is NO need for absolute positioning. Mike if you can find the book CSS the Missing Manual, I would purchase it. It's such a great book loaded with tutorials that would give you a better understanding, step by step on how to code. Nate.. great job with this thread! Thanks a million! |
|
#23
|
|||
|
|||
|
Re: Please HELP!!!
Hello Nate and Linda,
Thanks for all your suggestions and if i were more knowledgeable I would be able to make the changes that you suggest. Unfortunately, me and code are not getting along and when I try to make changes I end up messing up the whole layout. I know, I need to take the time to learn CSS and codes and trust me this experience is making me want to take the time because I'm attempting to start a web design/web hosting firm and I need as much information as possible to assist me in this endeavor. That said, let me now get down to the matter at hand. I sat up all night playing around with this template and I managed to shift the header but it appears that it needs to somehow be sent to the back so that it does not cover the side bars. In response to your suggestions regarding the IE hacks, are you saying that I should go throughout the codes and take out every where that IE hack is? Please advise me on this, anyway here is the code that I've been working on:
|
|
#24
|
|||
|
|||
|
Re: Please HELP!!!
|
|
#25
|
|||
|
|||
|
Re: Please HELP!!!
Just for tersting, you may want to change the background color of your divs. It will be much easier to see where they are.. |
|
#26
|
|||
|
|||
|
Re: Please HELP!!!
Quote:
Is that going to fix the problem with the header? |
|
#27
|
|||
|
|||
|
Re: Please HELP!!!
ok, I did what you requested and it made the images disappear completely. Am I supposed to replace the word "absolute" with something else?
|
|
#28
|
|||
|
|||
|
Re: Please HELP!!!
[quote
The flash is embedded in the framecontentleft div, which is set as 103px wide with overflow hidden, so you can only see the first 103px of it.[/quote] Should the overflow be changed to something other than "hidden"? |
|
#29
|
|||
|
|||
|
Re: Please HELP!!!
Quote:
|
|
#30
|
|||
|
|||
|
Re: Please HELP!!!
Quote:
Last Blog Entry: More Sara Blogging (Nov 29th, 2007)
|
|
#31
|
|||
|
|||
|
Re: Please HELP!!!
Ok, had another play this morning.. this is how I would do it, any questions feel free to ask!!
I have again used one background image length wise, but repeated down the page.. this is a lot easier. When you see the layout with the colors, delete the colors and uncomment the background image file call.. In the same directory as your index page, create a directory called "css" and save this file as "master.css" in the directory you just created.
|
|
#32
|
|||
|
|||
|
Re: Please HELP!!!
How do I save the file as master.css?
|
|
#33
|
|||
|
|||
|
Re: Please HELP!!!
if you right click on empty space on desktop, new TXTFILE. Copy and paste text, save as > make sure the bottom box says "all file types" Save as master.css
If it saves as master.css.txt just rename it and delete the .txt of the end. |
|
#34
|
|||
|
|||
|
Re: Please HELP!!!
I opened up a css stylesheet in DW and saved it as master.css and created the directory as you suggested. I'm running into a problem with putting in the flash embed codes. I'm putting them in the place where you suggest but when I look at them in my browser they do not appear. The colors, can they be changed to look like what I created with the colors on the side bars?
|
|
#35
|
|||
|
|||
|
Re: Please HELP!!!
You mean the gold colors??
You will have to play around in photo-shop to create a background image that is 1022px wide, that has the left bars on the left, right bars on the right, and ur background color as fill. Make it say 100px high (height dosen't really matter as it repeats down the page anyway - but don't make it to small). As far as the flash goes, if your running it locally, your browser may be blocking it.. I know mine does that, very annoying. or just double check your directory structure.. make sure your flash files are in a directory called flash in the same directory as ur index file. This might sound like a silly question, you are embedding the flash in the html file and not the css file?? Are neither flash files working?? |
|
#36
|
|||
|
|||
|
Re: Please HELP!!!
You were right about putting the flash files in the same directory, now everything is showing. I'm now in the process of replacing the side bars, will keep you updated. Thanks for your help!!
|
|
#37
|
|||
|
|||
|
Re: Please HELP!!!
Here's a question - if I want to replace the red side bars with jpegs that I created, where do I make those changes, in the master.css document or in the index.html document?
|
|
#38
|
|||
|
|||
|
Re: Please HELP!!!
I have the codes but they say "absolute" -
#framecontentLeft{ position: absolute; top: -10px; left: 0px; width: 102px; /*Width of left frame div*/ height: 100%; overflow: hidden; color: #f8ebf1; background-image: url(images/left3.jpg); z-index: 1; } Can I use this? |