| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
|
Recently acquiring a mac has made me realize that the ways im used to developing my websites aren't 100% cross-platform compatible.
I commonly will stick a background in a table and set it's width to 100% in order to get it to span 100% of the screen. An example of this would be the side columns in this site www.clubmedusa.us . In IE they stretch all the way to the bottom, however in Safari they cut off after the blankspace that was inserted into the table. How would i go about getting around this, while achieving the same effect? |
|
|
|
|
|
#2 |
|
WHAT!?
Join Date: Aug 2004
Location: San Diego, CA
Posts: 1,774
|
You'll run into thise issue alot using a wysiwyg.
Try coding in notepad or a small editor like editPlus. then just open a browser to test the layout. Dreamweaver code in design view is not cross platform half the time. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
|
Dreamwever is cross platform if you create it that way. Look at the code you or your wysiwyg program is creating and you'll be fine. You code is nice and clean by the way.
To answer your question, look at your code. There are a few issues. Like an extra s that is floating in your style sheet. I'm not sure the exact cause of your issue, as most things look right. |
|
|
|
|
|
#4 |
|
Registered User
|
Fixed it! Take out the high=100% in the td's. Since you already defined that in the table tag you shouldn't have to do it again. That'll fix it!
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|