Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

Lionsanime Directory   High Bandwidth Dedicated Servers   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 04-28-2005, 12:53 PM   #21 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
I tend to agree with Davey on this one. If you are just learning, tables will probably be easier. Once you really understand how things work, move on experimenting with tableless designs.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-28-2005, 05:18 PM   #22 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,200
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
Quote:
Originally Posted by Jazzee
I tend to agree with Davey on this one.

DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-29-2005, 06:21 AM   #23 (permalink)
Inactive
 
austendesigns's Avatar
 
Join Date: 04-23-05
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

austendesigns is liked by many
Ok, I've already read a bunch of tutorials but must have missed that one. The tables were going to kill me though, to many ways to align so I think my brain will work better the other way. Although maybe not.
austendesigns is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-29-2005, 05:16 PM   #24 (permalink)
Inactive
 
alexis's Avatar
 
Join Date: 11-01-04
Location: Lima, Peru
Posts: 75
iTrader: 0 / 0%
Latest Blog:
None

alexis is on the right pathalexis is on the right pathalexis is on the right path
Send a message via ICQ to alexis Send a message via MSN to alexis Send a message via Yahoo to alexis
Hi, I would recommend reading both: O'Reilly Definitive Guide for XHTML and O'Reilly Definitive Guide CSS (this one is by Eric Meyer).

I have to disagree with David, tables can be easier to get used to but CSS is so much powerful and once you "get it" you can design faster and easier than using tables.

Austendesigns, grab a copy of the books I mentioned and with some visits to www.alistapart.com you will be able to better understand web designing.

Regards!
alexis is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-29-2005, 05:18 PM   #25 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,200
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
Don't call me David, please That's what me old girl calls me when the washing up hasn't been done

Yeah i'm just biased towards tables, cos it's all that i know.
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-29-2005, 05:34 PM   #26 (permalink)
Inactive
 
alexis's Avatar
 
Join Date: 11-01-04
Location: Lima, Peru
Posts: 75
iTrader: 0 / 0%
Latest Blog:
None

alexis is on the right pathalexis is on the right pathalexis is on the right path
Send a message via ICQ to alexis Send a message via MSN to alexis Send a message via Yahoo to alexis
Hehe , no problem.
alexis is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2005, 09:56 AM   #27 (permalink)
Inactive
 
austendesigns's Avatar
 
Join Date: 04-23-05
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

austendesigns is liked by many
Thanks alexis. I'm slowly getting the hang of it! http://www.csszengarden.com sold me on CSS ... I've read some of the stuff at alistapart, as well as w3c and macromedias tutorials... it seems nothing is dedicated solely to what I'm trying to do, although I think "onion skinning" comes close.

heres my style sheet for what I'm having so much trouble with


<code> {
position: absolute;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
left: 15px;
top: -286px;
}
.welcome {
position: absolute;
background-image: url(images/b_welcomebox.jpg);
background-repeat: no-repeat;
background-position: 140px 270px;
z-index: -1
}</code>

and here's where i'm not having any luck. The text is fine, formatted how i specify in the style sheet, but my background image is not showing up.

<code><div class="welcome"><div class="style1">I handcraft every bag from quality top-grain cowhide.<br>
Stitching is nylon for longest wear, all zippers and hardware <br>
are solid brass.</div><img src="images/b_welcomebox.jpg"></div> </code>

and again my code tags aren't working.
<----retarded

Last edited by austendesigns : 04-30-2005 at 10:23 AM.
austendesigns is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2005, 11:01 AM   #28 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
You need to use [ code ] instead of < code > to display code here.

Can you upload the page somewhere so we can see? It's always easier to help if we can see the problem.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2005, 03:57 PM   #29 (permalink)
Inactive
 
austendesigns's Avatar
 
Join Date: 04-23-05
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

austendesigns is liked by many
silly me http://www.lastchanceleather.net/test.htm
austendesigns is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2005, 04:13 PM   #30 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
1. The background image doesn't show because it does not exist.
background-image: url(images/b_welcomebox.jpg);
Make sure you have b_welcomebox.jpg in the images folder.

2. The text doesn't show in firefox. Take out the z-index: -1; from .welcome and the text will show in firefox.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2005, 04:16 PM   #31 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
You should really download firefox to check your site as you go. It's a good idea to test in multiple browsers.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2005, 05:02 PM   #32 (permalink)
Inactive
 
austendesigns's Avatar
 
Join Date: 04-23-05
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

austendesigns is liked by many
Quote:
Originally Posted by Jazzee
You should really download firefox to check your site as you go. It's a good idea to test in multiple browsers.
I was just thinking that today... just firefox or should I get the others too? or do they tend to go along with IE?
austendesigns is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2005, 05:06 PM   #33 (permalink)
Inactive
 
austendesigns's Avatar
 
Join Date: 04-23-05
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

austendesigns is liked by many
Quote:
Originally Posted by Jazzee
1. The background image doesn't show because it does not exist.
background-image: url(images/b_welcomebox.jpg);
Make sure you have b_welcomebox.jpg in the images folder.

2. The text doesn't show in firefox. Take out the z-index: -1; from .welcome and the text will show in firefox.
cool.. it works.. thanks so much jazzee!!
austendesigns is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with IE - tables Johannes de Jong Coding Forum 2 04-25-2006 03:57 PM
Why don't the tables to what I want them to do! Klaas Koopman Coding Forum 11 04-06-2006 07:51 AM
Tables or CSS? ATLien Web Usability 47 02-24-2006 09:12 AM
CSS vs. Tables GeXus SEO Forum 8 11-20-2005 01:22 PM
CSS Help (tables) kwvarga Coding Forum 13 01-19-2004 11:48 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 01:45 AM.
© Copyright 2008 V7 Inc