Advertise Here

Author Topic: A little css problem  (Read 7540 times)

0 Members and 1 Guest are viewing this topic.

Offline Corrupted Games

  • SMF For Free Newbie
  • *
  • Posts: 15
    • View Profile
    • Corrupted Games

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
A little css problem
« on: December 22, 2008, 11:56:23 pm »
I'm currently in the process of changing my family's football related competitions website and was looking to convert from tables to floating divs, but I have one slight problem.

This problem is that when viewing the website with floats you cant change the size of the browser without discombobulating the entire sites layout.

For example if i have the following layout

AA
BC
DD

AA= Header
B=Navigation
C=News/Main Portion
DD=Footer

and you shrink the browser screen the layout cahnges to

AA
B
C
DD

Which I find to be an issue as im sure something smilar would happen if my aunt views it on her cell phone.

I was wondering if there was anyway to fix this problem?

Offline Celebrus

  • SMF For Free Hero
  • *
  • Posts: 941
    • View Profile
    • Vikhyat Korrapati

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: A little css problem
« Reply #1 on: December 23, 2008, 02:29:17 am »
It would be nice if you could provide your code.

This may help.

Offline Colette Brunel

  • SMF For Free Sr. Member
  • *
  • Posts: 424
    • View Profile

  • Total Badges: 17
    Badges: (View All)
    Poll Voter Level 4 Fourth year Anniversary Windows User Topic Starter
Re: A little css problem
« Reply #2 on: December 23, 2008, 09:50:46 am »
Which I find to be an issue as im sure something smilar would happen if my aunt views it on her cell phone.

Create an alternative stylesheet for cell phone users. Make the action (via PHP or Perl) ?;wap.

Offline Corrupted Games

  • SMF For Free Newbie
  • *
  • Posts: 15
    • View Profile
    • Corrupted Games

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: A little css problem
« Reply #3 on: December 23, 2008, 05:19:26 pm »
heres the code
Code: [Select]
<html>
<head>
<style type="text/css">
body {
background: #000000;
color: #0000FF; }

.header {
border: 2px solid #0000A3;
width: 100%;
color: #FFFFFF; }

.nav {
border: 2px ridge #0000FF;
width: 24%;
height: 500px;
float: left; }

.main {
border: 2px ridge #0000FF;
width: 75%;
height: 500px;
float: right; }

.footer {
border: 2px solid #0000A3;
width: 100%;
color: #FFFFFF; }
</style>
</head>
<body>
<div class="header"><center><font size="7">HEADER HERE</center></font></div><br>
<div class="nav">
<center>Navigation</center>
<hr color="FFFF00">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
<a href="#">Link 4</a>
<a href="#">Link 5</a>
</div>
<div class="main">
News and stuff here
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="footer">Copyright Info and Stuff</div>
</body>
</html>

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
3411 Views
Last post August 30, 2005, 08:28:08 pm
by Tsukasa
Problem ?

Started by Free Bugs

4 Replies
2994 Views
Last post April 24, 2006, 07:04:42 pm
by Sady
1 Replies
2272 Views
Last post April 25, 2006, 09:51:16 pm
by SMF For Free
3 Replies
1670 Views
Last post January 30, 2008, 07:07:20 am
by LaundryLady
13 Replies
2689 Views
Last post February 11, 2008, 09:37:20 pm
by moodylady